39 lines
736 B
YAML
39 lines
736 B
YAML
name: nest_grocery_app
|
|
description: A Flutter mobile app for Nest Grocery inspired by nest-frontend-v6.vercel.app.
|
|
publish_to: 'none'
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.6
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.0
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/onions.png
|
|
- assets/juice.png
|
|
- assets/veg.png
|
|
- assets/apple.png
|
|
- assets/cake.png
|
|
- assets/coffe.png
|
|
- assets/custard.png
|
|
- assets/plum.png
|
|
- assets/strawberry.png
|
|
- assets/vegtables.png
|
|
- assets/snake.png
|
|
- assets/peach.png
|
|
- assets/kiwi.png
|
|
- assets/rice.jpg
|
|
- assets/rice2.jpg
|
|
|
|
|
|
|