Simple Vpn app concept UI done in Flutter.
If you found this project useful, then please consider giving it a ⭐️ on Github and sharing it with your friends via social media.
If you are new to Flutter, please first follow the Flutter Setup guide.
- git clone https://github.com/nmanikiran/vpn_app.git
- cd vpn_app
flutter pub get
- run
flutter doctor
make sure everything is checked flutter run
will launch the app in Device / Emulator
The
flutter run --release
command both builds and installs the Flutter app.
Awesome! Contributions of all kinds are greatly appreciated. To help smoothen the process we have a few non-exhaustive guidelines to follow which should get you going in no time.
- Feel free to use GitHub issues for questions, bug reports, and feature requests
- Use the search feature to check for an existing issue Include as much information as possible and provide any relevant resources (Eg. screenshots)
- A pull request with a breaking test would be super preferable here but isn't required
I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:
- Match the document style as closely as possible.
- Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
- Pull requests must be made against master branch for this particular repository.
- Check for existing issues first, before filing an issue.
- Make sure you follow the set standard as all other projects in this repo
- Have fun!
Feel free to reach out to me through @nmanikiran if you have any questions or feedback! 😊
Idea / Concepts is take from here, assets taken from React-ui-kit