This is a template project for Flutter web applications in Codeanywhere. Try it out
Open the terminal and run:
cd test_project
flutter run -d web-server --web-port=8080 --web-hostname=0.0.0.0Open http://localhost:8080 with your browser to see the result.
You can start editing the app by modifying lib/main.dart. The page auto-updates as you edit the file.
- Development container for Flutter web apps
- Pre-installed Flutter SDK
- Fast development-to-preview workflow
To learn more about Flutter, take a look at the following resources:
- Flutter Documentation - learn about Flutter features and API
- Flutter Cookbook - practical Flutter code examples
- Dart Documentation - learn about the Dart language
- Flutter DevTools - debug and analyze your Flutter apps
You can check out the Flutter GitHub repository - your feedback and contributions are welcome!
Feel free to open a PR with any suggestions for this template project 😃