2

Is it possible to write a flutter code and save it inside server and then send it to a flutter application and implement this code .. Is this possible?

You can take a look at this:

https://pub.dev/packages/flutter_code_push

I tried a lot of things and got this package, but I couldn't use it on Windows devices.

flutter_code_push 1.0.2

ALNAJJAR
  • 292
  • 3
  • 11

1 Answers1

0

Might be what you want.

Isolate.spawnUri can run compiled code.

https://github.com/dart-lang/sdk/issues/50158

LacticWhale
  • 209
  • 1
  • 11