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

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

No permission to download

Bichhod

New member
May 18, 2022
2
1
3
Try this:
  1. flutter clean
  2. delete folder ".gradle" in your projectdir>android>.gradle
  3. delete pubspec.lock
  4. update your gradle at projectdir>android>build.gradle
  5. update your gradle distributionUrl at projectdir>android>app>gradle>wrapper>gradle-wrapper.properties
  6. restart your IDE
  7. flutter pub get
I have Tired as you have requested but also receiving same error
 

Attachments

  • Screenshot 2022-11-15 at 3.37.57 pm.png
    Screenshot 2022-11-15 at 3.37.57 pm.png
    541.5 KB · Views: 20
  • Like
Reactions: mugiwaramali

mugiwaramali

New member
Nov 8, 2018
26
2
3
Hello thanks for the share @momarel . But I have a problem too as in snapshot .
 

Attachments

  • Capture d’écran 2022-12-10 032900.png
    Capture d’écran 2022-12-10 032900.png
    116.4 KB · Views: 17
  • logfile africansouk.txt
    12 KB · Views: 4

mugiwaramali

New member
Nov 8, 2018
26
2
3
Hello thanks for the share @momarel . But I have a problem too as in snapshot .
Hi my friend Suggestion:
what I propose to you is
- Update android studio to the latest version
- download flutter 3.0.2 and configure paths
- Install java 11
- it will be necessary to accept to install the last version kotlin. Deja, start with that I will follow with you
 

momarel

Active member
Trusted Uploader
May 2, 2022
73
150
33
Cyprus
momarel updated Revo Apps Woocommerce - Flutter E-Commerce Full App Android iOS with a new update entry:

RevoSHOP - eCommerce / Woocommerce Flutter Android iOS App - Fashion Electronic Gadget Grocery Other

V.6.5.5 (January 03, 2023) – NEW

  • Hide component at detail referral
  • Fix minor bugs
  • Update translate place order
  • Capitalize point card
  • Fix order success
  • Fix minor bugs
  • Fix point system at checkout
  • Fix back from checkout
  • Change QR Code Text
  • Disable dismiss session expired
  • Add redemption point feature at checkout native
  • Fix orientation overlay at product detail screen
  • Fix edit address screen
  • Fix product variant price
  • Fix buy now to...

Read the rest of this update entry...
 

momarel

Active member
Trusted Uploader
May 2, 2022
73
150
33
Cyprus
momarel updated Revo Apps Woocommerce - Flutter E-Commerce Full App Android iOS with a new update entry:

RevoSHOP - eCommerce / Woocommerce Flutter Android iOS App- NULLED

V.6.5.5 (January 03, 2023) – NEW

  • Hide component at detail referral
  • Fix minor bugs
  • Update translate place order
  • Capitalize point card
  • Fix order success
  • Fix minor bugs
  • Fix point system at checkout
  • Fix back from checkout
  • Change QR Code Text
  • Disable dismiss session expired
  • Add redemption point feature at checkout native
  • Fix orientation overlay at product detail screen
  • Fix edit address screen
  • Fix product variant price
  • Fix buy now to...

Read the rest of this update entry...
 

mdrokimr

New member
Sep 1, 2022
7
1
3
After login if app is restarted then app doesn't work and freezes.. If i use defult url ck cs, then this problem not show.. this problem only show after i use my credential. Any solotion?
 
Last edited:

arkobd

Active member
Sep 8, 2018
466
78
28
Hello there,
I hope you all are doing well.
I am trying to build the apk on android studio and I've followed every guide mentioned in the doc.
But I am facing this error on the android studio:

💪 Building with sound null safety 💪 Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /Users/arkobd/development/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-14.2.4/android/src/main/java/io/flutter/plugins/firebase/messaging/FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: /Users/arkobd/development/flutter/.pub-cache/hosted/pub.dartlang.org/uni_links-0.5.1/android/src/main/java/name/avioli/unilinks/UniLinksPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. ../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/pin_input_text_field-4.4.0/lib/src/widget/pin_widget.dart:65:9: Error: Type 'EditableTextContextMenuBuilder' not found. final EditableTextContextMenuBuilder? contextMenuBuilder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/pin_input_text_field-4.4.0/lib/src/widget/pin_widget.dart:419:5: Error: Type 'EditableTextContextMenuBuilder' not found. EditableTextContextMenuBuilder? contextMenuBuilder, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/pin_input_text_field-4.4.0/lib/src/widget/pin_widget.dart:65:9: Error: 'EditableTextContextMenuBuilder' isn't a type. final EditableTextContextMenuBuilder? contextMenuBuilder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/pin_input_text_field-4.4.0/lib/src/widget/pin_widget.dart:281:9: Error: No named parameter with the name 'contextMenuBuilder'. contextMenuBuilder: widget.contextMenuBuilder, ^^^^^^^^^^^^^^^^^^ ../../../development/flutter/packages/flutter/lib/src/material/text_field.dart:276:9: Context: Found this candidate, but the arguments don't match. const TextField({ ^^^^^^^^^ ../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/pin_input_text_field-4.4.0/lib/src/widget/pin_widget.dart:419:5: Error: 'EditableTextContextMenuBuilder' isn't a type. EditableTextContextMenuBuilder? contextMenuBuilder, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FAILURE: Build failed with an exception. * Where: Script '/Users/arkobd/development/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1156 * What went wrong: Execution failed for task ':app:compileFlutterBuildRelease'. > Process 'command '/Users/arkobd/development/flutter/bin/flutter'' finished with non-zero exit value 1 * 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 31s Running Gradle task 'assembleRelease'... 32.8s Gradle task assembleRelease failed with exit code 1

Can you please help me @momarel ?
Thank you so much.
 

momarel

Active member
Trusted Uploader
May 2, 2022
73
150
33
Cyprus
Hello there,
I hope you all are doing well.
I am trying to build the apk on android studio and I've followed every guide mentioned in the doc.
But I am facing this error on the android studio:

💪 Building with sound null safety 💪 Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /Users/arkobd/development/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-14.2.4/android/src/main/java/io/flutter/plugins/firebase/messaging/FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: /Users/arkobd/development/flutter/.pub-cache/hosted/pub.dartlang.org/uni_links-0.5.1/android/src/main/java/name/avioli/unilinks/UniLinksPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. ../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/pin_input_text_field-4.4.0/lib/src/widget/pin_widget.dart:65:9: Error: Type 'EditableTextContextMenuBuilder' not found. final EditableTextContextMenuBuilder? contextMenuBuilder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/pin_input_text_field-4.4.0/lib/src/widget/pin_widget.dart:419:5: Error: Type 'EditableTextContextMenuBuilder' not found. EditableTextContextMenuBuilder? contextMenuBuilder, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/pin_input_text_field-4.4.0/lib/src/widget/pin_widget.dart:65:9: Error: 'EditableTextContextMenuBuilder' isn't a type. final EditableTextContextMenuBuilder? contextMenuBuilder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/pin_input_text_field-4.4.0/lib/src/widget/pin_widget.dart:281:9: Error: No named parameter with the name 'contextMenuBuilder'. contextMenuBuilder: widget.contextMenuBuilder, ^^^^^^^^^^^^^^^^^^ ../../../development/flutter/packages/flutter/lib/src/material/text_field.dart:276:9: Context: Found this candidate, but the arguments don't match. const TextField({ ^^^^^^^^^ ../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/pin_input_text_field-4.4.0/lib/src/widget/pin_widget.dart:419:5: Error: 'EditableTextContextMenuBuilder' isn't a type. EditableTextContextMenuBuilder? contextMenuBuilder, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FAILURE: Build failed with an exception. * Where: Script '/Users/arkobd/development/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1156 * What went wrong: Execution failed for task ':app:compileFlutterBuildRelease'. > Process 'command '/Users/arkobd/development/flutter/bin/flutter'' finished with non-zero exit value 1 * 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 31s Running Gradle task 'assembleRelease'... 32.8s Gradle task assembleRelease failed with exit code 1

Can you please help me @momarel ?
Thank you so much.
can you please provide your flutter doctor -v as well?
 
  • Like
Reactions: arkobd

arkobd

Active member
Sep 8, 2018
466
78
28
can you please provide your flutter doctor -v as well?
Hello man,
fortunately, i was able to build the apk and it's working fine. When i register the first time the app works well. But after that whenever i try to open the app it doesn't even load. It sticks on the app icon.
When I clear the data/cache then the app work again.

by the way here is my flutter doctor -v :

[✓] Flutter (Channel stable, 3.0.5, on macOS 11.6 20G165 darwin-arm, locale
en-GB)
Flutter version 3.0.5 at /Users/arkobd/development/flutter

Upstream repository https://github.com/flutter/flutter.git
Framework revision f1875d570e (7 months ago), 2022-07-13 11:24:16 -0700
Engine revision e85ea0e79c
Dart version 2.17.6
DevTools version 2.12.2

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2)

Android SDK at /Users/arkobd/Library/Android/sdk
Platform android-33, build-tools 33.0.2
Java binary at: /Applications/Android Studio
3.app/Contents/jre/Contents/Home/bin/java
Java version OpenJDK Runtime Environment (build

11.0.12+0-b1504.28-7817840)
All Android licenses accepted.


[!] Xcode - develop for iOS and macOS

Xcode installation is incomplete; a full installation is necessary for iOS
development.
Download at: https://developer.apple.com/xcode/download/
Or install Xcode via the App Store.
Once installed, run:
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
CocoaPods version 1.11.2


[✓] Chrome - develop for the web

Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2021.1)

Android Studio at /Applications/Android Studio.app/Contents
Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
Dart plugin can be installed from:

🔨 https://plugins.jetbrains.com/plugin/6351-dart
Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763)


[✓] Android Studio (version 4.2)

Android Studio at /Applications/Android Studio 2.app/Contents
Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
Dart plugin can be installed from:

🔨 https://plugins.jetbrains.com/plugin/6351-dart
Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6916264)


[✓] Android Studio (version 2021.2)

Android Studio at /Applications/Android Studio 3.app/Contents
Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
Dart plugin can be installed from:

🔨 https://plugins.jetbrains.com/plugin/6351-dart
Java version OpenJDK Runtime Environment (build

11.0.12+0-b1504.28-7817840)

[✓] Android Studio (version 2020.3)

Android Studio at /Applications/Android Studio 4.app/Contents
Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
Dart plugin can be installed from:

🔨 https://plugins.jetbrains.com/plugin/6351-dart
Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7249189)


[✓] Connected device (2 available)

macOS (desktop) • macos • darwin-arm64 • macOS 11.6 20G165 darwin-arm
Chrome (web) • chrome • web-javascript • Google Chrome 109.0.5414.119

[✓] HTTP Host Availability

All required HTTP hosts are available

I am using Android Studio Arctic Fox | 2020.3.1 Patch 2 and Flutter 3.0.5

Thank you man.
 
Last edited:

Forum statistics

Threads
69,229
Messages
908,458
Members
237,125
Latest member
b4lance10

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu