Begin to do some updates
This commit is contained in:
parent
0462b39784
commit
dd01f82fac
7 changed files with 21 additions and 10 deletions
10
pubspec.yaml
10
pubspec.yaml
|
@ -1,5 +1,5 @@
|
|||
name: bugvault
|
||||
description: "A new Flutter project."
|
||||
description: "The Aria's Creations Bug Tracker"
|
||||
# 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
|
||||
|
@ -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.031525+0227
|
||||
version: 1.0.062525+2043
|
||||
|
||||
environment:
|
||||
sdk: ^3.7.0
|
||||
|
@ -36,10 +36,10 @@ dependencies:
|
|||
cupertino_icons: ^1.0.8
|
||||
libacflutter:
|
||||
hosted: https://git.zontreck.com/api/packages/Packages/pub/
|
||||
version: 1.0.031525+0222
|
||||
version: 1.0.052725+1354
|
||||
libac_dart:
|
||||
hosted: https://git.zontreck.com/api/packages/Packages/pub/
|
||||
version: 1.4.20325+1215
|
||||
version: 1.4.052725+1339
|
||||
base32: ^2.1.3
|
||||
totp: ^0.1.0
|
||||
hotp: ^0.1.0
|
||||
|
@ -54,7 +54,7 @@ dev_dependencies:
|
|||
# activated in the `analysis_options.yaml` file located at the root of your
|
||||
# package. See that file for information about deactivating specific lint
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^5.0.0
|
||||
flutter_lints: ^6.0.0
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue