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 🌱
- Host: GitHub
- URL: https://github.com/karoldm/myplants
- Owner: karoldm
- Created: 2022-10-02T18:22:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T20:38:47.000Z (over 1 year ago)
- Last Synced: 2025-09-13T03:45:35.634Z (10 months ago)
- Topics: dart, flutter, sqlite
- Language: Dart
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My plants app
Flutter app to store information about your plants and remember to water them.
### [Figma Project][Figma-url]

### 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
```
[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