flutter_eval 0.4.3
flutter_eval: ^0.4.3 copied to clipboard
Flutter bridge library for dart_eval, enabling creation of fully dynamic Flutter apps and widgets that can be loaded from a file or the Internet at runtime.
0.4.3 #
- Add Row and MainAxisSize
- Reduce min Dart SDK to 2.15
0.4.2 #
- Add ElevatedButton and TextButton
0.4.1 #
- Support for SnackBar, ScaffoldMessenger, TextField, TextStyle, FontWeight, TextEditingController, and ChangeNotifier
- Improve support for other widgets
- Fix a bug in Column causing an error if you didn't specify its MainAxisAlignment
- Minor documentation improvements
0.4.0 #
- Initial public release