Finish implementing initial objects
This commit is contained in:
parent
161484f693
commit
39dac3b191
4 changed files with 206 additions and 65 deletions
|
@ -1,6 +1,6 @@
|
|||
name: libac_dart
|
||||
description: "Aria's Creations code library"
|
||||
version: 1.1.070324+0002
|
||||
version: 1.2.070824+2226
|
||||
homepage: "https://zontreck.com"
|
||||
|
||||
|
||||
|
@ -9,6 +9,7 @@ environment:
|
|||
|
||||
# Add regular dependencies here.
|
||||
dependencies:
|
||||
dio: ^5.5.0+1
|
||||
# path: ^1.8.0
|
||||
|
||||
dev_dependencies:
|
||||
|
@ -16,7 +17,7 @@ dev_dependencies:
|
|||
test: ^1.24.0
|
||||
|
||||
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
||||
|
||||
# To add assets to your package, add an assets section, like this:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue