Showing
3 changed files
with
5 additions
and
2 deletions
1 | +## 2.1.0 - Flutter 3.0 | ||
2 | ++ Migrates to Flutter 3.0 | ||
3 | ++ Use PageRoute to allow Hero animations | ||
1 | ## 2.0.1 - Small fixes | 4 | ## 2.0.1 - Small fixes |
2 | + Fixes bug with will pop scope | 5 | + Fixes bug with will pop scope |
3 | + Replaces VelocityTracker deprecated constructor | 6 | + Replaces VelocityTracker deprecated constructor |
@@ -106,7 +106,7 @@ packages: | @@ -106,7 +106,7 @@ packages: | ||
106 | path: ".." | 106 | path: ".." |
107 | relative: true | 107 | relative: true |
108 | source: path | 108 | source: path |
109 | - version: "2.0.1" | 109 | + version: "2.1.0" |
110 | path: | 110 | path: |
111 | dependency: transitive | 111 | dependency: transitive |
112 | description: | 112 | description: |
1 | name: modal_bottom_sheet | 1 | name: modal_bottom_sheet |
2 | description: 'Create awesome and powerful modal bottom sheets. Material, Cupertino iOS 13 or create your own style' | 2 | description: 'Create awesome and powerful modal bottom sheets. Material, Cupertino iOS 13 or create your own style' |
3 | -version: 2.0.1 | 3 | +version: 2.1.0 |
4 | homepage: 'https://github.com/jamesblasco/modal_bottom_sheet' | 4 | homepage: 'https://github.com/jamesblasco/modal_bottom_sheet' |
5 | 5 | ||
6 | environment: | 6 | environment: |
-
Please register or login to post a comment