We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e953b9c commit d3a9278Copy full SHA for d3a9278
CHANGELOG.md
@@ -9,3 +9,7 @@
9
## [1.0.0] - 2020-07-02
10
11
* Update the readme and prepare for first release
12
+
13
+## [2.0.0] - 2021-07-11
14
15
+* Upgrade null safety and update example
example/pubspec.lock
@@ -63,7 +63,7 @@ packages:
63
path: ".."
64
relative: true
65
source: path
66
- version: "1.0.0"
+ version: "2.0.0"
67
flutter:
68
dependency: "direct main"
69
description: flutter
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: fluent_appbar
2
description: Fluent AppBar is a package to recreate the iOS large text title bar with a Material design
3
-version: 1.0.0
+version: 2.0.0
4
homepage: https://github.com/DonsWayo/fluent_appbar
5
6
environment:
0 commit comments