Skip to content

Commit 2855033

Browse files
dependencies added
1 parent eb0c965 commit 2855033

File tree

3 files changed

+152
-7
lines changed

3 files changed

+152
-7
lines changed

macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ import Foundation
77

88
import package_info_plus
99
import sentry_flutter
10+
import shared_preferences_foundation
1011
import url_launcher_macos
1112

1213
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
1314
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
1415
SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
16+
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
1517
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
1618
}

pubspec.lock

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ packages:
9797
url: "https://pub.dev"
9898
source: hosted
9999
version: "2.0.1"
100+
file:
101+
dependency: transitive
102+
description:
103+
name: file
104+
sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d"
105+
url: "https://pub.dev"
106+
source: hosted
107+
version: "6.1.4"
100108
flutter:
101109
dependency: "direct main"
102110
description: flutter
@@ -144,6 +152,14 @@ packages:
144152
url: "https://pub.dev"
145153
source: hosted
146154
version: "4.0.2"
155+
iconsax:
156+
dependency: "direct main"
157+
description:
158+
name: iconsax
159+
sha256: fb0144c61f41f3f8a385fadc27783ea9f5359670be885ed7f35cef32565d5228
160+
url: "https://pub.dev"
161+
source: hosted
162+
version: "0.0.8"
147163
image_gallery_saver:
148164
dependency: "direct main"
149165
description:
@@ -200,6 +216,14 @@ packages:
200216
url: "https://pub.dev"
201217
source: hosted
202218
version: "1.8.0"
219+
nested:
220+
dependency: transitive
221+
description:
222+
name: nested
223+
sha256: "03bac4c528c64c95c722ec99280375a6f2fc708eec17c7b3f07253b626cd2a20"
224+
url: "https://pub.dev"
225+
source: hosted
226+
version: "1.0.0"
203227
package_info_plus:
204228
dependency: transitive
205229
description:
@@ -224,6 +248,38 @@ packages:
224248
url: "https://pub.dev"
225249
source: hosted
226250
version: "1.8.2"
251+
path_provider_linux:
252+
dependency: transitive
253+
description:
254+
name: path_provider_linux
255+
sha256: "2ae08f2216225427e64ad224a24354221c2c7907e448e6e0e8b57b1eb9f10ad1"
256+
url: "https://pub.dev"
257+
source: hosted
258+
version: "2.1.10"
259+
path_provider_platform_interface:
260+
dependency: transitive
261+
description:
262+
name: path_provider_platform_interface
263+
sha256: "57585299a729335f1298b43245842678cb9f43a6310351b18fb577d6e33165ec"
264+
url: "https://pub.dev"
265+
source: hosted
266+
version: "2.0.6"
267+
path_provider_windows:
268+
dependency: transitive
269+
description:
270+
name: path_provider_windows
271+
sha256: d3f80b32e83ec208ac95253e0cd4d298e104fbc63cb29c5c69edaed43b0c69d6
272+
url: "https://pub.dev"
273+
source: hosted
274+
version: "2.1.6"
275+
platform:
276+
dependency: transitive
277+
description:
278+
name: platform
279+
sha256: "4a451831508d7d6ca779f7ac6e212b4023dd5a7d08a27a63da33756410e32b76"
280+
url: "https://pub.dev"
281+
source: hosted
282+
version: "3.1.0"
227283
plugin_platform_interface:
228284
dependency: transitive
229285
description:
@@ -240,6 +296,22 @@ packages:
240296
url: "https://pub.dev"
241297
source: hosted
242298
version: "3.7.3"
299+
process:
300+
dependency: transitive
301+
description:
302+
name: process
303+
sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09"
304+
url: "https://pub.dev"
305+
source: hosted
306+
version: "4.2.4"
307+
provider:
308+
dependency: "direct main"
309+
description:
310+
name: provider
311+
sha256: cdbe7530b12ecd9eb455bdaa2fcb8d4dad22e80b8afb4798b41479d5ce26847f
312+
url: "https://pub.dev"
313+
source: hosted
314+
version: "6.0.5"
243315
sentry:
244316
dependency: transitive
245317
description:
@@ -256,6 +328,62 @@ packages:
256328
url: "https://pub.dev"
257329
source: hosted
258330
version: "7.4.2"
331+
shared_preferences:
332+
dependency: "direct main"
333+
description:
334+
name: shared_preferences
335+
sha256: "858aaa72d8f61637d64e776aca82e1c67e6d9ee07979123c5d17115031c1b13b"
336+
url: "https://pub.dev"
337+
source: hosted
338+
version: "2.1.0"
339+
shared_preferences_android:
340+
dependency: transitive
341+
description:
342+
name: shared_preferences_android
343+
sha256: "5d7b3bd0400bdd0c03e59a3d3d5314651141a145b58196cd9018b12a2adc0c1b"
344+
url: "https://pub.dev"
345+
source: hosted
346+
version: "2.1.3"
347+
shared_preferences_foundation:
348+
dependency: transitive
349+
description:
350+
name: shared_preferences_foundation
351+
sha256: "0c1c16c56c9708aa9c361541a6f0e5cc6fc12a3232d866a687a7b7db30032b07"
352+
url: "https://pub.dev"
353+
source: hosted
354+
version: "2.2.1"
355+
shared_preferences_linux:
356+
dependency: transitive
357+
description:
358+
name: shared_preferences_linux
359+
sha256: "9d387433ca65717bbf1be88f4d5bb18f10508917a8fa2fb02e0fd0d7479a9afa"
360+
url: "https://pub.dev"
361+
source: hosted
362+
version: "2.2.0"
363+
shared_preferences_platform_interface:
364+
dependency: transitive
365+
description:
366+
name: shared_preferences_platform_interface
367+
sha256: fb5cf25c0235df2d0640ac1b1174f6466bd311f621574997ac59018a6664548d
368+
url: "https://pub.dev"
369+
source: hosted
370+
version: "2.2.0"
371+
shared_preferences_web:
372+
dependency: transitive
373+
description:
374+
name: shared_preferences_web
375+
sha256: "74083203a8eae241e0de4a0d597dbedab3b8fef5563f33cf3c12d7e93c655ca5"
376+
url: "https://pub.dev"
377+
source: hosted
378+
version: "2.1.0"
379+
shared_preferences_windows:
380+
dependency: transitive
381+
description:
382+
name: shared_preferences_windows
383+
sha256: "5e588e2efef56916a3b229c3bfe81e6a525665a454519ca51dbcc4236a274173"
384+
url: "https://pub.dev"
385+
source: hosted
386+
version: "2.2.0"
259387
sky_engine:
260388
dependency: transitive
261389
description: flutter
@@ -405,6 +533,14 @@ packages:
405533
url: "https://pub.dev"
406534
source: hosted
407535
version: "4.1.3"
536+
xdg_directories:
537+
dependency: transitive
538+
description:
539+
name: xdg_directories
540+
sha256: ee1505df1426458f7f60aac270645098d318a8b4766d85fde75f76f2e21807d1
541+
url: "https://pub.dev"
542+
source: hosted
543+
version: "1.0.0"
408544
sdks:
409545
dart: ">=2.19.6 <3.0.0"
410546
flutter: ">=3.3.0"

pubspec.yaml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.2+1
19+
version: 1.0.3+1
2020

2121
environment:
2222
sdk: '>=2.19.6 <3.0.0'
@@ -41,6 +41,9 @@ dependencies:
4141
image_gallery_saver: ^1.7.1
4242
sentry_flutter: ^7.4.2
4343
fluttertoast: ^8.2.1
44+
iconsax: ^0.0.8
45+
shared_preferences: ^2.1.0
46+
provider: ^6.0.5
4447

4548
dev_dependencies:
4649
flutter_test:
@@ -81,12 +84,6 @@ flutter:
8184
# "family" key with the font family name, and a "fonts" key with a
8285
# list giving the asset and other descriptors for the font. For
8386
# example:
84-
# fonts:
85-
# - family: Schyler
86-
# fonts:
87-
# - asset: fonts/Schyler-Regular.ttf
88-
# - asset: fonts/Schyler-Italic.ttf
89-
# style: italic
9087
# - family: Trajan Pro
9188
# fonts:
9289
# - asset: fonts/TrajanPro.ttf
@@ -95,3 +92,13 @@ flutter:
9592
#
9693
# For details regarding fonts from package dependencies,
9794
# see https://flutter.dev/custom-fonts/#from-packages
95+
fonts:
96+
- family: Aesthetic
97+
fonts:
98+
- asset: assets/fonts/Aesthetic-Regular.ttf
99+
- family: Nexa
100+
fonts:
101+
- asset: assets/fonts/Nexa-Heavy.ttf
102+
- family: NexaLight
103+
fonts:
104+
- asset: assets/fonts/Nexa-ExtraLight.ttf

0 commit comments

Comments
 (0)