|
|
PrimeWeb is a high-performance solution designed to bridge the gap between web and mobile. Below are the technical specifications and build details of the application package.
| Category | Specifications |
|---|---|
| Model Name | PrimeWeb Ultimate WebView |
| Framework | Flutter SDK 3.x (Latest Stable) |
| Language | Dart, Java (Android), Swift (iOS) |
| Connectivity | Firebase Cloud Messaging & Remote Config |
| Permissions | Camera, Storage, Geolocation, Microphone |
| Architecture | Clean Architecture (Provider/GetX Support) |
Key Build Features
- Engine: Advanced InAppWebView with Native JavaScript Bridge.
- UI System: Material 3 for Android & Cupertino for iOS.
- Security: ProGuard Enabled & SSL Pinning Ready.
- Optimization: Compiled with AOT (Ahead-of-Time) for fast performance.
System Requirements!
Requires Android Studio Ladybug or later, Flutter SDK 3.24+, and a valid Firebase JSON configuration for
remote features.
Last Updated: January 2026
Version: v1.0.5 Gold Master Build
- Push Notifications: Boost user engagement with unlimited marketing alerts sent via Firebase Cloud Messaging.
- Firebase Remote Config: Update your website URL, toggle toolbars, and change app colors instantly without coding.
- Android Navigation Drawer: A professional native sidebar menu to help users navigate your key web pages easily.
- Customizable Toolbar: Fully adjustable native toolbar with the option to hide it for a full-screen immersive experience.
- Full RTL Support: Ready for global markets with automatic Right-to-Left layout switching for Arabic and Hebrew languages.
- Native Media Support: Seamlessly handle file uploads, downloads, and in-app media playback.
- Smart Permission Handling: Follows Google guidelines by requesting camera and storage access only when needed.
- Dynamic Splash Screen: Professional branded entry point—just swap the logo in the assets folder.
- Interactive Custom Loaders: Stunning loading animations to keep users engaged while your web content renders.
- Deep Linking: Open specific app sections directly from external links to improve user retention.
- Development: Latest version of Android Studio installed.
- Website: A fully mobile-responsive website URL.
- Knowledge: Basic understanding of Android Studio and Flutter setup.
- Google AdMob: Integrated banner and interstitial ads support.
- Remote Ads Control: Toggle ads on or off instantly via Firebase Remote Config.
PrimeWeb is designed to be developer-friendly. Follow the structured guide below to configure your application.
Documentation Chapters
1. Getting Started
Before you begin, ensure your development environment meets the minimum requirements.
- Install the latest version of Flutter SDK and Android Studio.
- Enable Firebase in your project console.
- Ensure your website has a valid SSL certificate (HTTPS).
2. Basic Configuration
For the Basic Version, you must update the code directly in lib/config.dart.
// Set your Website URL here
static const String webViewUrl = "https://www.yourwebsite.com";
static const String appName = "PrimeWeb App";
flutter build apk.
3. Firebase Remote Config (Advance & Pro)
To update your app without rebuilding, use the following keys in your Firebase Remote Config dashboard:
| Parameter Key | Value Type | Description |
|---|---|---|
main_url |
String | The URL your app will load. |
show_drawer |
Boolean | Set to true to show sidebar. |
primary_color |
Hex Code | Change app theme (e.g., #FF5733). |
4. Enabling RTL Support
PrimeWeb supports Multi-language layouts. To enable RTL for Arabic or Hebrew:
- Go to Firebase Remote Config.
- Add key
is_rtland set value totrue. - Restart the app on your device to see changes.
5. Frequently Asked Questions
How to change the Splash Screen logo?
Replace the splash_logo.png file in the assets/images/
folder and run flutter pub get.
Does it support Push Notifications?
Yes, simply upload your google-services.json to the
android/app/ folder to activate FCM.
6. Technical Support
Our team is available 24/7 for deployment assistance for the Pro Version. Contact us if you face any issues with the Admin Panel integration.
PrimeWeb Support Team
| Plan Features | PrimeWeb Basic | PrimeWeb Advance | PrimeWeb Pro (Admin) |
|---|---|---|---|
| Configuration | Static (Hardcoded) | Dynamic (Database) | Admin Panel Control |
| Updates | Requires Code Rebuild | Real-time Updates | Real-time Updates |
| Push Notifications | Manual Only | Firebase Integrated | Send via Admin Panel |
| Navigation Menu | Static Code | JSON/Remote Config | Manage via Dashboard |
| Ad Support | Not Included | Static Ad Units | Enable/Disable Remotely |
| Price | ₹999 | ₹1,999 | ₹3,499 |
| Action | Buy Basic | Buy Advance | Buy Pro |
Does support Team Setup This ?
Do I need coding skills to change my website URL?
Does it support WordPress, Shopify, or Wix?
Will my app be approved on the Play Store?
Does it support RTL (Right-to-Left) languages?
How do Push Notifications work?
Can users upload files or use the camera?
What about future updates and Ads?
Added Google AdMob and optimized Pull-to-Refresh.
- Fixed back-button navigation logic.
- Added Android 14 permission support.
Added Google AdMob and optimized Pull-to-Refresh.
- Fixed back-button navigation logic.
- Added Android 14 permission support.
Version history and maintenance log. We regularly update PrimeWeb to ensure compatibility with the latest Flutter releases and mobile OS security patches.
Added Google AdMob integration and optimized the Firebase Remote Config sync speed.
What's New in v1.1.0
- Ads Integration: Added support for Banner and Interstitial Ads (Google AdMob).
- Smart Refresh: Integrated Pull-to-Refresh feature for the WebView.
- Enhanced Security: Updated ProGuard rules to prevent code de-compilation.
- UI Improvements: New "Shimmer Effect" loader for a smoother website loading experience.
Bug Fixes & Optimizations
- Fixed an issue where the Back Button exited the app instead of going back in WebView history.
- Resolved the "White Screen" flickering issue during initial app launch.
- Fixed File Upload permissions bug on Android 14+ devices.
- Optimized memory usage for heavy JavaScript websites.
Upgrade Note:
If you are upgrading from v1.0, please replace your pubspec.yaml and update the
google-services.json to support the new Firebase features.
Past Versions
| Version | Date | Status |
|---|---|---|
| v1.0.5 | Dec 15, 2025 | Stable |
| v1.0.2 | Nov 20, 2025 | Archived |
| v1.0.0 | Oct 05, 2025 | Initial Release |
Need help with updating your old code?
Check the Support Tab for upgrade assistance.
Preview Screenshots