mirror of
https://github.com/flutter/samples.git
synced 2026-05-17 04:18:14 +00:00
Adds the start of a new sample showcasing Cupertino widgets. (#12)
This commit is contained in:
19
veggieseasons/pubspec.yaml
Normal file
19
veggieseasons/pubspec.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: veggieseasons
|
||||
description: An iOS app that shows the fruits and veggies currently in season.
|
||||
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.0.0-dev.68.0 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
cupertino_icons: ^0.1.2
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
flutter:
|
||||
Reference in New Issue
Block a user