Jaime Blasco

chore: publish 2.0.1

## 2.0.1 - Small fixes
+ Fixes bug with will pop scope
+ Replaces VelocityTracker deprecated constructor
+ Add optional RouteSettings to all showModal methods
## 2.0.0-nullsafety.1 - Null Safety support
+ Fixes #119 & #113
... ...
... ... @@ -106,7 +106,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.0-nullsafety.1"
version: "2.0.1"
path:
dependency: transitive
description:
... ...
name: modal_bottom_sheet
description: 'Create awesome and powerful modal bottom sheets. Material, Cupertino iOS 13 or create your own style'
version: 2.0.0-nullsafety.1
version: 2.0.1
homepage: 'https://github.com/jamesblasco/modal_bottom_sheet'
environment:
sdk: ">=2.12.0-29.10.beta <3.0.0"
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"
dependencies:
... ...