Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 542 Bytes

File metadata and controls

9 lines (7 loc) · 542 Bytes

FlutterApplication

The frontend flutter application, contains code for IOS, Android and web
Remember to upgrade your local environment to flutter 3.0 before cloning the project

Development

Install the Flutter SDK. Open the pull_flutter folder as a project in a supported IDE. If using Android Studio / IntelliJ go to File > Project Structure > Modules and add pull_common as a Flutter module.

When developing, run flutter pub run build_runner watch --delete-conflicting-outputs to ensure that generated code stays up to date.