add example code to experiment with dart/flutter
This commit is contained in:
26
pubspec.yaml
Normal file
26
pubspec.yaml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user