Initial Flutter MVP for bottle-cap mosaic generator
This commit is contained in:
23
pubspec.yaml
Normal file
23
pubspec.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
name: korken_mosaic
|
||||
description: Prototype app to create bottle-cap mosaics from photos.
|
||||
publish_to: 'none'
|
||||
version: 0.1.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=3.2.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
cupertino_icons: ^1.0.8
|
||||
image_picker: ^1.1.2
|
||||
image: ^4.2.0
|
||||
flutter_colorpicker: ^1.1.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^4.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
Reference in New Issue
Block a user