Skip to content
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

Open
ndonkoHenri opened this issue Sep 7, 2024 · 11 comments
Open

Add Flutter template #12

ndonkoHenri opened this issue Sep 7, 2024 · 11 comments
Labels
enhancement New feature or request

Comments

@ndonkoHenri
Copy link

Can we please have the flutter template files here too?

@romannurik
Copy link
Contributor

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.

@romannurik
Copy link
Contributor

/cc @davideast @kirupa for vis

@mg3994
Copy link

mg3994 commented Sep 26, 2024

@romannurik Flutter, please check this link , I found most of part useless,

@romannurik
Copy link
Contributor

@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.

@romannurik
Copy link
Contributor

/cc @rodydavis

@rodydavis
Copy link
Collaborator

The flutter template I created can get pretty close to the environment with the default flutter template but still not 100%.

@romannurik
Copy link
Contributor

yeah, my understanding also is the default flutter template is hyper-optimized for startup performance, using mechanisms unavailable to other templates at the moment.

@rodydavis
Copy link
Collaborator

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 👍🏼

@mikeborodin
Copy link

I saw that nixpkg flutter package is not up to date, interesting how this is solved in idx, probably some custom nix flake?

@rodydavis
Copy link
Collaborator

I only use the flutter nix to bootstrap the files.

@rodydavis
Copy link
Collaborator

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.

@rodydavis rodydavis added the enhancement New feature or request label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants