Add a portfolio entry for NBT Editor, and update all dependencies.
This commit is contained in:
parent
9e5ab72b94
commit
071a5ccea4
37 changed files with 247 additions and 117 deletions
28
pubspec.yaml
28
pubspec.yaml
|
@ -1,8 +1,8 @@
|
|||
name: zontreck
|
||||
description: "A new Flutter project."
|
||||
description: "The zontreck.com website"
|
||||
# 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
|
||||
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
|
||||
# The following defines the version and build number for your application.
|
||||
# A version number is three numbers separated by dots, like 1.2.43
|
||||
|
@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||
version: 1.0.082924+0758
|
||||
|
||||
environment:
|
||||
sdk: '>=3.3.4 <4.0.0'
|
||||
sdk: ^3.6.1
|
||||
|
||||
# Dependencies specify other packages that your package needs in order to work.
|
||||
# To automatically upgrade your package dependencies to the latest versions
|
||||
|
@ -31,18 +31,17 @@ 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
|
||||
cupertino_icons: ^1.0.8
|
||||
libac_dart:
|
||||
hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/
|
||||
version: ^1.2.082924+0756
|
||||
dio: ^5.4.3+1
|
||||
shared_preferences: ^2.2.3
|
||||
version: ^1.4.012225+0413
|
||||
dio: ^5.8.0+1
|
||||
shared_preferences: ^2.5.1
|
||||
footer: ^0.0.4
|
||||
crypto: ^3.0.3
|
||||
url_launcher: ^6.3.0
|
||||
crypto: ^3.0.6
|
||||
url_launcher: ^6.3.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
@ -53,19 +52,24 @@ 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: ^3.0.0
|
||||
flutter_lints: ^5.0.0
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
||||
# The following section is specific to Flutter packages.
|
||||
flutter:
|
||||
|
||||
# The following line ensures that the Material Icons font is
|
||||
# included with your application, so that you can use the icons in
|
||||
# the material Icons class.
|
||||
uses-material-design: true
|
||||
|
||||
assets:
|
||||
- images/nbteditor_icon.png
|
||||
- images/nbteditor_tagdisplay.png
|
||||
- images/nbteditor_menu.png
|
||||
- images/nbteditor_snbt.png
|
||||
|
||||
# To add assets to your application, add an assets section, like this:
|
||||
# assets:
|
||||
# - images/a_dot_burr.jpeg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue