The mobile client for Open Insurance — a cross-platform Flutter application for Android, iOS, and other supported platforms.
Open Insurance Mobile is the Flutter-based mobile application in the Open Insurance ecosystem. It provides a native experience across mobile and desktop platforms using a single Dart codebase.
- Flutter SDK (Dart
^3.12) - Platform SDKs for your target device (Android Studio, Xcode, etc.)
git clone https://github.com/rashintha/open-insurance-mobile.git
cd open-insurance-mobile
flutter pub get
flutter run# Install dependencies
flutter pub get
# Run static analysis
flutter analyze
# Run tests
flutter test
# Run on a connected device or emulator
flutter runWe welcome contributions! Please read the guides below before opening a pull request:
- Contributing Guide — setup, workflow, coding standards, and PR guidelines
- Contributor Guide — recognition, review process, and contributor expectations
Quick start:
- Fork the repository
- Create a feature branch (
git checkout -b feature/my-change) - Commit your changes with a clear message
- Run
flutter analyzeandflutter test - Open a pull request against
main
This project is licensed under the Apache License 2.0. See the LICENSE file for the full text.
Thanks to everyone who has contributed to this project!