Releases: fluttercommunity/backdrop
Releases · fluttercommunity/backdrop
v0.9.1
- FEAT: added concealBacklayerOnBackButton option (#133)
v0.9.0
- CHORE: upgrade to Flutter 3.10.0
- CHORE: remove deprecated members in BackdropAppBar
v0.8.0
- FIX: SchedulerBinding.instance is now null-safe (#124) (#125)
v0.7.2
- 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
- DOCS: proper(short) first sentence of doc-comments (#110)
v0.7.0
- 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
- 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
BackdropScaffold
: added maintainBackLayerState
argument [#93]
v0.6.0
pubspec
: revert homepage
to github repo
dart
: requires Dart >= 2.12 BREAKING [#86]
dart
: opt-in for null safety [#86]
v0.5.3
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]