Initial commit

This commit is contained in:
zontreck 2024-05-16 23:49:22 -07:00
parent 19e44af7d6
commit 39c9f3ed9f
6 changed files with 484 additions and 0 deletions

18
pubspec.yaml Normal file
View file

@ -0,0 +1,18 @@
name: uuidgen
description: A sample command-line application.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.4.0
# Add regular dependencies here.
dependencies:
libac_flutter:
hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/
version: 1.0.5
# path: ^1.8.0
dev_dependencies:
lints: ^3.0.0
test: ^1.24.0