Jaime Blasco

chore: publish 2.0.1

  1 +## 2.0.1 - Small fixes
  2 ++ Fixes bug with will pop scope
  3 ++ Replaces VelocityTracker deprecated constructor
  4 ++ Add optional RouteSettings to all showModal methods
  5 +
1 ## 2.0.0-nullsafety.1 - Null Safety support 6 ## 2.0.0-nullsafety.1 - Null Safety support
2 + Fixes #119 & #113 7 + Fixes #119 & #113
3 8
@@ -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.0-nullsafety.1" 109 + version: "2.0.1"
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.0-nullsafety.1 3 +version: 2.0.1
4 homepage: 'https://github.com/jamesblasco/modal_bottom_sheet' 4 homepage: 'https://github.com/jamesblasco/modal_bottom_sheet'
5 5
6 environment: 6 environment:
7 - sdk: ">=2.12.0-29.10.beta <3.0.0" 7 + sdk: ">=2.12.0 <3.0.0"
8 flutter: ">=2.0.0" 8 flutter: ">=2.0.0"
9 9
10 dependencies: 10 dependencies: