flutter_eval 0.4.7 flutter_eval: ^0.4.7 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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_eval
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_eval: ^0.4.7
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_eval/flutter_eval.dart';