locally 0.0.5 locally: ^0.0.5 copied to clipboard
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.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()
.