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

https://github.com/karoldm/myplants

Flutter app to store information about your plants and remember to water them 🌱
https://github.com/karoldm/myplants

dart flutter sqlite

Last synced: about 2 months ago
JSON representation

Flutter app to store information about your plants and remember to water them 🌱

Awesome Lists containing this project

README

          



My plants app Logo

Flutter app to store information about your plants and remember to water them.


### [Figma Project][Figma-url]




figma of project




### Built With

- [![Flutter][Flutter]][Flutter-url]

- [![Dart][Dart]][Dart-url]


### Dependencies

- [sqflite][Sqflite-url]
- [flutter_rating_bar][Flutter_rating_bar-url]
- [image_picker][Image_picker-url]
- [path_provider][Path_provider-url]


### Getting Started

1. Install [Flutter](https://flutter.dev)

2. Clone the repo

```sh

git clone https://github.com/karoldm/myplants.git

```

3. Get dependencies

```sh

flutter pub get

```

3. Run app

```sh

flutter run

```


(back to top)

[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/karoldm
[Flutter]: https://img.shields.io/badge/Flutter-%2302569B.svg?style=for-the-badge&logo=Flutter&logoColor=white
[Flutter-url]: https://flutter.dev/
[Dart]: https://img.shields.io/badge/dart-%230175C2.svg?style=for-the-badge&logo=dart&logoColor=white
[Dart-url]: https://dart.dev/
[Figma-url]: https://www.figma.com/file/Knnqcp8DQxTJs8kyI3tHVT/myplants?node-id=216%3A2
[Figma]: https://cdn-icons-png.flaticon.com/512/5968/5968705.png
[Path_provider-url]: https://pub.dev/packages/path_provider
[Sqflite-url]: https://pub.dev/packages/sqflite
[Flutter_rating_bar-url]: https://pub.dev/packages/flutter_rating_bar
[Image_picker-url]: https://pub.dev/packages/image_picker