If you’re a website owner who wants an app for your website but doesn’t have the coding know-how, FlutterWebApp is here to help! This pre-built WebView template, supporting both Android and iOS devices, enables you to turn your website into a mobile app without writing a single line of code. It’s a simple, efficient way to expand your online reach!
- Support Android and iOS platforms
- Show custom error page when WebView encounters an error
- Progress bar to show a webpage is loading
- Swipe down to reload current webpage (coming soon)
- Click the Code button, which brings up a dialog.
- In the dialog, click the Download ZIP button to save the project to your computer.
- Locate the file on your computer (likely in the Downloads folder).
- Double-click the ZIP file to unpack it. This creates a new folder that contains the project files.
- Start Android Studio (Ensure Dart and Flutter plugins are installed).
- In the Welcome to Android Studio window, click Open.
- In the Import Project dialog, navigate to where the unzipped project folder is located.
- Double-click on that project folder.
- Wait for Android Studio to open the project.
- Click the Make Project button to build the app.
- In
main.dart
file, put your own website URL as the value ofWEBSITE_URL
constant. - Replace default app icons and name with your own.