https://github.com/droidsonroids/fluttrise
Unofficial Bitrise.io client made with Flutter.
https://github.com/droidsonroids/fluttrise
app bitrise ci flutter
Last synced: 3 months ago
JSON representation
Unofficial Bitrise.io client made with Flutter.
- Host: GitHub
- URL: https://github.com/droidsonroids/fluttrise
- Owner: DroidsOnRoids
- License: mit
- Created: 2019-06-24T00:14:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T03:22:59.000Z (over 2 years ago)
- Last Synced: 2025-04-15T20:33:27.374Z (6 months ago)
- Topics: app, bitrise, ci, flutter
- Language: Dart
- Homepage:
- Size: 677 KB
- Stars: 4
- Watchers: 11
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fluttrise
Unofficial [Bitrise.io](https://bitrise.io) client made with Flutter.
## Setup
#### Regenerate JsonSerializable mappers:
```bash
flutter pub run build_runner build --delete-conflicting-outputs
```#### Regenerate translations:
```bash
flutter pub run intl_translation:extract_to_arb --locale=en --output-dir=lib/l10n/generated lib/main.dart
flutter pub run intl_translation:generate_from_arb --output-dir=lib/l10n/generated --no-use-deferred-loading lib/main.dart lib/l10n/generated/intl_*.arb
```