# omi **Repository Path**: leejamin/omi ## Basic Information - **Project Name**: omi - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: AppStandalone - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-11 - **Last Updated**: 2025-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sama 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: ```bash flutter test integration_test/test.dart ``` To test on a web browser, first launch `chromedriver` as follows: ```bash chromedriver --port=4444 ``` Then from the root of the project, run the following command: ```bash flutter drive \ --driver=test_driver/integration_test.dart \ --target=integration_test/test.dart \ -d chrome ``` Find more information about running Flutter integration tests [here](https://docs.flutter.dev/cookbook/testing/integration/introduction#5-run-the-integration-test). Refer to this guide for instructions on running the tests on [Firebase Test Lab](https://github.com/flutter/flutter/tree/main/packages/integration_test#firebase-test-lab).