https://github.com/robertov8/hendel_business
App list buniness
https://github.com/robertov8/hendel_business
dart dio flutter flutter-mobx flutter-modular getit shared-preferences
Last synced: 5 months ago
JSON representation
App list buniness
- Host: GitHub
- URL: https://github.com/robertov8/hendel_business
- Owner: robertov8
- Created: 2020-05-06T12:40:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T19:26:54.000Z (over 5 years ago)
- Last Synced: 2025-06-19T05:08:15.547Z (5 months ago)
- Topics: dart, dio, flutter, flutter-mobx, flutter-modular, getit, shared-preferences
- Language: Dart
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# business
A new Flutter project.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
## Generate Coverage Report
```bash
sudo apt-get install lcov -y
genhtml coverage/lcov.info -o coverage/html
```