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 0e778d7 commit 9299700Copy full SHA for 9299700
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [0.9.0] - 19 May 2023
2
+
3
+- **CHORE**: upgrade to Flutter 3.10.0
4
+- **CHORE**: remove deprecated members in BackdropAppBar
5
6
## [0.8.1] - 28 August 2022
7
8
- **DOCS**: fix badge links
pubspec.yaml
@@ -1,12 +1,12 @@
name: backdrop
description: Backdrop implementation in dart. (https://material.io/design/components/backdrop.html)
-version: 0.8.1
+version: 0.9.0
homepage: https://github.com/fluttercommunity/backdrop
documentation: https://github.com/fluttercommunity/backdrop
maintainer: Harsh Bhikadia (@daadu)
environment:
9
- sdk: '>=2.12.0 <3.0.0'
+ sdk: '>=2.12.0 <4.0.0'
10
flutter: '>=3.0.0'
11
12
dependencies:
0 commit comments