Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 594 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 594 Bytes

Budg1

Budg1 Flutter project.

Test

Getting Started

Configuration

Create config in file config.json:

{
  "DATA_PROVIDER": "spring",
  "SPRING_URL": "http://localhost:8080/api/v1"
}

Run the application

Run the app specifying the config file:

flutter run --dart-define-from-file=config.json

Testing

Generate mocks and test:

dart run build_runner build
flutter test

If you get an error with build_runner, delete .dart_tool folder.