Replies: 4 comments 2 replies
-
Currently Next.js' main focus is providing a great framework for building web applications and websites and providing the best developer experience / user experience. It does so using React and JavaScript / TypeScript. |
Beta Was this translation helpful? Give feedback.
-
Please, add support to flutter technology |
Beta Was this translation helpful? Give feedback.
-
Recently Flutter added Web targeting. This should be the focus of Vercel instead of Next.js. |
Beta Was this translation helpful? Give feedback.
-
I deployed flutter example for form-validator package using vercel. Here's configuration: Build command: cd example && if cd flutter; then git pull && cd ..; else git clone https://github.com/flutter/flutter.git; fi && flutter/bin/flutter config --enable-web && flutter/bin/flutter build web --release Build output:
PS: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to have flutter support in future
Or somehow a next for flutter
Beta Was this translation helpful? Give feedback.
All reactions