after_layout 1.0.7 after_layout: ^1.0.7 copied to clipboard
Execute code after the first layout of your widget has been performed, i.e. after the first frame has been displayed.
Changelog #
1.0.5 - 1.0.7 #
- Updated to support Dart 2 and Super Mixins - Thanks to Soundbytes
1.0.4 #
- Added Flutter Community Logo.
1.0.3 #
- Moved package to Flutter Community
1.0.2 #
- Renamed AfterLayout class to AfterLayoutMixin class and improved docs.
1.0.1 #
- Updated project using analyze and format and added example to improve pub score
1.0.0 #
- Initial version release
- Release ready, very basic functionality
- Contains tests