xflutter_cli 2.6.3
xflutter_cli: ^2.6.3 copied to clipboard
Flutter command line tool helps you to generates and/or modifies your Flutter components.
2.6.3 #
- enhancements.
2.6.2 #
- fix generating local model converters variable-name.
2.6.1 #
- fix adding
build_runner
for generate screen with state-management
2.6.0 #
- monorepo fix make crud for entity that placed in another package
2.5.14 #
- fix enter custom
authentication entity name
- minor improvements
2.5.13 #
- remove isolate thread from objectbox non-heavy tasks
(fineOne, findAll and count)
2.5.12 #
- synchronization fetch data from objectbox
2.5.11 #
- environment sdk: ^3.5.1
2.5.10 #
- improve BaseScrollView
- fix import offline model from another package in monorepo workspace
2.5.9 #
- fix generate remote data without caching
- fix generate model when model contains Map variable
2.5.8 #
- use GoogleFonts in global theme
2.5.7 #
- add
build.yaml
file when generate @freezed model in empty package - rename
authentication_rest_client
withauthentication_remote_data_source
- fix ignore register Dio for make auth in monorepo workspace
- export
UiMessage
incore
package - make-auth add callbacks for handle success responses when execute command in package
2.5.6 #
- ignore routing in make (auth/crud) when execute command in package
2.5.5 #
- add
LifecycleProvider
widget
2.5.4 #
- rename DiScope
disposeOwner
todisposeByOwner
2.5.3 #
- minor fixes
2.5.1 #
- improvements
2.5.0 #
- manage dependencies with injectable package
- manage lifecycle with get_it scopes
- replace isar with objectbox for local-database
- rename "crud" option with "remote"
- rename "isar" option with "offline"
2.4.2 #
- rename di.dart to dependencies_management.dart
2.4.1 #
- fix run "dart run build_runner" after generate module in windows OS
2.4.0 #
- add make crud
- fix import isar from multiple packages to multiple apps
- replace generic_result with "flutterx_live_data" LiveResult
2.3.5 #
- generate model update authorization with new value when token expired
2.3.4 #
- generate model edit enter path message
2.3.3 #
- add generate @freezed model from http request
2.3.2 #
- add paging data-source layer
2.3.1 #
- theme & buttons improvements
2.3.0 #
- add modules architecture to initialize package/application
2.2.0 #
- add Links to Isar DataSource for link isar-entity with relations automatically on insert
2.1.12 #
- fixes
2.1.11 #
- update README.md
2.1.10 #
- add automatic import HttpClient initialize
2.1.9 #
- improvements
2.1.8 #
- add
sources
option
2.1.7 #
- update README.md
2.1.6 #
- add "remove" method to secureStorage
2.1.5 #
- remove deprecated variables on Flutter v3.22
2.1.4 #
- update connectivity_plus version to 6.0.3
2.1.3 #
- fix generate freezed
2.1.2 #
- display error message in generate freezed for invalid json
2.1.1 #
- fix Git push commit format
2.1.0 #
- add graph & git & format commands
2.0.1 #
- fix paging
2.0.0 #
- add create workspace
- add create package
- replace formz with reactive_forms
- working with melos
1.0.2 #
- add count total docs in data_source
1.0.1 #
- update animated_infinite_scroll_pagination version to 0.3.5
1.0.0 #
- initial release.