From 1341d7b81079443353c3f360587bc02b67d3662a Mon Sep 17 00:00:00 2001 From: Raffy Amoguis Date: Thu, 30 Nov 2023 10:40:53 +0800 Subject: [PATCH] added: google_fonts --- pubspec.lock | 8 ++++++++ pubspec.yaml | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pubspec.lock b/pubspec.lock index df66c2c..1556c23 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -328,6 +328,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.2" + google_fonts: + dependency: "direct main" + description: + name: google_fonts + sha256: f0b8d115a13ecf827013ec9fc883390ccc0e87a96ed5347a3114cac177ef18e8 + url: "https://pub.dev" + source: hosted + version: "6.1.0" graphs: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index aff8796..ffcc574 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.3+3 +version: 1.0.4+4 environment: sdk: ">=3.1.5 <4.0.0" @@ -43,6 +43,7 @@ dependencies: open_file_plus: ^3.4.1 flutter_native_splash: ^2.3.6 connectivity_plus: ^5.0.2 + google_fonts: ^6.1.0 flutter_native_splash: image: assets/icon.png