Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 828 Bytes

File metadata and controls

26 lines (17 loc) · 828 Bytes

image_hoster

Isu practice

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

To deploy this app on your own server with your own API server, you can fork this project and set your baseUrl in ./lib/constants.dart.

Then, type flutter pub get to get all dependencies.

Custom icon

Replace ./assets/icons/launcher.png and run dart run flutter_launcher_icons in root project directory.

Syntax error

If there are syntax errors you have to generate some code. Run dart run build_runner watch to do it.