initial release
This commit is contained in:
commit
23cbff14b7
12 changed files with 251 additions and 0 deletions
12
pubspec.yaml
Normal file
12
pubspec.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: whatfreewords
|
||||
description: A library for converting coordinates to words and back using a Feistel network.
|
||||
version: 1.0.0
|
||||
homepage: https://github.com/randogoth/whatfreewords
|
||||
|
||||
environment:
|
||||
sdk: '>=2.17.0 <3.0.0'
|
||||
|
||||
dependencies:
|
||||
|
||||
dev_dependencies:
|
||||
test: ^1.21.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue