ethanblake4 / flutter_eval

Code push for Flutter, powered by dart_eval

Home Page:https://pub.dev/packages/flutter_eval

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pub packages are not currently supported

canewsin opened this issue · comments

Pub packages are not currently supported

Does this mean that we cannot reference pub packages at runtime right? I see that Flutter Gallery uses various pub packages, which is listed on flutter_eval readme.

commented

Yes, you cannot reference pub packages unless you create a bridge plugin for them.

Flutter gallery is listed as an example of how flutter_eval affects the size of the gallery app when flutter_eval is added to it. You are not able to compile/run flutter gallery inside of flutter_eval though yet.