Skip to content

Foursquare is a flutter application about selling cloth.

Notifications You must be signed in to change notification settings

trannghia0997/Foursquare

Repository files navigation

Foursquare

Specialized Projects - Foursquare Client

Getting Started

Prerequisites

  • Flutter
  • Android Studio if you want to develop for Android
  • Xcode if you want to develop for iOS

Build

flutter pub get
dart run build_runner build lib/ --delete-conflicting-outputs
flutter run

Development

flutter pub get
dart run build_runner watch lib/ --delete-conflicting-outputs

Notes

  • We use build_runner to generate the code. Therefore, we need to run dart run build_runner build or dart run build_runner watch to generate the code before building the app.
  • If you use VSCode, we have a tasks.json file that will run build_runner for you. You can use Ctrl+Shift+P > Run Task > buid-runner (Flutter): Watch to run build_runner in watch mode.

About

Foursquare is a flutter application about selling cloth.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages