https://github.com/epomatti/cbpq-flutter
Flutter App for skydivers in Brazil to check their license status.
https://github.com/epomatti/cbpq-flutter
android brazil dart flutter flutter-app skydive
Last synced: about 1 year ago
JSON representation
Flutter App for skydivers in Brazil to check their license status.
- Host: GitHub
- URL: https://github.com/epomatti/cbpq-flutter
- Owner: epomatti
- Archived: true
- Created: 2019-04-02T01:45:32.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T12:38:57.000Z (about 4 years ago)
- Last Synced: 2025-03-11T02:51:15.157Z (about 1 year ago)
- Topics: android, brazil, dart, flutter, flutter-app, skydive
- Language: Dart
- Homepage: https://play.google.com/store/apps/details?id=br.com.cbpq&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1
- Size: 614 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEPRECATED
**⛔️** This app has been deprecated and will no longer be supported as the [official CBPQ site](https://www.cbpq.org.br/) now supports PWA and is maintained by the federation.
An App for skydivers in Brazil to check their license status.
[](http://unmaintained.tech/) [](https://codemagic.io/apps/5db4aca125dc3f2949a9e89f/5db4aca125dc3f2949a9e89e/latest_build) [](https://github.com/epomatti/cbpq-flutter/actions)
## Getting Started
```
cp .env.prod .env
flutter packages get
flutter run
```
### Mock
```
cp .env.mock .env
cd mock
npm install
node mock.js
```
## Release Bundle
1. Clone the repo
2. Create `.env` file:
```
cp .env.prod .env
```
3. Copy the properties file: `key.properties`
4. Copy the JKS file: `android/app/key.jks`
5. Build the App Bundle:
```
flutter build appbundle --build-name --build-version
```
## About
Made with love. For skydivers, by skydivers ;)
