diff options
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pubspec.yaml b/pubspec.yaml new file mode 100644 index 0000000..9565813 --- /dev/null +++ b/pubspec.yaml @@ -0,0 +1,21 @@ +name: chat +description: "Socket Demo" +publish_to: 'none' +version: 1.0.0+1 + +environment: + sdk: ^3.6.0 + +dependencies: + flutter: + sdk: flutter + cupertino_icons: ^1.0.8 + +dev_dependencies: + flutter_test: + sdk: flutter + + flutter_lints: ^5.0.0 + +flutter: + uses-material-design: true |