Skip to content

RyanProgramador/Giants

Repository files navigation

Giants

A new Flutter project.

Getting Started

FlutterFlow projects are built to run on the Flutter stable release.

Integration Tests

To test on a real iOS / Android device, first connect the device and run the following command from the root of the project:

flutter test integration_test/test.dart

To test on a web browser, first launch chromedriver as follows:

chromedriver --port=4444

Then from the root of the project, run the following command:

flutter drive \
  --driver=test_driver/integration_test.dart \
  --target=integration_test/test.dart \
  -d chrome

Find more information about running Flutter integration tests here.

Refer to this guide for instructions on running the tests on Firebase Test Lab.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published