aboutsummaryrefslogtreecommitdiff
path: root/pubspec.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'pubspec.yaml')
-rw-r--r--pubspec.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/pubspec.yaml b/pubspec.yaml
new file mode 100644
index 0000000..4fac976
--- /dev/null
+++ b/pubspec.yaml
@@ -0,0 +1,24 @@
+name: linkchat
+description: Un chat para compartir tus links.
+publish_to: 'none'
+version: 1.0.0+1
+
+environment:
+ sdk: '>=3.0.1 <4.0.0'
+
+dependencies:
+ flutter:
+ sdk: flutter
+
+ firebase_core: ^2.13.0
+ firebase_auth: ^4.6.1
+ firebase_messaging: ^14.6.1
+ cloud_firestore: ^4.7.1
+
+dev_dependencies:
+ flutter_test:
+ sdk: flutter
+ flutter_lints: ^2.0.0
+
+flutter:
+ uses-material-design: true