Add Gopherlib dependency, remove useless comment info

This commit is contained in:
Felisp 2024-05-25 00:37:56 +02:00
parent abe5ceb971
commit 5c285fc082
2 changed files with 15 additions and 18 deletions

View file

@ -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"

View file

@ -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: