This is a Flutter-based mobile application for managing various insurance plans. The app allows users to view different insurance plans, check their details, and proceed to checkout.
- View various insurance plans
- Detailed information for each plan
- Checkout process for purchasing plans
- Flutter 2.0 or higher
- Dart SDK
-
Clone the repository:
git clone https://github.com/cloudsoftwareoff/insurrance.git cd insurrance
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
- Navigate through different insurance plans.
- View details of each insurance plan.
- Proceed to checkout for purchasing insurance.
in release
Describe any APIs used by the application, including endpoints, request/response formats, and example calls.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b main
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin main
. - Create a pull request detailing your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
Note: This is a cloud software product. Do not use for commercial purposes or claim it as your own.
Thank you for using the Insurance Flutter App!