- Fix yaml parse error
- Update to dart 3
- Make null safety mandatory
- Update impl/get_view.dart to adhere Flutter's - use_super_parameters
- Add support for Flutter 2.10
- Fix chinese translation
- Replace cli_dialog with dcli
- version dependency updated
- Added dafault value to menu & spaces
- Fixed some lints with views
- Fixed null error in pub version
- Fixed get view by adding const
- Update dependencies, remove pedantic and effective dart from lints options
- Remove unmaintained dependencies
- Fix Path and null safety errors (@CpdnCristiano)
- Translation to Chinese (@iwpz @zhangwanping)
- Update Portugueses docs @ricardodalarme
- Add Italian translation (@giannuzzoexe)
- Fix Generate Model null-safety error (@maxzod)
- Fixed errors in Arc clean: (@Babar-Bashir, @shawon1fb)
- Fix cast error on local dependencies (@ahmednfwela)
- Fix null safety model creator (@prabhah)
- Fix windows path separator error (@CpdnCristiano)
- Added new official linter (@Illusion47586)
- Added german language(@ngjoni)
- Add support to null safety
- Update dependencies
- Fix get create project on get_server error
- Add alias for install:
get -i PACKAGE
- Add alias for create:
get -c page:name
- Add alias for generate:
get -g locales
- add turkish translation by @ahm3tcelik
- Add alias getx:
getx command
- Add super method to onInit, onReady and onReady to GetxControllers by @ChangJoo-Park
- Improve docs: @stiltet
- Change List() to Literal [] on model create
- fix generate locales with capital letters issue #47 by @ne3Vubeki
- fix create page witho
on
option issue #48 by @dhruvanbhalara - and others improvements
- update README
- and others improvements
- add separator
- fix init command on issue #43
- add internationalization for CLI
- fix sort routes
- add option with to controller e view here more here
- add command sort
- and others improvements
- fix check update
- improved route creation with support for children pages learn more here
- add sort imports
- others improvements
- improving command install issue #35 by @rustiever
- improving argument on issue #23 by @maares
- improving locales command generation problems reported on Discord
- Improving create controller command, now automatically add to bindings
- add create provider getconnect
- Fix single quotes on translations
- Fix create page on GetxPattern on Windows
- Fix init
- Fix type on exception
- update check changed to once a day
- fix crete project
- fix update from git
- add analysis_options for get_server
- Create helper class to parse path
- Prevent windows from close terminal
- Fix duplicate slashs
- Fix controller creatoutside page folder with on command
- Added on command to create pages
- Fix create view with no controller
- Clean imports
- Create server uses getxPattern by default
- Improve error handle
- Prevent get init add getx flutter dependencies
- Now Init command work too with get_server
- Remove empty lines
- Added fully compatibility from getx and get_server
- Add model generate on folders models
- Fix init
- Change Controller model
- add generate model class from url
- add generate model class from json
- fix create screen
- add support for get_Server
- fix create project company
- add generates locates
- add create project:name
- Improve new version available message
- Added addExport and reactivate check for updates
- fix: overwrite files
- Fix: If the user decides not to overwrite the project, the action will be stopped completely
- Improve overwrite messages
- Fix selector
- Added selector that asks the user if he wants to overwrite the file, if it exists.
- Improve code format
- Remove duplicate appPages
- Remove duplicate imports
- New routes format
- Auto create route on page create
- Auto install get katekko structure
- Auto install get on init
- Clean imports
- Init Clean by Katekko is implemented.
- complete arc screen
- Fix errors on get create
- Fix errors on validation
- Show custom errors on validation of args
- Init Arc version
- Added version
- Added remove function
- Cleaner code
- Fix structure
- Initial Beta Release