Update dependencies
This commit is contained in:
parent
6795c84bf4
commit
7000383758
2 changed files with 10 additions and 8 deletions
|
@ -1 +1 @@
|
||||||
const VERSION = "1.1.112524+1212";
|
const VERSION = "1.1.012225+0420";
|
||||||
|
|
16
pubspec.yaml
16
pubspec.yaml
|
@ -1,23 +1,25 @@
|
||||||
name: nbteditor
|
name: nbteditor
|
||||||
description: A Minecraft NBT Editor written in Flutter
|
description: A Minecraft NBT Editor written in Flutter
|
||||||
publish_to: 'none'
|
publish_to: "none"
|
||||||
version: 1.1.112524+1212
|
version: 1.1.012225+0420
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.1.5 <4.0.0'
|
sdk: ^3.6.1
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
file_picker: ^8.0.6
|
file_picker: ^8.0.6
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_code_editor: ^0.3.2
|
flutter_code_editor: ^0.3.2
|
||||||
flutter_highlight: ^0.7.0
|
|
||||||
flutter_treeview: ^1.0.7+1
|
|
||||||
libac_dart:
|
libac_dart:
|
||||||
hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/
|
hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/
|
||||||
version: ^1.2.112524+1156
|
version: ^1.4.012225+0413
|
||||||
permission_handler: ^11.3.1
|
permission_handler: ^11.3.1
|
||||||
|
cupertino_icons: ^1.0.8
|
||||||
|
flutter_highlighting: ^0.9.0+11.8.0
|
||||||
|
flutter_treeview:
|
||||||
|
hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/
|
||||||
|
version: ^1.1.2
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue