-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Flutter template #12
Comments
Hi there! We're working on it! Unfortunately the Flutter template is the only one that's a bit more involved than just a simple template. We're working on bringing the Flutter environment 100% onto our templating system, which is taking some time. |
/cc @davideast @kirupa for vis |
@romannurik Flutter, please check this link , I found most of part useless, |
@mg3994 We have a number of alternative/secondary approaches to spinning up Flutter workspaces that are unofficial/experimental (that's one of them) ... but the default "new Flutter app" experience on IDX isn't currently replicable purely via custom templates unfortunately. |
/cc @rodydavis |
The flutter template I created can get pretty close to the environment with the default flutter template but still not 100%. |
yeah, my understanding also is the default flutter template is hyper-optimized for startup performance, using mechanisms unavailable to other templates at the moment. |
Yep but if speed is not the concern then the template I shared will still have flutter fully working with the previews on Android and web 👍🏼 |
I saw that nixpkg |
I only use the flutter nix to bootstrap the files. |
Also the clarify the flutter template I create is just as fast running and is still super quick opening. It adds a lot of the flutter create commands to the template instead of caching the flutter counter app only. |
Can we please have the flutter template files here too?
The text was updated successfully, but these errors were encountered: