Committed by
GitHub
Merge pull request #99 from LefebvreIlyas/master
Fix instance member 'opaque' can't accessed in an initalizer.
Showing
3 changed files
with
4 additions
and
2 deletions
1 | +## [1.0.1-dev] - Fix instance member 'opaque' can't accessed in an initalizer. | ||
2 | +- https://github.com/jamesblasco/modal_bottom_sheet/issues/98 | ||
3 | + | ||
1 | ## [1.0.0-dev] - Improved performance and breaking change | 4 | ## [1.0.0-dev] - Improved performance and breaking change |
2 | - The `builder` param has changed from: | 5 | - The `builder` param has changed from: |
3 | ```dart | 6 | ```dart |
@@ -18,7 +18,6 @@ class MaterialWithModalsPageRoute<T> extends MaterialPageRoute<T> { | @@ -18,7 +18,6 @@ class MaterialWithModalsPageRoute<T> extends MaterialPageRoute<T> { | ||
18 | }) : assert(builder != null), | 18 | }) : assert(builder != null), |
19 | assert(maintainState != null), | 19 | assert(maintainState != null), |
20 | assert(fullscreenDialog != null), | 20 | assert(fullscreenDialog != null), |
21 | - assert(opaque), | ||
22 | super( | 21 | super( |
23 | settings: settings, | 22 | settings: settings, |
24 | fullscreenDialog: fullscreenDialog, | 23 | fullscreenDialog: fullscreenDialog, |
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: 1.0.0-dev | 3 | +version: 1.0.1-dev |
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