xflutter_cli 0.6.0
xflutter_cli: ^0.6.0 copied to clipboard
command line tool helps you to generates and/or modifies your Flutter Components.
0.0.1 #
- initial release.
0.0.2 #
- edit README.md.
0.0.3 #
- add github example to README.md.
0.0.4 #
- add create option.
0.0.5 #
- fix register singleton instance on Widget re-build.
0.0.6 #
- replace singleton instance with singleton state.
0.0.7 #
- generate curd (beta)
0.0.8 #
- fix macOS runInShell
0.0.9 #
- update help command
0.1.0 #
- update help command
0.1.1 #
- Add scrollDirection and gridDelegate to animated_infinite_scroll_pagination.
0.1.2 #
- fix flex_utils get value.
0.1.3 #
- fix un register singleton on widget dispose.
0.1.4 #
- fix import formz library when generate form
0.1.6 #
- fix generate form in empty params
0.2.0 #
- update liveData package version
0.2.3 #
- fix theme controller default theme-mode
0.2.4 #
- change iOS page transitions theme
0.2.9 #
- fix generate screen with stack
0.3.3 #
- fix flags issues
0.3.4 #
- fix fading button after click
0.3.8 #
- improve CustomizedAnimatedWidget
0.3.9 #
- upgrade Flutter version to 3.7.1
0.4.0 #
- fix generate screen with tablet flag
0.4.1 #
- add Prompt Select
0.4.2 #
- update animated_infinite_scroll_pagination version to 0.2.1
0.4.3 #
- parse http response in background
0.4.4 #
- improve cli usage: ask for path when forget to insert in command
0.4.5 #
- fix LiveDataTextField focus on empty text
0.4.6 #
- generate form fix parent widget
0.4.7 #
- update animated_infinite_scroll_pagination version
0.4.8 #
- fix animation on dispose
0.4.9 #
- add isar (local database) generator
0.5.0 #
- upgrade auto_route package version to 7.0.0
0.5.1 #
- fix route name on generate
0.5.2 #
- improvments
0.5.3 #
- fix easy_localization config on init command
0.5.4 #
- add adaptivePadding to global themes
0.5.5 #
- fix deprecated methods on flutter 3.10.0 version
0.5.6 #
- change blurWidget path
0.5.8 #
- change isar primary key name to
isarId
0.5.9 #
- upgrade
Dio
version to5.1.2
andRetrofit
to4.0.1