Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ivaskuu/plantly
An app concept inspired by https://www.uplabs.com/posts/planlty-browse-buy-plants and made in Flutter.
https://github.com/Ivaskuu/plantly
Last synced: 29 days ago
JSON representation
An app concept inspired by https://www.uplabs.com/posts/planlty-browse-buy-plants and made in Flutter.
- Host: GitHub
- URL: https://github.com/Ivaskuu/plantly
- Owner: Ivaskuu
- License: apache-2.0
- Created: 2018-04-02T12:47:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T10:48:13.000Z (over 3 years ago)
- Last Synced: 2024-08-03T21:04:33.796Z (4 months ago)
- Language: Dart
- Homepage:
- Size: 9.32 MB
- Stars: 168
- Watchers: 11
- Forks: 59
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-flutter-apps - Plantly - App concept where you can purchase and get info of plants by [Ivascu Adrian](https://github.com/Ivaskuu/). (Uncategorized / Uncategorized)
- awesome-flutter-app - Planty - 由 [Ivascu Adrian](https://github.com/Ivaskuu) 开发的植物店 (开源项目)
README
# Plantly: buy plants.
A concept app that I made with Flutter, inspired by this:![App ui](media/plantly_app_concept.gif)
Wanna try it? Here's the Play store link: [Plantly](https://play.google.com/store/apps/details?id=com.skuu.plantly).
## Final result
## Screenshots (click to enlarge)
- Main page (plants list)
- When clicked on a plant image
- When clicked on the zoom icon
- Cart page (empty)
- Cart page with items
## What I've learned by doing this project
- Make more beautiful shadows
- Used the image_zoom package
- I can round the corners of the whole app (:mindblown:)
- Make the app fullscreen (hide the notification bar and softkeys)
- _You should always backup the key file you used to sign the apk if you still want to update it..._