passwall-mobile
PassWall Mobile is a mobile client for PassWall API written with Flutter.
Getting Started
- Clone the server app and build it.
- Clone Flutter master branch to your Workspace with
git clone https://github.com/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
- Update the app for endpoint changes on server side
- Add the contributors name and GitHub profile links to the about page as a sign of respect
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
- Dark Mode
Some Screen Shots
Screens
Login Screen | Main Screen | Detail Screen | About Screen |
Actions
Main Action | Tile Action | Create New |
Share
Export | Import | Share |
Download PassWall Mobile API source code on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.