An open API service indexing awesome lists of open source software.

https://github.com/mo7amedaliebaid/meatz


https://github.com/mo7amedaliebaid/meatz

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# meatz
- Flutter app for meat products.

```css

lib/
├── data/
│ ├── data_sources/
│ │ └── category_remote_data_source.dart
│ ├── models/
│ │ └── category_model.dart
│ ├── repositories/
│ └── category_repository_impl.dart
├── domain/
│ ├── entities/
│ │ └── category.dart
│ ├── repositories/
│ │ └── category_repository.dart
│ └── use_cases/
│ └── get_categories.dart
├── presentation/
│ ├── blocs/
│ │ └── category_bloc.dart
│ ├── screens/
│ │ └── category_screen.dart
│ └── widgets/
│ └── category_widget.dart
└── main.dart

```
# FlutterFire Configure

- https://youtu.be/nHIbNa6rshs?si=v4HEozSV3v_lVVgp