passwall mobile
passwall mobile is a mobile client for passwall api written with flutter.
getting started
- download the server app and build it.
- download flutter master branch to your workspace with
flutter/flutter.git -b master
. - add
/flutter/bin
to your path. - run
flutter doctor -v
and cure if any disease. - run
flutter pub get
in repository clone
hello contributers
- don’t send too much commit at once. it will be easier for us to do a code review.
- be sure to take a look at the second branch. the version i am working on is there.
- first try to fix
//todo:
s in the code. - then you can contribute to the development by following the mile stones.
- don’t mess with the user interface. the design guide has not been released yet.
if you want to connect to the localhost server with the android emulator, you need to write
http://10.0.2.2:3625
or you can use our demo server: heroku demo server.
working on
- [x] preparation for windows, linux and browser applications
- [x] application architecture overhaul and renewal
- [x] biometric authentication
- [ ] dark mode
in the future
- [ ] the list on the main page can be sorted according to the request of the user
- [ ] ability to share content to passwall from another application
- [ ] ios blur screen when the app is in the background
some screen shots
screens
login screen:point_up: | main screen:point_up: | detail screen:point_up: | about screen:point_up: |
actions
main action:point_up: | tile action:point_up: | create new:point_up: |
share
export:point_up: | import:point_up: | share:point_up: |
Comments are closed.