Skip to content

Latest commit

 

History

History
169 lines (108 loc) · 3.48 KB

CHANGELOG.md

File metadata and controls

169 lines (108 loc) · 3.48 KB

1.3.0

  • Improvements.
  • Bump versions.
  • Update to latest Dart/Flutter versions.
  • Use best linter options.

1.2.9

  • Improvements.
  • Bump versions.

1.2.8

  • Improvements.

1.2.7

  • New Widget; RockitofulWidget (added more features like filter).

1.2.6

  • New Widget; RockitofulWidget.

1.2.5

  • Performance improvements.

1.2.4

  • Performance improvements.
  • Filter for state methods.

1.2.3

  • Add navigatorObservers for OkitoMaterialApp and OkitoCupertinoApp, so that you can use external routing libraries.

1.2.2

  • New widget; OkitoBuilderLite: It has less features but more speed.
  • Rockito is now faster with OkitoBuilderLite

1.2.1

  • Update state ticker provider mixin.

1.2.0

  • Update to latest Dart SDK version
  • Add public types such as TranslationMapType which can be useful for translation.

1.1.9

  • Fix analysis scores
  • Add OkitoTickerProviderMixin

1.1.8

  • Fix RockitoWatcher
  • Okito with Firestore Streams
  • Okito with Streams (Check README file)

1.1.7

  • Dependency injection with key. (Check readme)

1.1.6

  • All the documentations are done.
  • Better approach for dependency injection.
  • More tests.

1.1.5

  • Rockito Watcher
  • Set state asynchronous function : setStateAsync

1.1.4

  • Better documentation
  • Added missing routing methods and new easy methods for routing.
  • Newer folder structure which helps IDE in importing files (Thanks to other contributors).

1.1.3

  • I fixed more errors and currently testing Okito in E-commerce app, everything works perfectly.
  • New state methods in controllers (initState and dispose). I added them because it may be required you can read the README.md for all details.

1.1.2

(Okito is now more stable and optimized)

  • More tests
  • Fix errors

1.1.1

  • Update readme
  • Fix lint errors
  • A more stable Okito is now here!

1.0.9

  • Fix errors

1.0.8

  • 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!

1.0.7

  • Rockitos: A way to use state management with dependency injection!
  • As usual, more examples, more tests, new extensions.

1.0.6

  • Dependency injection.
  • New extensions, again!
  • More examples, especially for new features.
  • More tests, especially for new features.

1.0.5

  • 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!

1.0.4

  • Document for OkitoWatcher
  • Document for all variables and parameters

1.0.3

  • New feature: OkitoWatcher (Check test/okito_watcher_test.dart)
  • More examples
  • More tests

1.0.2

  • Even better guide.
  • Context extensions.
  • Okito class for context purposes.
  • Better readme.
  • More examples.

1.0.1

  • Better guide.
  • Fix lint errors.

1.0.0

  • Initial version.
  • You can use state management.
  • You can have multiple controllers to watch.