Updated README.md
This commit is contained in:
parent
eedd39f6fc
commit
4af776e8ad
1 changed files with 27 additions and 10 deletions
37
README.md
37
README.md
|
|
@ -1,16 +1,33 @@
|
|||
# fires_flutter
|
||||
# Tod@s contra el Fuego (All Against Fire) mobile
|
||||
|
||||
All Against Fire
|
||||
This is app that notifies about fires detected in an area of your interest. It helps the early detection of fires and facilitates local mobilization, while the professional extinction services arrive.
|
||||
|
||||
## Getting Started
|
||||
## Install
|
||||
|
||||
For help getting started with Flutter, view our online
|
||||
[documentation](https://flutter.io/).
|
||||
Via Play
|
||||
|
||||
## Development
|
||||
|
||||
- google-services.json
|
||||
- Manifest sample
|
||||
- private keys in assets
|
||||
flutter pub pub run intl_translation:extract_to_arb --output-dir=lib/l10n lib/i18n.dart
|
||||
flutter pub pub run intl_translation:generate_from_arb --output-dir=lib/l10n --no-use-deferred-loading lib/i18n.dart lib/l10n/intl_*.arb
|
||||
This app is developed with [flutter](https://flutter.io/). So if you want to contribute, please install it.
|
||||
|
||||
You also needs a:
|
||||
- `assets/private-settings.json` see `assets/private-settings-sample.json`.
|
||||
- `google-services.json` provided by firebase console.
|
||||
|
||||
Some json related code is generated via
|
||||
```
|
||||
flutter packages pub run build_runner build
|
||||
```
|
||||
also you can run with `watch` instead of `build` to build with any code change.
|
||||
|
||||
## Data source acknowledgements
|
||||
|
||||
*We acknowledge the use of data and imagery from LANCE FIRMS operated by the NASA/GSFC/Earth Science Data and Information System (ESDIS) with funding provided by NASA/HQ*.
|
||||
|
||||
## License
|
||||
|
||||
GNU APLv3. See our [LICENSE](https://github.com/comunes/todos-contra-el-fuego-web/blob/tcef-master/LICENSE.md), for a complete text.
|
||||
|
||||
## Thanks & other acknowlegments
|
||||
|
||||
(...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue