flutter_eval
flutter_eval copied to clipboard
Code push for Flutter, powered by dart_eval
I'm able to get the [demo](https://github.com/ethanblake4/flutter_eval/blob/master/example/lib/main.dart) working, and was trying to modify it so that I could only render some widgets from the server side within the existing flutter app...
please support ClipOval() and Timer . Thank you very much
i want to use many RuntimeWidget in flutter in order to implement hot update. each RuntimeWidget has a runtime instance, it has performance problem? it is possible all RuntimeWidget use...
test case: ``` import 'package:dart_eval/dart_eval.dart'; import 'package:dart_eval/dart_eval_bridge.dart'; import 'package:flutter/material.dart'; import 'package:flutter_eval/flutter_eval.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('test MyWidget function', (WidgetTester tester) async { final compiler = Compiler(); setupFlutterForCompile(compiler); final program...
flutter_eval is a very good project. i study it for a time. i want to use ExtendedImage in @RuntimeOverride, but i don't know how to do? can you help me?...
class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override Widget build(BuildContext context) { return HotSwapLoader( uri: 'https://storage.cloud.google.com/staging.datingcoach-61f38.appspot.com/version_xxx.evc', child: MaterialApp( title: 'Flutter Demo',...
I want to start by expressing my gratitude to the author for excellent work in enabling code push functionality. The plugin has proven to be incredibly valuable for our Flutter...
I'm working on a bridge library for [appflowy-editor](https://github.com/AppFlowy-IO/appflowy-editor) so that we can dynamically load developer plugins in our rich text editor. We need `KeyEventResult` and a couple other classes.