fluttermoji 0.2.0-nullsafety.0
fluttermoji: ^0.2.0-nullsafety.0 copied to clipboard
A light-weight and highly customizable SVG graphic set for Flutter, which provides a Customizer Widget, CircleAvatar and other utility functions.
0.2.0-nullsafety.0 10/03/2021 #
- Updated dependencies to their null-safe version
- Migrated package to Null safety
- Remove dead code
0.1.2+1 30/01/2021 #
- (Hotfix) Cleared some lints for a cleaner code
0.1.2 19/01/2021 #
- Fixed a bug in decodeFluttermojifromString()
0.1.1 01/01/2021 #
- Added Material Dark theme support to FluttermojiCircleAvatar
- Added screenshots to the README.md
0.1.0 24/12/2020 #
- Added documentation to many APIs and to the README.md as well.
- Created new utility functions to allow sharing of Fluttermojis to server/DB and decoding them for render using flutter_svg package.
- Fixed the bug on loading Fluttermoji on first launch.
- Fixed standalone customizer issues.
- Description updates
- Other minor changes and fixes.
0.0.1 23/12/2020 #
- Initial Release - documentation and instructions pending