• 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"

Revo Apps Woocommerce - Flutter E-Commerce Full App Android iOS

Revo Apps Woocommerce - Flutter E-Commerce Full App Android iOS 7.0.3

No permission to download
momarel updated Revo Apps Woocommerce - Flutter E-Commerce Full App Android iOS with a new update entry:

Revo Apps Woocommerce - Flutter E-Commerce Full App Android iOS 4.1.0

Release Version: 4.1.0 (BIG UPDATE April 26, 2022).
- Support all versions of Woocommerce.
- Files Included: Full Flutter Source Code (iOS & Android).
Version 4.1.0 – April 26, 2022 (NEW)

  • Code optimization
  • Add : Bigger and modern sliding banner
  • Add : Animated search bar
  • Add : Animated gift coupon
  • Add : Social media link

Read the rest of this update entry...
 
  • Like
Reactions: Ranjy
Running "flutter pub get" in RevoShop...
Launching lib\main.dart on Redmi 6 Pro in debug mode...
Running Gradle task 'assembleDebug'...

FAILURE: Build failed with an exception.

* Where:
Script 'C:\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 418

* What went wrong:
A problem occurred configuring project ':device_info_plus'.
> Failed to notify project evaluation listener.
> Could not get unknown property 'android' for project ':device_info_plus' of type org.gradle.api.Project.
> Could not get unknown property 'android' for project ':device_info_plus' of type org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 3s
Exception: Gradle task assembleDebug failed with exit code 1
@momarel getting error help
 
Running "flutter pub get" in RevoShop...
Launching lib\main.dart on Redmi 6 Pro in debug mode...
Running Gradle task 'assembleDebug'...

FAILURE: Build failed with an exception.

* Where:
Script 'C:\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 418

* What went wrong:
A problem occurred configuring project ':device_info_plus'.
> Failed to notify project evaluation listener.
> Could not get unknown property 'android' for project ':device_info_plus' of type org.gradle.api.Project.
> Could not get unknown property 'android' for project ':device_info_plus' of type org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 3s
Exception: Gradle task assembleDebug failed with exit code 1
@momarel getting error help
run
flutter upgrade
flutter clean
flutter pub get
 
The app changelog shows its compatible with flutter 3.0 but if you run flutter pub upgrade you will install flutter version 3.0.1 so i suggest you download flutter version 3.0.0 from official repository and replace the contents in your existing flutter sdk folder.

If you have already upgraded the flutter version then first downgrade the flutter version and then repeat the above steps.

if this does not resolve the issue then first try to run the actual source code in emulator, then on your actual device without changing any config files. If everything works fine, then maybe you are making some mistake in changing the app credentials/values.

If unchanged source code doesnt works then wait for the developer to release new version with bugs fixed.

Running "flutter pub get" in RevoShop...
Launching lib\main.dart on Redmi 6 Pro in debug mode...
Running Gradle task 'assembleDebug'...

FAILURE: Build failed with an exception.

* Where:
Script 'C:\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 418

* What went wrong:
A problem occurred configuring project ':device_info_plus'.
> Failed to notify project evaluation listener.
> Could not get unknown property 'android' for project ':device_info_plus' of type org.gradle.api.Project.
> Could not get unknown property 'android' for project ':device_info_plus' of type org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 3s
Exception: Gradle task assembleDebug failed with exit code 1
@momarel getting error help
 
The app changelog shows its compatible with flutter 3.0 but if you run flutter pub upgrade you will install flutter version 3.0.1 so i suggest you download flutter version 3.0.0 from official repository and replace the contents in your existing flutter sdk folder.

If you have already upgraded the flutter version then first downgrade the flutter version and then repeat the above steps.

if this does not resolve the issue then first try to run the actual source code in emulator, then on your actual device without changing any config files. If everything works fine, then maybe you are making some mistake in changing the app credentials/values.

If unchanged source code doesnt works then wait for the developer to release new version with bugs fixed.
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.0.1, on macOS 12.4 21F79 darwin-arm, locale en-CY)
[✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)
[✓] Xcode - develop for iOS and macOS (Xcode 13.4.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] VS Code (version 1.67.0)
[✓] Connected device (3 available)
[✓] HTTP Host Availability


Screenshot 2022-06-13 at 04.57.19.png
 
  • Like
Reactions: Snowflakes786
momarel updated Revo Apps Woocommerce - Flutter E-Commerce Full App Android iOS with a new update entry:

4.4.2 Nulled

Release Version: 4.4.2 (BIG UPDATE JUNE 23, 2022).
- Support Flutter 3.0 (NEW)
- Support all versions of Woocommerce.
- Files Included: Full Flutter Source Code (iOS & Android).

Version 4.4.2 – June 23, 2022 (NEW)

  • Fix Push Notification on iOS (Apple)
  • Fix Update Email
  • Fix Plugin Block Other Plugin
  • Fix Error Notice
  • Handle Push Notification, Home Categories & Intro If Using Arabic
  • Fix minor Bug

Read the rest of this update entry...
 
  • Like
Reactions: Andre231
Hello, In Revo apps, Lib>Constant folder there is a file constants.dart, In this file there is - String appID, previously it was String PackageName, so I put package name in that field, but now this is String appID. what is appId here? is this the firebase app id or what? please guide, thank you!
 
Hello, In Revo apps, Lib>Constant folder there is a file constants.dart, In this file there is - String appID, previously it was String PackageName, so I put package name in that field, but now this is String appID. what is appId here? is this the firebase app id or what? please guide, thank you!
String AppID is from Apple used for iOS
 
Thanks, But I'm building the android app, so what can I put in String AppID
should I leave it blank. because in the In Revo apps package, Lib>Constant folder there is a file constants.dart, In this file there is - String appID. so should I leave it blank or put something.
 
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