diff options
author | ryo <ryo@nopwd.lol> | 2025-04-11 20:22:41 +0000 |
---|---|---|
committer | ryo <ryo@nopwd.lol> | 2025-04-11 20:22:41 +0000 |
commit | 8e12f4f68cc907668a0ad91b854a80f21b921071 (patch) | |
tree | f9f3dffba3fa0284fbef050367cdc6e4ffbc0f42 /pubspec.yaml |
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 |