locally 0.2.0 copy "locally: ^0.2.0" to clipboard
locally: ^0.2.0 copied to clipboard

outdated

This package helps developers create local notification in flutter, it extends the flutter local notification package and tries to make usage more simple and user friendly.

0.2.0 #

  • Fixed Navigation Error

  • Added scheduleNotification

  • Added showPeriodically method

  • Added showDailyAtTime method

  • Added showWeeklyAtDayAndTime method

  • Added retrievePendingNotifications method

0.1.0+1 #

  • Changed Navigation rules in locally class

0.0.6+3 #

  • Removed an error causing function in Locally

0.0.5 #

  • Added a better CHANGELOG.md file.

0.0.4 #

  • I removed ImageProvider as it was not useful in the class.

  • Added a comprehensive BSD LICENSE

0.0.3 #

  • Fix a bug , I discovered that appIcon had to be required, initially it had a default value, which kept throwing an error.

  • Deleted send_screen.dart from Example project

0.0.2 #

  • Few changes were made in Locally class.

  • Example project was added the repository

0.0.1 #

  • Locally is release, works pretty basic, you just have to write Locally(title: 'Hello Samuel', message: 'New message for you').show().
70
likes
0
pub points
80%
popularity

Publisher

verified publishersamuelezedi.com

This package helps developers create local notification in flutter, it extends the flutter local notification package and tries to make usage more simple and user friendly.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_local_notifications

More

Packages that depend on locally