This repository contains a ready-made project for transforming your website into a mobile application. You can quickly convert your website into a mobile application by making the necessary adjustments according to your own wishes.
It runs a web view on the 'Home' screen according to the url address in the WebsiteData.dart
file in the data
folder under the 'lib' folder.
The desired url is installed on the SplashScreen
screen, and if there is no internet connection at this stage, it will direct the user to the MyConnectionError
screen.
The background color, font color, fonts, and fonts of each scene can be specified by the user in the WebsiteData.dart
file.
1-) Install if flutter is not installed.
2-) Download the project to your computer.
3-) lib -> data -> WebsiteData.dart edit the file by yourself.
4-) Build the application with the command flutter build apk
5-) Test the app on a real device.
Burada projeye ait özelleştirebileceğiniz seçenekler açıklanmıştır.
Make appBarIsExist
true
in the WebsiteData.dart
file.
You can use the font names in the list below in your project.
- Montserrat
- Comfortaa
- Abel
- Nunito
- Roboto
Click here to reach the official document.
If you build in release mode after signing the app, you can publish the app via google play developer console.
Berke Kurnaz
www.berkekurnaz.com