From 5c285fc082e007a3127607ddf3add3894d7b5968 Mon Sep 17 00:00:00 2001 From: Felisp Date: Sat, 25 May 2024 00:37:56 +0200 Subject: [PATCH] Add Gopherlib dependency, remove useless comment info --- pubspec.lock | 19 ++++++++++--------- pubspec.yaml | 14 +++++--------- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 64a517a..c11ed4a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -41,14 +41,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.18.0" - cupertino_icons: - dependency: "direct main" - description: - name: cupertino_icons - sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6 - url: "https://pub.dev" - source: hosted - version: "1.0.8" fake_async: dependency: transitive description: @@ -75,6 +67,15 @@ packages: description: flutter source: sdk version: "0.0.0" + gopherlib: + dependency: "direct main" + description: + path: "." + ref: stable + resolved-ref: "2e6bf1902e9f21fdd59f2033196f984460814559" + url: "https://git.treebrary.org/Felisp/gopherlib.git" + source: git + version: "0.0.1" leak_tracker: dependency: transitive description: @@ -209,4 +210,4 @@ packages: source: hosted version: "13.0.0" sdks: - dart: ">=3.3.4 <4.0.0" + dart: ">=3.3.4 <=3.4.0" diff --git a/pubspec.yaml b/pubspec.yaml index 5942c2c..02df6d8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: gophershy -description: "A new Flutter project." +description: "Client for the Gopher protocol written in Flutter" # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev @@ -11,9 +11,6 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # build by specifying --build-name and --build-number, respectively. # In Android, build-name is used as versionName while build-number used as versionCode. # Read more about Android versioning at https://developer.android.com/studio/publish/versioning -# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. -# Read more about iOS versioning at -# 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.0+1 @@ -30,11 +27,10 @@ environment: dependencies: flutter: sdk: flutter - - - # The following adds the Cupertino Icons font to your application. - # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.6 + gopherlib: + git: + url: https://git.treebrary.org/Felisp/gopherlib.git + ref: stable # Development will follow alongside dev_dependencies: flutter_test: