• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Prime Web - Convert Website to a Flutter App

Prime Web - Convert Website to a Flutter App 1.0.12

No permission to download
To those who are asking how to hide the floating settings button (bottom right) even after when you disable the navigation bar.

Open the home_screen.dart then go to line 86. The default value is 10. Change it higher like mine 1000 to move the button away from the screen.

I dont know if this is correct as I am not a programmer. At least this is a workaround.

1671641893146.png
Thank you so much for the workaround.
Also, do you know how to make the app fullscreen and disable pull to refresh?
 

Version 1.0.8​

( 18 Mar 2023 )

+ [Added] Facility to add or remove tabs from Bottom Navigation Bar
+ [Added] Firebase In-App Messaging integrated
+ [Added] In-App review feature
+ [Update] Updated Latest flutter version
- [Fix] Improvements & bug fixes
 
this is my first time building app, lol. is not successful yet, am just curious how i will get admin login details
 
If anyone looking for removing the floating icon

add this in lib/constants/constants.dart

const bool showfloatingActionButton = false;


And also find this in lib/screens/home_screen.dart
floatingActionButton: !showBottomNavigationBar

replace it with

floatingActionButton: showfloatingActionButton
 
  • Like
Reactions: BabiyatoNerd
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock