hard to install for me, are you still working with convert service?Password is not required
YEShard to install for me, are you still working with convert service?
After you change all the basic settings, you are ready to extract the apk
Connect the Android device to USB and click run Android Studio will installed apk package.
Enjoy
so, need install android studio for working? bluestack not working withAfter you change all the basic settings, you are ready to extract the apk
Connect the Android device to USB and click run Android Studio will installed apk package.
Enjoy
I have not tried with bluestack but it is better to use a real device instead of bluestack or a virtual device built into android studioso, need install android studio for working? bluestack not working with
FlyWeb.apk
ah, im not see export source code button on demo panel @@ i mean extract the apk fileI have not tried with bluestack but it is better to use a real device instead of bluestack or a virtual device built into android studio
Export flutter apk button does not appear on Android Studio screen, It is extracted using a command , If it does not work for you, try the second method that you mentionedah, im not see export source code button on demo panel @@ i mean extract the apk file
Yes, it is suitable to work on multiple sites, as long as all sites are associated with the main domain@Teyrab Can this be used to convert multiple websites while it is only domiciled/installed in one domain?
I could not login to admin panel on localhost can you give a helping hands https://prnt.sc/tsdhijYes, it is suitable to work on multiple sites, as long as all sites are associated with the main domain
You need to import flyweb.sqlI could not login to admin panel on localhost can you give a helping hands https://prnt.sc/tsdhij
I did! I also tried to create a new user credentials from the database all to no success.You need to import flyweb.sql
I did! I also tried to create a new user credentials from the database all to no success.
// Host name
$settings['dbhost'] = 'your db host';
// Database name
$settings['dbname'] = 'flyweb';
// Username
$settings['dbusername'] = 'username';
// Password
$settings['dbpassword'] = 'password';
Config this file : config/DBSettings.php
Did you connect API?Thank you for sharing and tutorial, I have everything set up and go to admin panel, because the changes saved in flyweb admin panel is not seen in emulator, for example the color, icons, ...