Add encryption routines to the server
This commit is contained in:
parent
d7cc626144
commit
38eb7c6acd
6 changed files with 472 additions and 13 deletions
|
@ -1,9 +1,8 @@
|
|||
name: libac_dart
|
||||
description: "Aria's Creations code library"
|
||||
version: 1.2.112524+1156
|
||||
version: 1.3.010525+0414
|
||||
homepage: "https://zontreck.com"
|
||||
|
||||
|
||||
environment:
|
||||
sdk: ^3.4.0
|
||||
|
||||
|
@ -17,10 +16,8 @@ dev_dependencies:
|
|||
lints: ^3.0.0
|
||||
test: ^1.24.0
|
||||
|
||||
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
||||
|
||||
# To add assets to your package, add an assets section, like this:
|
||||
# assets:
|
||||
# - images/a_dot_burr.jpeg
|
||||
|
@ -52,4 +49,4 @@ dev_dependencies:
|
|||
# For details regarding fonts in packages, see
|
||||
# https://flutter.dev/custom-fonts/#from-packages
|
||||
|
||||
publish_to: https://git.zontreck.com/api/packages/AriasCreations/pub
|
||||
publish_to: https://git.zontreck.com/api/packages/AriasCreations/pub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue