Initial commit

This commit is contained in:
vjrj 2018-06-29 00:52:23 +02:00 committed by GitHub
commit e46f792c49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 676 additions and 0 deletions

13
.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
# See https://www.dartlang.org/guides/libraries/private-files
# Files and directories created by pub
.dart_tool/
.packages
.pub/
build/
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock
# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/