Update Readme
This commit is contained in:
parent
809dbe0b8d
commit
80ab4ad0e5
2 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
# LibAC-dart
|
||||
|
||||
This is the Aria's Creations common code library. This contains commonly used code, helpers, and useful widgets specific to Aria's Creations.
|
||||
This is the Aria's Creations common code library. This contains commonly used code, helpers, and useful widgets specific to Aria's Creations.
|
||||
|
||||
# Package Name
|
||||
_______________
|
||||
|
||||
The package name for releases is: `libac_flutter`, despite the project name being `libac_dart`
|
||||
|
||||
The packages can be found here: https://git.zontreck.com/AriasCreations/-/packages/pub/libac_flutter
|
|
@ -1,6 +1,6 @@
|
|||
name: libac_flutter
|
||||
description: "Aria's Creations code library"
|
||||
version: 1.0
|
||||
version: 1.0.0
|
||||
homepage:
|
||||
|
||||
environment:
|
||||
|
@ -52,3 +52,5 @@ flutter:
|
|||
#
|
||||
# For details regarding fonts in packages, see
|
||||
# https://flutter.dev/custom-fonts/#from-packages
|
||||
|
||||
publish_to: https://git.zontreck.com/api/packages/AriasCreations/pub
|
Loading…
Reference in a new issue