Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
modal_bottom_sheet
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jaime Blasco
2022-03-09 11:20:24 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6b18665fa34dce27204b04d417b604694f8593c6
6b18665f
1 parent
bb309e89
chore: publish 2.0.1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
CHANGELOG.md
example/pubspec.lock
pubspec.yaml
CHANGELOG.md
View file @
6b18665
## 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
...
...
example/pubspec.lock
View file @
6b18665
...
...
@@ -106,7 +106,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.
0-nullsafety.
1"
version: "2.0.1"
path:
dependency: transitive
description:
...
...
pubspec.yaml
View file @
6b18665
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
:
...
...
Please
register
or
login
to post a comment