diff options
Diffstat (limited to 'pubspec.yaml')
| -rw-r--r-- | pubspec.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/pubspec.yaml b/pubspec.yaml new file mode 100644 index 0000000..413de93 --- /dev/null +++ b/pubspec.yaml @@ -0,0 +1,19 @@ +name: sia_app +description: "Sia app" +publish_to: 'none' +version: 0.1.0 + +environment: + sdk: ^3.10.4 + +dependencies: + flutter: + sdk: flutter + +dev_dependencies: + flutter_test: + sdk: flutter + flutter_lints: ^6.0.0 + +flutter: + uses-material-design: true |
