Skip to content

Releases: fluttercommunity/backdrop

v0.9.1

06 Sep 11:04
Compare
Choose a tag to compare
  • FEAT: added concealBacklayerOnBackButton option (#133)

v0.9.0

19 May 19:31
Compare
Choose a tag to compare
  • CHORE: upgrade to Flutter 3.10.0
  • CHORE: remove deprecated members in BackdropAppBar

v0.8.0

12 May 11:57
Compare
Choose a tag to compare
  • FIX: SchedulerBinding.instance is now null-safe (#124) (#125)

v0.7.2

03 May 05:35
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • DOCS: proper(short) first sentence of doc-comments (#110)

v0.7.0

19 Dec 11:40
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • BackdropScaffold: added maintainBackLayerState argument [#93]

v0.6.0

11 Mar 09:43
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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]