We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa062e commit 174bd72Copy full SHA for 174bd72
flutter_modular/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## [4.4.1] - 2022-02-18
+## [4.5.0] - 2022-02-22
2
3
- @Deprecated: `.modular()` extension.
4
Use instead:
@@ -9,7 +9,13 @@
9
);
10
11
```
12
-- Fix bugs.
+- Added `Modular.setInitialRoute`.
13
+- Added `Modular.setObservers`.
14
+- Added `Modular.setNavigatorKey`.
15
+
16
+## [4.4.1] - 2022-02-18
17
18
+- Fix bugs in lints.
19
20
## [4.4.0+1] - 2022-01-22
21
flutter_modular/pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_modular
description: Smart project structure with dependency injection and route management
-version: 4.4.1
+version: 4.5.0
homepage: https://github.com/Flutterando/modular
5
6
environment:
0 commit comments