Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
GIfatahTH committed Feb 20, 2024
1 parent 5a37d51 commit 9c36a2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion states_rebuilder_package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 6.3.2
## 6.4.0
* Update to fit Flutter 3.19 release
* `RM.injectNavigator` is deprecated
## 6.3.1-dev1
* Add `ReactiveModel.isStateInitialized` getter to check if the state has already initialized or not yet.

Expand Down
5 changes: 5 additions & 0 deletions states_rebuilder_package/lib/scr/state_management/rm.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2337,6 +2337,11 @@ you had $_envMapLength flavors and you are defining ${impl.length} flavors.
///
/// ### `debugPrintWhenRouted`: Optional [bool]. Defaults to false
/// Print log a debug message when the state of the navigator is changed.
@Deprecated(
'Navigation functionalities will be separated from this package '
'use navigation_builder package instead'
'instead of RM.injectNavigator use NavigationBuilder.create',
)
static InjectedNavigator injectNavigator({
//ORDER OF routes is important (/signin, /) home is not used even if skipHome slash is false
required Map<String, Widget Function(RouteData data)> routes,
Expand Down
2 changes: 1 addition & 1 deletion states_rebuilder_package/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: states_rebuilder
description: a simple yet powerful state management technique for Flutter
version: 6.3.2
version: 6.4.0
homepage: https://github.com/GIfatahTH/states_rebuilder
environment:
sdk: ">=2.12.0 <4.0.0"
Expand Down

0 comments on commit 9c36a2f

Please sign in to comment.