Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

A simple Flutter Web app deployed on Zeabur. https://flutter.zeabur.app

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)