Update dependency backdrop to v0.8.1 #13
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.1.8
->0.8.1
Release Notes
fluttercommunity/backdrop
v0.8.1
Compare Source
v0.8.0
Compare Source
v0.7.2
Compare Source
late
(#114)BackdropScaffold
(#116)v0.7.1
Compare Source
v0.7.0
Compare Source
frontLayerElevation
member (#109)v0.6.2
Compare Source
BackdropScaffold
example updatedv0.6.1
Compare Source
BackdropScaffold
: addedmaintainBackLayerState
argument [#93]v0.6.0
Compare Source
pubspec
: reverthomepage
to github repodart
: requires Dart >= 2.12 BREAKING [#86]dart
: opt-in for null safety [#86]v0.5.3
Compare Source
pubspec
: sethttps://fluttercommunity.github.io/backdrop/
as "Home Page"readme
: added "Live Demo" to "Quick links"BackdropScaffold
: fix bug where_animationController.dispose()
is not called correctly [#83]v0.5.2
Compare Source
example
: referring "live demo" so that it shows up in pub.devexample
: proper sdk constraints and migrated to Flutter Android Embedding v2ci-cd
:deploy_demo
fixBackdropScaffold
: addedrevealBackLayerAtStart
property [#82]BackdropScaffold
: renamedcontroller
->animationController
property and state "getter" [#82]v0.5.1
Compare Source
readme
: minor fixv0.5.0
demo
: usegallerize
package [#67]demo
: auto-deploy with new tag creation with Github Actions [#69]dart
: requires Dart >= 2.3 BREAKING [#73]BackdropScaffold
: addedfrontLayerActiveFactor
andbackLayerScrim
; replacedinactiveOverlayColor
withfrontLayerScrim
; [#73]BackdropScaffold
: documentation improvement forsubHeader
,headerHeight
andstickyFrontLayer
[#73]example
: added example for variable height front layer [#73]BackdropScaffold
: addedreverseAnimationCurve
[#74]readme
: added "Accessing underlying backdrop functionalities" section [#77]v0.4.7
BackdropScaffold
: addedscaffoldKey
[https://github.com/fluttercommunity/backdrop/pull/64](https://github.com/fluttercommunity/backdrop/pull/64)4]BackdropScaffold
: addedfrontLayerBackgroundColor
[https://github.com/fluttercommunity/backdrop/pull/63](https://github.com/fluttercommunity/backdrop/pull/63)3,[https://github.com/fluttercommunity/backdrop/pull/66](https://github.com/fluttercommunity/backdrop/pull/66)6]BackdropNavigationBackLayer
: addeditemPadding
,itemSplashColor
,itemSplashBorder
[https://github.com/fluttercommunity/backdrop/pull/65](https://github.com/fluttercommunity/backdrop/pull/65)5]v0.4.6
_MeasureSize
: removed_OnWidgetSizeChange
in favour ofValueChanged<Size>
_MeasureSize
: fix: not working properly with Animation [https://github.com/fluttercommunity/backdrop/pull/57](https://github.com/fluttercommunity/backdrop/pull/57)7]BackdropScaffold
: fix: layout issue for strict constraintbackLayer
[https://github.com/fluttercommunity/backdrop/pull/58](https://github.com/fluttercommunity/backdrop/pull/58)8]v0.4.5
BackdropScaffold
: exposedkey
property [https://github.com/fluttercommunity/backdrop/pull/53](https://github.com/fluttercommunity/backdrop/pull/53)3]BackdropScaffold
: fix:headerHeight
not updating once built [https://github.com/fluttercommunity/backdrop/pull/52](https://github.com/fluttercommunity/backdrop/pull/52)2]v0.4.4
BackdropToggleButton
: exposedcolor
property ofAnimatedIcon
[https://github.com/fluttercommunity/backdrop/issues/48](https://github.com/fluttercommunity/backdrop/issues/48)8]BackdropScaffold
: added all missing properties from materialScaffold
[https://github.com/fluttercommunity/backdrop/pull/51](https://github.com/fluttercommunity/backdrop/pull/51)1]BackdropScaffold
: added propertyinactiveOverlayOpacity
.[https://github.com/fluttercommunity/backdrop/pull/51](https://github.com/fluttercommunity/backdrop/pull/51)1]v0.4.3
BackdropNavigationBackLayer
: directly exposeseparatorBuilder
instead ofseparator
[https://github.com/fluttercommunity/backdrop/pull/44](https://github.com/fluttercommunity/backdrop/pull/44)4]v0.4.2
v0.4.1
_BackdropScaffoldState
class public [https://github.com/fluttercommunity/backdrop/pull/36](https://github.com/fluttercommunity/backdrop/pull/36)6]v0.4.0
backdrop.dart
to smaller dart files [https://github.com/fluttercommunity/backdrop/pull/32](https://github.com/fluttercommunity/backdrop/pull/32)2]v0.3.4
subHeader
attribute added toBackdropScaffold
[https://github.com/fluttercommunity/backdrop/pull/29](https://github.com/fluttercommunity/backdrop/pull/29)9]BackdropSubHeader
provided to implement sub header following MDG [https://github.com/fluttercommunity/backdrop/pull/29](https://github.com/fluttercommunity/backdrop/pull/29)9]v0.3.3
showFrontLayer
toconcealBackLayer
andshowBackLayer
torevealBackLayer
[https://github.com/fluttercommunity/backdrop/pull/30](https://github.com/fluttercommunity/backdrop/pull/30)0]onBackLayerConcealed
andonBackLayerRevealed
callbacks [https://github.com/fluttercommunity/backdrop/pull/30](https://github.com/fluttercommunity/backdrop/pull/30)0]v0.3.2
v0.3.1
floatingActionButton
and other related attributes toBackdropScaffold
[https://github.com/fluttercommunity/backdrop/pull/21](https://github.com/fluttercommunity/backdrop/pull/21)1]v0.3.0
BackdropAppBar
added [https://github.com/fluttercommunity/backdrop/pull/23](https://github.com/fluttercommunity/backdrop/pull/23)3]v0.2.17
v0.2.15
v0.2.14
gitlab.com/daadu/backdrop
github.com/fluttercommunity/backdrop
v0.2.13
v0.2.11
v0.2.10
pubspec.yaml
v0.2.9
v0.2.8
backLayer
when not visiblev0.2.7
v0.2.1
v0.2.0
NavigationBackLayer
widget - for easily implement navigation with backdropstickyFrontLayer
- dynamic height for backdrop - based on height of backLayeranimationCurve
for backdrop can be passed as parameterConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.