- Flutter 3 upgrade
- Use
flutter_lints
& required fixes - Update
GroovinListTile
andGroovinExpansionTile
to match their latestmaterial
versions
- Bug fix: Add
initialValue
toFormField
created byOutlineDropdownButtonFormField
- Add keys to widgets that were missing them and allow
OutlineDropdownButton
and its items to be typed.
- BREAKING CHANGE -
AvatarBackButton
now requires aWidget backButton
to allow for platform-adaptive functionality.
- Introduces the
ScrollControllerBuilder
widget - Bump min Dart SDK version to 2.13
- 🎉 Migrated to null safety 🎉
- Update example to Android Embedding API v2, AndroidX
- Update example to support macOS and web
- Null safety pre-release
- Update readme
- Minor documentation, readme updates
- Introduces
/src/utils
, which contains various small utilities I find useful in my projects. This initial release includes:color_utils.dart
containing theHexColor
class andtextLuminance
functionjson_utils.dart
containing theprintFormattedJson
function
- Refactor
src
to include directorieswidgets
andutils
- Update example app
- Introduces the AvatarBackButton widget
- 1.5.0+1: run
flutter format
onavatar_back_button.dart
- 1.5.0+2 - 05/23/2020
- Update readme
- Add FUNDING.yml
- Update example
- 1.5.0+4 - 06/21/2020
- Constrain min Dart SDK to 2.7
- Refactor widgets into
/src
- Addresses pub health suggestions
- Updates environment SDK
- Updates gitignore
- Addresses pub health suggestions
- Updates README
- Adds the SplitColorBackground widget
- Updates OutlineDropdownButtonFormField widget to allow for custom InputDecorations (credit: DarthDie)
- Updates README
- Introduces the OutlineDropdownButtonFormField widget (credit: DarthDie)
- The default trailing icon in the GroovinExpansionTile widget now is initialized with Colors.grey, and the property is open to customization
- Added the GroovinExpansionTile widget
- Changed the default padding for OutlineDropdownButton
- Fix example not showing on pub
- Initial release containing ModalDrawerHandle and OutlineDropdownButton widgets