فهرست منبع

Add dependencies to power auto-update

vishnukvmd 2 سال پیش
والد
کامیت
3d4cd106cb
2فایلهای تغییر یافته به همراه44 افزوده شده و 0 حذف شده
  1. 42 0
      pubspec.lock
  2. 2 0
      pubspec.yaml

+ 42 - 0
pubspec.lock

@@ -260,6 +260,13 @@ packages:
       url: "https://pub.dartlang.org"
       url: "https://pub.dartlang.org"
     source: hosted
     source: hosted
     version: "2.2.3"
     version: "2.2.3"
+  dbus:
+    dependency: transitive
+    description:
+      name: dbus
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.7.4"
   device_info:
   device_info:
     dependency: "direct main"
     dependency: "direct main"
     description:
     description:
@@ -405,6 +412,27 @@ packages:
       url: "https://pub.dartlang.org"
       url: "https://pub.dartlang.org"
     source: hosted
     source: hosted
     version: "0.9.3"
     version: "0.9.3"
+  flutter_local_notifications:
+    dependency: "direct main"
+    description:
+      name: flutter_local_notifications
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "12.0.3"
+  flutter_local_notifications_linux:
+    dependency: transitive
+    description:
+      name: flutter_local_notifications_linux
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.0.0"
+  flutter_local_notifications_platform_interface:
+    dependency: transitive
+    description:
+      name: flutter_local_notifications_platform_interface
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "6.0.0"
   flutter_localizations:
   flutter_localizations:
     dependency: "direct main"
     dependency: "direct main"
     description: flutter
     description: flutter
@@ -700,6 +728,13 @@ packages:
       url: "https://pub.dartlang.org"
       url: "https://pub.dartlang.org"
     source: hosted
     source: hosted
     version: "2.0.1"
     version: "2.0.1"
+  open_file:
+    dependency: "direct main"
+    description:
+      name: open_file
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "3.2.1"
   otp:
   otp:
     dependency: "direct main"
     dependency: "direct main"
     description:
     description:
@@ -1174,6 +1209,13 @@ packages:
       url: "https://pub.dartlang.org"
       url: "https://pub.dartlang.org"
     source: hosted
     source: hosted
     version: "0.4.16"
     version: "0.4.16"
+  timezone:
+    dependency: transitive
+    description:
+      name: timezone
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.9.0"
   timing:
   timing:
     dependency: transitive
     dependency: transitive
     description:
     description:

+ 2 - 0
pubspec.yaml

@@ -63,6 +63,8 @@ dependencies:
   confetti: ^0.7.0
   confetti: ^0.7.0
   clipboard: ^0.1.3
   clipboard: ^0.1.3
   flutter_speed_dial: ^6.2.0
   flutter_speed_dial: ^6.2.0
+  flutter_local_notifications: ^12.0.3
+  open_file: ^3.2.1
 
 
 dev_dependencies:
 dev_dependencies:
   bloc_test: ^9.0.3
   bloc_test: ^9.0.3