Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeabur/flutter-template
A simple Flutter Web app deployed on Zeabur. https://flutter.zeabur.app
https://github.com/zeabur/flutter-template
dart dartlang flutter flutter-apps flutter-examples template zeabur
Last synced: about 2 months ago
JSON representation
A simple Flutter Web app deployed on Zeabur. https://flutter.zeabur.app
- Host: GitHub
- URL: https://github.com/zeabur/flutter-template
- Owner: zeabur
- Created: 2024-02-23T09:33:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T09:52:48.000Z (10 months ago)
- Last Synced: 2024-10-13T08:41:24.196Z (3 months ago)
- Topics: dart, dartlang, flutter, flutter-apps, flutter-examples, template, zeabur
- Language: Dart
- Homepage: https://flutter.zeabur.app
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Template
[![Deploy with Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/CCJ3S2)
## Getting Started
This project is a starting point for a Flutter application that follows the
[simple app state management
tutorial](https://flutter.dev/docs/development/data-and-backend/state-mgmt/simple).For help getting started with Flutter development, view the
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.## Assets
The `assets` directory houses images, fonts, and any other files you want to
include with your application.The `assets/images` directory contains [resolution-aware
images](https://flutter.dev/docs/development/ui/assets-and-images#resolution-aware).## Localization
This project generates localized messages based on arb files found in
the `lib/src/localization` directory.To support additional languages, please visit the tutorial on
[Internationalizing Flutter
apps](https://flutter.dev/docs/development/accessibility-and-localization/internationalization)