We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf9528 commit 2c58643Copy full SHA for 2c58643
lib/src/flutter_eval.dart
@@ -221,8 +221,8 @@ class _RuntimeWidgetState extends State<RuntimeWidget> {
221
/// of package names to maps of filenames to String file contents. E.g.:
222
/// { 'my_package': { 'main.dart': '''main() { ... }''' } }
223
///
224
-/// [assetPath] will be used to output a compiled EVC bytecode file in release
225
-/// mode, which will be loaded in debug mode as a Flutter asset if [uri] is
+/// [assetPath] will be used to output a compiled EVC bytecode file in debug
+/// mode, which will be loaded in release mode as a Flutter asset if [uri] is
226
/// not specified.
227
228
/// [uri] is the URI to the EVC bytecode to be executed in release mode. Use
0 commit comments