Code

Discussion on Rocket BeApp - Flutter Web Converter

Discussion on Rocket BeApp - Flutter Web Converter

Cart 196 sales

257 comments found.

when will the new update come?

in about 2 weeks

what is the command to build ios? should it be on android studio or xcode?

Should be on android studio which is better. flutter build ipa—release—no-tree-shake-icons

thank you for your reply…

How can i properly change the name and remove references to BeApp, Runner, be_app_mobile, and all other things?

You only need to change the name no other things is required since its not going to be visible anywhere for name check the answer here its pretty easy https://stackoverflow.com/questions/49353199/how-can-i-change-the-app-display-name-build-with-flutter

Please help i want to use SignaturePad on android webview https://github.com/szimek/signature_pad

test on ios can draw Signature. but in android can only draw vertical line

yes works on ios but android it not working

how to config JavascriptMode.unrestricted,

currently its this mode

Onesignal version of your app is not working for ios. Please check and make the necessary update.

I solved the problems with the ios installation. but after the splash screen, the site does not open, a black screen appears.

How did you solve it ?

Before <dict> <key>NSExtension</key> <dict> <key>NSExtensionPointIdentifier</key> <string>com.apple.usernotifications.service</string> <key>NSExtensionPrincipalClass</key> <string>NotificationService</string> </dict> </dict>

I deleted the outermost dict tag. then info.plist worked.

After <key>NSExtension</key> <dict> <key>NSExtensionPointIdentifier</key> <string>com.apple.usernotifications.service</string> <key>NSExtensionPrincipalClass</key> <string>NotificationService</string> </dict>

Hi, do you have admin panel demo for my reference?

admin.mavericslabs.com

Hi, i don’t know why, but when i put my background image when start to load the app, it never show it, but a black screen during starting…

Not able to build or generate apk https://prnt.sc/AL_IafzGQGl1

yes got it ok so go to pubspec.yaml and replace the following

flutter_html: to -> flutter_html: ^2.2.0

flutter_stripe: to -> flutter_stripe: ^3.3.0

Perform flutter pub get and then build with the command I sent you.

apk size is 97mb? its too much for a webview app don’t you think?

This is the combine size of all architectures including debug symbols. When you upload to playstore you will create app bundle and when you upload it the file size that will show in google play will be around 40mb. People always mistake this apk size with the one in playstore that will be

https://prnt.sc/M7I9qnm9I3LI all showing version empty pubspec.yaml file both in firebase version and onesignam version.

yes its correct, it takes the latest possible version

Its not a good practice to leave empty so it would fetch latest version. This always leads to version conflicts. Especially flutter plugins will always have ‘Breaking changes’ updates

https://prnt.sc/M7I9qnm9I3LI all showing version error

its all correct just run flutter pub get and you are good to go

whenever i run flutter build for ios i get this error: Property List error: Found non-key inside <dict> at line 113 / JSON error: JSON text did not start with array or object and option to allow fragments not set. around line 1, column 0. Building com.maverics.beapp.ios for device (ios-release)...

nothing changed. still the problem persists. https://prnt.sc/Ykstfj41f7cA

does the problem still persist?

I want to run a style.css file to change the look of a non-own website opened in the application. is there a method to do this? I tried to add it via Custom Javascript on Home Page but without success.

I will be glad if you give an example.

I will send a link

Hi, it is possible that the links for social networks (and others URL in menu) are opening not inside the APP, but open the application concerned? (ex: Instagram app, Facebook APP, browser for an extern URL…). because if inside the APP, the credentials are not saved and need to retape everything each time. thanks

I will check that

If you add the splash screen and icon change via the management panel, it will be very successful.

It is not possible with native splash screens only if it is additionally added.

Status bar area is present but the icons are not visible. How can I remove the status bar area and make the app full screen or show icons?

Probably icons are qith the same color, will check that

How can I send a push notification specifically to a user who logs into my website from the application? (Firebase or Onesignal)

For individual users is still not supported. The only way to do it if you know his device token and send it manually from the firebase or one signal.

Hi,

I’ve installed your apk demo and see that it’s a webview app. Right?

So how to make this app as more native as it could so that it easily get approved in App Store? Remove/delete header and footer for example….

Hi, yes its webview app, you can do that easily from admin panel. You can configure the entire app from there. Specifically for footer and header there is a js code that can be added in admin panel to remove them.

Hi,

I have read your documentation and see that I have to run Android Studio to open admin page eveytime I want to manage the app. It’s inconvenient. Why do you make admin page as a website like abc.com?

it is a website, but first you have to run it from android studio and apply new firebase settings, then you can upload to any domain like mine admin.mavericslabs.com

Is there a saas version?

Hello! presale question can we add custom HMTL, CSS, JS code in application to hoide or show some part of the website on app.

In configuration you add the main link for the webpage. Then lets say you have a sidebar with contact us and about us pages. So in Sidebar settings you add 2 items type “Links” you apply the links where they will lead for example yourwebpage/contactus and the next field is apply custom js code for that specific page. So you add whatever js code you want. Then you add another item but with different link /aboutus and you do the same. When you open the app you will have home page with your main webpage and when open a sidebar there will be 2 items there contact us and about us when you click it will open the selected page in the app natively and js code will apply. Then you can change at any time this links and js codes. Check how I add items in video preview

I am trying to be very much clear but you are not getting my point i am not using the side bar of the mobile app not the header menu because all these elements are already available in my website i will use only the bottom menu of mobile app the side bar should be the website menu which i have in my website, and header should also be my website header with logo. Now what i want ia just a piece of css code embased in the mobile webview app so that i can easily hide the footer part of my website.

And as I told you, you can do this from configurations and apply it for the entire website. Simple js code that will eliminate the footer so it look more mobile friendly

Please help me to create apk file as i tried alot but failed. I requested you via email with errors which accorded. and now awaiting for your kind response. Thanks

I told you monday

Its monday now am waiting for kind response

upload to github and send me link on my email I will pull the project and will make release bundle

Please add in the future update the geolocation and files to be downloaded in the applications

I was also seeing that whatsapp does not allow opening within the application

Hello, I will check this

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey