This repository is a POC based on the sample provided with the package to test the breaking changes in version 0.7 of the awesome_notifications package.
awesome_notifications -> A complete solution to create Local and Push Notifications, customizing buttons, images, sounds, emoticons and applying many different layouts for Flutter
My interest in this package are the action buttons in the notifications
Why > 0.7
Migrating from version 0.6.X to 0.7.X Breaking changes -> https://github.com/rafaelsetragni/awesome_notifications#-migrating-from-version-06x-to-07xbreaking-changes
- clone this repository
git clone https://github.com/dromzee/flutter_poc_awesome_notifications
- lanche the Android Emulator
- Press
F5
- copy/paste the example code into the main.dart file
- install all the required dependencies
flutter pub add awesome_notifications
flutter pub add http
- Edit
build.gradle
file
compileSdkVersion 33
minSdkVersion 22
Cédric Dromzée