From 8e12f4f68cc907668a0ad91b854a80f21b921071 Mon Sep 17 00:00:00 2001 From: ryo Date: Fri, 11 Apr 2025 20:22:41 +0000 Subject: Init commit --- pubspec.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pubspec.yaml (limited to 'pubspec.yaml') 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 -- cgit v1.2.3