Skip to content

Releases: ragokan/okito

More Stable Okito

11 Apr 17:40
Compare
Choose a tag to compare

We are slowly going to be more stable, after these updates, probably there won't be any update that changes your code. We mostly aim new updates with bug fixes and performance improvements. Of course we will also have new features in future.

  • New routing functions including 'easy' usage.
  • New state methods: 'initState' and 'dispose' in controller.
  • New folder structure, thanks to @IsmailAlamKhan
  • Finally more bug fixes and better documentation, also some of updates actually increased the performance of the Okito!

Dynamic Routing and Localization

06 Apr 16:10
Compare
Choose a tag to compare
  • Dynamic routing, check examples/readme file.
  • Localization, details on examples and readme file.
  • Better optimization for code.
  • New utilities: setTheme and setLocale while running the app.
  • As usual, more examples, more tests, new extensions.
  • I also added documentation to most used app variables for OkitoMaterialApp/OkitoCupertinoApp
  • Now Okito provides more opportunities to adjust variables like Okito.app!

Okito Storage

03 Apr 07:56
Compare
Choose a tag to compare
  • The biggest update since initial release.
  • Okito now doesn't need any context for utilities.
  • New features with OkitoMaterialApp and OkitoCupertinoApp are here!
  • Now, Okito can use routing, and it will be done without context.
  • Snackbar, modal, dialog, they all will be available without context!
  • More examples, especially for new features.
  • More tests, especially for new features.
  • New features with OkitoStorage that lets you use local storage on any device!

Okito Watcher

31 Mar 18:06
Compare
Choose a tag to compare
  • New feature: OkitoWatcher (Check test/okito_watcher_test.dart)
  • More examples
  • More tests
  • Document for OkitoWatcher
  • Document for all variables and parameters

Okito Utilities

29 Mar 11:49
Compare
Choose a tag to compare
  • Even better guide.
  • Context extensions.
  • Okito class for context purposes.
  • Better readme.
  • More examples.

Inıtial Release

27 Mar 11:33
Compare
Choose a tag to compare
  • Initial version.
  • You can use state management.
  • You can have multiple controllers to watch.