Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.41 KB

File metadata and controls

57 lines (36 loc) · 1.41 KB

POC Flutter Package awesome_notifications >0.7

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

Getting Started

  1. clone this repository
git clone https://github.com/dromzee/flutter_poc_awesome_notifications 
  1. lanche the Android Emulator
  2. Press F5

Screenshots

ANDROID Flutter Notification 1

ANDROID Flutter Notification 2

All steps

  1. copy/paste the example code into the main.dart file
  2. install all the required dependencies
flutter pub add awesome_notifications
flutter pub add http
  1. Edit build.gradle file
compileSdkVersion 33
minSdkVersion 22

Me

Cédric Dromzée