Releases: fluttercommunity/backdrop
Releases · fluttercommunity/backdrop
v0.9.1
06 Sep 11:04
Compare
Sorry, something went wrong.
No results found
FEAT : added concealBacklayerOnBackButton option (#133 )
v0.9.0
19 May 19:31
Compare
Sorry, something went wrong.
No results found
CHORE : upgrade to Flutter 3.10.0
CHORE : remove deprecated members in BackdropAppBar
v0.8.0
12 May 11:57
Compare
Sorry, something went wrong.
No results found
FIX : SchedulerBinding.instance is now null-safe (#124 ) (#125 )
v0.7.2
03 May 05:35
Compare
Sorry, something went wrong.
No results found
DOCS : remove mention of deprecated member
REFACTOR : making BackdropScaffoldState.scaffoldKey non-null with late (#114 )
FEAT : added frontLayerShape in-place of frontLayerBorderRadius in BackdropScaffold (#116 )
perf : only rebuild widgets when BackdropScaffoldState changed (#119 )
v0.7.1
19 Dec 12:51
Compare
Sorry, something went wrong.
No results found
DOCS : proper(short) first sentence of doc-comments (#110 )
v0.7.0
19 Dec 11:40
Compare
Sorry, something went wrong.
No results found
DOCS : added "Awesome Flutter" shield
CHORE : migrated to flutter_lints with additional rules (#99 )
CI : added check for proper PR title based on conventionalcommits.org (#101 )
STYLE : fix all lint issues (#100 )
DOCS : added api-doc links to quick links section
BREAKING REFACTOR : removed all deprecated members (#102 )
BREAKING REFACTOR : moved all files to src/ dir (#103 )
DOCS : remove note for flutter v1 and minor formatting
FEAT : synced members of Scaffold and AppBar (#104 )
DOCS : start doc-comments with a single sentence summary (#105 )
CI : using flutter analyze and checking correct formatting (#107 )
FEAT : added double frontLayerElevation member (#109 )
CI : restructured, cleaned, added pub.dev checks (#108 )
CHORE : default gitignore for idea added
v0.6.2
28 Jun 08:09
Compare
Sorry, something went wrong.
No results found
doc: "all-contributors" generated through CLI
doc(readme): minor - using HTML badges instead of MD
ci(analysis): upgraded analyzer action to v3
doc(readme): GIF for BackdropScaffold example updated
v0.6.1
04 May 05:22
Compare
Sorry, something went wrong.
No results found
BackdropScaffold: added maintainBackLayerState argument [#93 ]
v0.6.0
11 Mar 09:43
Compare
Sorry, something went wrong.
No results found
pubspec: revert homepage to github repo
dart: requires Dart >= 2.12 BREAKING [#86 ]
dart: opt-in for null safety [#86 ]
v0.5.3
02 Mar 10:41
Compare
Sorry, something went wrong.
No results found
pubspec: set https://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 ]