4
2
Fork 0

Initial commit

pull/31/head
Beep 2019-01-25 12:53:22 +00:00 committed by Gitea
commit e8c4daf23a
2 changed files with 26 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
# ---> Dart
# See https://www.dartlang.org/guides/libraries/private-files
# Files and directories created by pub
.dart_tool/
.packages
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/
# Avoid committing generated Javascript files:
*.dart.js
*.info.json # Produced by the --dump-info flag.
*.js # When generated by dart2js. Don't specify *.js if your
# project includes source files written in JavaScript.
*.js_
*.js.deps
*.js.map

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# frontend-flutter
Re-implementation of the Beep front-end in Dart & Flutter. Maintained by @sudharshan