flutter_eval icon indicating copy to clipboard operation
flutter_eval copied to clipboard

Code push for Flutter, powered by dart_eval

Results 36 flutter_eval issues
Sort by recently updated
recently updated
newest added

If I were in hot_update dart, increase the import 'package: flutter/cupertino. Dart', will quote CompileError: Cannot find import 'package:flutter/cupertino.dart' cupertino does not seem to be supported, so it is easy...

enhancement

Facing issues when we try to import custom widgets and library dependency imports. Importing custom button widget gives error: import 'button.dart'; EvalExample.dart ``` import 'package:flutter/material.dart'; import 'package:flutter_eval/flutter_eval.dart'; class EvalExample extends...

I get several flutter_eval errors when upgrading to the latest flutter realese in the stable channel. Color methods not defined and open_fileX.

Hello, does this package still support Flutter 3.29?

There has been two changes in Flutter SDK: `Color` got fields a,rg,b; and `toStringDeep` diagnostics method got the fourth parameter, `wrapWidth`. Alas `ColorSpace` class is exported only by `dart:ui`. Also...

Flutter version: 3.22.3 dart_eval: 0.7.10 flutter_eval: 0.7.6 Below is the patch I am trying to compile ``` import 'package:eval_annotation/eval_annotation.dart'; import 'package:flutter/material.dart'; import 'package:testingpatch/page_changer/page1.dart'; import 'package:testingpatch/page_changer/page2.dart'; class MyHomePage extends StatelessWidget {...

When we are using EvalWidget, we are creating new package with libraries, right? Is it possible to add some 3rd party package as dependency and then import a library from...

Fix typo in example code

The bindings generator creates calls to $TextStyle.wrap(...), but does not add the proper import/reference to the $TextStyle wrapper class. As a result, the analyzer/compiler fails with Undefined name '$TextStyle'. #...