- Add support for the web and other platforms
- Fix references to the design language of the native platforms
- Update Flutter and Dark SDK
- Fix deprecated examples and Gradle issues
- Update README with explicit
context
parameter for demos
- Added iosIsDestructiveAction and iosIsDefaultAction params. Thank you @Bersh
- Allowing null actions for Android AlertDialog. Thank you @Bersh
- Migrate to null safety #8. Thank you @Bersh
- Migrate example app to latest stable SDK
- Update dependencies
- Set min Dart SDK to 2.7.0
- Added code docs
- Fix issue #2
- Documentation fixes
- Update some formatting
- Update description in pubspec.yaml
- Fix broken table in README
- Major code refactoring
- Documentation fixes
- Initial attempt to make platform aware dialog and alert widgets
- Added
FDBasicDialog
and other core utilities