Initial Flutter MVP for bottle-cap mosaic generator

This commit is contained in:
gary
2026-02-21 18:24:42 +01:00
commit d65875ba84
5 changed files with 459 additions and 0 deletions

23
pubspec.yaml Normal file
View 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