Skip to content

Latest commit

 

History

History
268 lines (141 loc) · 3.36 KB

CHANGELOG.md

File metadata and controls

268 lines (141 loc) · 3.36 KB

5.0.2

  • Update sdk constraints to Flutter 3.16.0 where TextScaler became available

5.0.1

  • Improve changelog
  • Downgrade AGP version in example

5.0.0

  • Breaking change due to upgrade of flutter_lints and introduction of TextScaler (replacing textScaleFactor)
  • Upgrade minimum Flutter version to 3.13
  • Upgrade minimum Dart version to 3.1
  • Upgrade Android dependencies (Gradle, AGP, Java, Kotlin) in example app

4.0.4

  • Maintenance release
  • Update flutter_lints

4.0.3

  • Improve spacing

4.0.2

  • Improve spacing

4.0.1

  • Use builder's child argument

4.0.0

  • New transition animation for button width, background color, and icon color
  • To disable the animation, set animationDuration to Duration.zero

3.2.8+1

  • Update supported platforms in readme

3.2.8

  • Add more topics to pubspec.yaml

3.2.7

  • Add topics to pubspec.yaml

3.2.6

  • Remove pubspec.lock from package

3.2.5

  • Add more GitHub Actions for checking code quality

3.2.4

  • Minor refactoring and performance improvement

3.2.3

  • Improve pub.dev metadata

3.2.2

  • Improve pub.dev metadata

3.2.1

  • Update example app's description

3.2.0

  • Update flutter_lints

3.1.1

  • Update readme

3.1.0

  • Add borderRadius
  • Small refactoring

3.0.6

  • Add automated publishing via GitHub Actions

3.0.5

  • Remove unused import of flutter_web_plugins

3.0.4

  • Update changelog

3.0.3

  • Remove unused native code of example app
  • Update packages of example app

3.0.2

  • Remove unused native code

3.0.1

  • Update gradle versions
  • Set compileSdkVersion and targetSdkVersion to 31 (Android 12)
  • Fix build of example app for Android 12

3.0.0

  • Breaking change: The widget was renamed from NavigationBar to ResponsiveNavigationBar due to the name overlapping in Flutter 2.8.0
    (NavigationBar is also present in package:flutter/material.dart)

2.2.2

  • Update name in license

2.2.1

  • Minor updates

2.2.0

  • Minor updates

2.1.2

  • Minor updates

2.1.1

  • Fix wrong naming

2.1.0

  • Update to Dart 2.12.0 stable

2.0.3

  • Improve pub.dev score

2.0.2

  • Enable desktop support for Linux and Windows

2.0.1

  • Update dependencies

2.0.0

  • Migrate to null safety

1.8.0

  • Improve padding

1.7.0

  • Improve padding
  • Update Gradle and Kotlin versions

1.6.0

  • Auto-format with Dart's new formatter style (to get 10 pub points back)

1.5.0

  • Auto-format using line length of 80 (to get 10 pub points back)

1.4.0

  • Update dependencies, improve readme

1.3.0

  • Update to latest gradle and kotlin version

1.2.0+1

  • Improve readme

1.2.0

  • Add background blur

1.1.0+4

  • Improve readme

1.1.0+3

  • Improve readme regarding floating

1.1.0+2

  • Improve layout of readme

1.1.0+1

  • Add How to make the BottomBar float to readme

1.1.0

  • Remove floating (experimental feature)

1.0.0+2

  • Improve documentation

1.0.0+1

  • Improve description

1.0.0

  • Release version 1.0.0

0.1.6

  • Fixes for macOS

0.1.5

  • Fixes for Flutter web

0.1.4

  • Improve description

0.1.3

  • Add macOS support

0.1.2-0.1.0

  • Update readme

0.0.10

  • Make text of buttons optional

0.0.9-0.0.5

  • Pub.dev improvement

0.0.4

  • Add web support

0.0.3

  • Minor improvements
  • Add example

0.0.2

  • Pub.dev improvement

0.0.1

  • Inital release