Initial commit

This commit is contained in:
2026-03-21 01:34:22 +01:00
parent 8ec17d5ed4
commit 6805f4a3f4
144 changed files with 7312 additions and 13 deletions

39
pubspec.yaml Normal file
View File

@@ -0,0 +1,39 @@
name: busylight_buddy
description: Flutter app to control your DIY BusyLight (ESP32 + Microdot)
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
http: ^1.2.0
flutter_riverpod: ^2.5.1
riverpod_annotation: ^2.3.5
shared_preferences: ^2.2.3
flutter_colorpicker: ^1.0.3
uuid: ^4.4.0
cupertino_icons: ^1.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
build_runner: ^2.4.9
riverpod_generator: ^2.4.0
flutter_launcher_icons: ^0.14.1
flutter:
uses-material-design: true
assets:
- assets/icon.png
flutter_launcher_icons:
android: true
ios: true
macos:
generate: true
image_path: "assets/icon_macos.png"
image_path: "assets/icon.png"