fcnui 1.0.6 fcnui: ^1.0.6 copied to clipboard
The fcnui CLI (Command-Line Interface) tool. It is used to generate component code for the fcnui package.
1.0.6 (17.02.2024 - 19.02.2024) #
- Remove
get_it
andequatable
dependencies. - Add
remove
command. Removes component dart file and unregisters fromjcnui.json
. - Rename
ComponentData
toRegistryComponentData
. - Change
print
method to customlogger
method. Will format prints usinglogger
. - Min Dart SDK version downgraded from
3.2.6
to3.0.0
1.0.5 (15.02.2024) #
- [Fix] Remove unnecessary
help
command. - [Fix] Fix version command.
- Update README with new documentation link.
1.0.4 (15.02.2024) #
- Add help command -
fcnui help
. Prints all available commands. - Add version command -
fcnui version
. Prints the current version of the cli package. - [Fix]
fcnui.json
is created if inside a Flutter project.
1.0.3 #
- Add debug mode switcher in constants.dart.
1.0.2 #
- Added example app.
- Updated pubspec.yaml description.
1.0.1 #
- Updated README.md. Add full documentation link.
1.0.0 #
- Initial version.