Skip to content

Commit

Permalink
Update README, add LICENSE, add Play Store graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
brericha committed Jun 16, 2022
1 parent ccb4068 commit 6ba98af
Show file tree
Hide file tree
Showing 7 changed files with 692 additions and 5 deletions.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# EasyAuth

Simple two factor authenticator
A simple two factor authentication app written with Flutter
<a href="https://play.google.com/apps/testing/dev.fingertips.authenticator" target="_blank">
<img alt="Get it on Google Play"
src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"
width="200"/>
</a>
I'll be adding it to F-Droid as well.

Before building run
## Development
* Clone the repo
* Run the following
`flutter pub get`
`flutter pub run build_runner build`

flutter pub get
flutter pub run build_runner build
The app *should* work on iOS but I have not tested it

## License

GNU GPL-3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added publish/Play Store/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added publish/Play Store/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Simple two factor authenticator

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 0.0.1+1
version: 0.1.0+1

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit 6ba98af

Please sign in to comment.