- Upgrades dependencies
- Minor bug fix #22
- Adds
FluttermojiThemeData
andFluttermojiSaveWidget
to the library. - Fixes some visual glithes in the appbar of the
FluttermojiCustomizer
. - Minor internal refactoring.
- Updates dependency versions
- BREAKING CHANGES
- The customizer widget no longer has the top row with "Customize" and the save button, and the
showSaveWidget
property has been removed. - The widget's do not set to Material light/dark system theme automatically anymore. This must be implemented using the [theme] property.
- Refer the doc comments for more details.
- The customizer widget no longer has the top row with "Customize" and the save button, and the
- Updates dependency versions
- Adds toggle to show/hide save button widget in
FluttermojiCustomizer
widget.
- Fixes bug where preview and avatars don't revert to saved version after unsaved edits
- Adds
clearFluttermoji()
to FluttermojiFunctions - Some optimizations
- Updates dependencies to their null-safe stable version
- Migrates package to Null safety
- Removes dead code
- Updated dependencies to their null-safe version
- Migrated package to Null safety
- Remove dead code
- (Hotfix) Cleared some lints for a cleaner code
- Fixed a bug in decodeFluttermojifromString()
- Added Material Dark theme support to FluttermojiCircleAvatar
- Added screenshots to the README.md
- 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.
- Initial Release - documentation and instructions pending