add example code to experiment with dart/flutter

This commit is contained in:
2025-05-01 15:11:20 +02:00
commit 15c296d9a3
121 changed files with 4598 additions and 0 deletions

26
pubspec.yaml Normal file
View File

@@ -0,0 +1,26 @@
name: instructor_web
description: Allows sports instructors to maintain member lists and send messages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.1+1
environment:
sdk: ^3.6.0
dependencies:
flutter:
sdk: flutter
english_words: ^4.0.0
provider: ^6.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
uses-material-design: true