Speedify VPN_APP UI
Vpn app concept UI done in Flutter.
❤️ Found this project useful?
If you found this project useful, then please consider giving it a ⭐️ on Github and sharing it with your friends via social media.
Run the Flutter app locally
- git clone https://github.com/IGayoub/Speedify-app-flutter.git
- cd Speedify-app-flutter
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.