- Implement about dialog orientation
- Add license extractor
- Add license dialog
- Update to flutter 3.24
- Update dependencies
- Add compatibility with Flutter 3.9
- Update example project
- Update dependencies
- Add trailing chevrons
- Fix prerelease dependency
- Custom ScaffoldBuilder passed to LicenseDetail
- Improve licenses display
- Use flutter_lints
- Fix activity indicator not centered vertically on licenses page
- Remove scrollbars
- Fix Flutter-web support
- Improve Cupertino compatibility
- Opt-in null-safety
- Remove dependency on package_info
- Fix a bug with markdown tap handler being null introduced in 1.3.0
- Expose all Markdown properties
- Allow custom tap handlers for links in markdown pages
- Fix an error when leaving
license
page - Update markdown dependency
- Add golden tests
- Add optional ScaffoldBuilder that can be used to provide a custom app scaffold around all pages
- Flutter_Markdown library 0.4.0 is somewhat invalid
- Update markdown library
- Fix showAboutPage as full-size page
- Use external mustache library
- Fix Cupertino dark theme
- Remove Localizations.override
- Update code style to Pedantic 1.9.0
- Reorganize the library
- Strip YAML header from Markdown files
- Prepare for 1.0.0 version of sensors and package_info. (dart_lsc)
- Remove builder, moved to pubspec_export
- Add more parameters
- Catch missing plugin exception
- Fix tests
- Fix license package names
- Add Android example
- Avoid too long subtitles
- Avoid copyright strings containing comments
- Remove useless values in licenses
- Fix dependencies
- Fix template issues with Flutter-web
- Add some space above the icon
- Add an option to create a dialog
- Add missing properties on AboutPageListTile and showAboutPage
- Add unit tests
- Update README
- Add Cupertino style
- First version