https://github.com/basith-p/pl_task
https://github.com/basith-p/pl_task
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/basith-p/pl_task
- Owner: Basith-P
- Created: 2024-07-26T11:51:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T16:01:57.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T04:44:19.643Z (over 1 year ago)
- Language: Dart
- Size: 2.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My News
## Getting Started 🚀
This project contains 3 flavors:
- development
- staging
- production
To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:
```sh
# Development
$ flutter run --flavor development --target lib/main_development.dart
# Staging
$ flutter run --flavor staging --target lib/main_staging.dart
# Production
$ flutter run --flavor production --target lib/main_production.dart
```