flutter_eval 0.4.5
flutter_eval: ^0.4.5 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.5 #
- Support for Flutter 3.3
- Update example to the Flutter counter example
- Correct resolution of the State
- Generate JSON bindings for use in the dart_eval CLI
- Add Theme, ThemeData, TextTheme, and FontStyle
- Add Center
0.4.4 #
- Fix ordering of mainAxisAlignment and mainAxisSize in Row and Column (thanks to @g123k)
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