- Add support for Flutter 3.0.0
- Allow
afterFirstLayout
to be overridden withFutureOr
.
- Only callback if mounted.
- Add Null Safety.
- Switch to endOfFrame callback.
- Updated README.
- Updated authors and locked in Dart 2.
- Updated to support Dart 2 and Super Mixins - Thanks to Soundbytes
- Added Flutter Community Logo.
- Moved package to Flutter Community
- Renamed AfterLayout class to AfterLayoutMixin class and improved docs.
- Updated project using analyze and format and added example to improve pub score
- Initial version release
- Release ready, very basic functionality
- Contains tests