A modern, secure, and beautifully designed VPN application built with Flutter.
- Secure VPN Connection - OpenVPN protocol support
- Multiple Server Locations - Connect to servers worldwide
- Network Details - View your IP, ISP, location, and more
- Modern UI - Beautiful dark theme with smooth animations
- Fast & Reliable - Optimized for performance
- Cross-Platform - Built with Flutter for Android
| Splash Screen | Home Screen | Server Selection | Network Details |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
- Flutter SDK (3.24.5 or higher)
- Dart SDK
- Android Studio / VS Code
- Java 17
- Clone the repository:
git clone https://github.com/shutterscripter/texas_vpn.git
cd texas_vpn- Install dependencies:
flutter pub get- Run the app:
flutter runAndroid APK:
flutter build apk --releaseAndroid App Bundle:
flutter build appbundle --releaseThe CI pipeline runs automatically on:
- Push to
mainbranch - Pull requests to
mainbranch
lib/
├── api/ # API services and network calls
├── constants/ # App constants and configurations
├── controllers/ # GetX controllers for state management
├── helpers/ # Helper utilities and functions
├── models/ # Data models
├── screens/ # UI screens
├── services/ # Business logic services
└── widget/ # Reusable widgets



