Flangapp - SAAS Online App Builder From Websites

Flangapp - SAAS Online App Builder From Websites v1.5

No permission to download

chareen3

Active member
Trusted Uploader
Sep 4, 2018
107
213
43
yes it is
same error /

* What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
> Process 'command '/Users/builder/programs/flutter_3_7_0/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
 

Sponzo

Member
Babiato Lover
Jan 31, 2021
41
16
8
Croatia
hatrix.de
"
Flutter_downloader is a plugin for Flutter, a popular open-source mobile application development framework. It provides a way for Flutter apps to download files, manage and monitor the download tasks, and show notifications for completed downloads. This plugin supports both Android and iOS platforms and can be easily integrated into a Flutter app with a few lines of code.
"
Now you can't download files with app...
Solution is to upgrade SDK and update plugins.
I will post it later..
 
Last edited:
  • Like
  • Love
Reactions: Karsa and chareen3

Karsa

Member
May 5, 2022
38
9
8
Lay people don't know what's builds etc, people need to pay first seeing an app preview and edit after, something like that, i'm going try to implement it
1675360376921.png
 
  • Like
Reactions: Sponzo

Sponzo

Member
Babiato Lover
Jan 31, 2021
41
16
8
Croatia
hatrix.de
Flangapp fix

1. Replace pubspec.yaml on Github.
2 Replace pubspec.lock
3. Replace build.gradle on github: path: /android/
4. Replace gradle-wrapper.properties on Github: path: /android/gradle/wrapper/
5. Replace build.gradle on Github: path: /android/app/build.gradle

On web app replace: path: /backend/writable/project/android

1. build.gradle
1. pubspec.yaml

Main branch on github is only for new apps!!!
Every old app need to replace on Github on specific branches! (Example branch name: 132fc066-a270-e963-cd63-99084c9b3caf ) or delete app and make new!


What is new

Updated SDK 16 to SDK 19. (Now apps work only from android KitKat, old was Jelly Bean.)
04.02.2023
Now all plugins are updated to latest version.
 

Attachments

  • FlangApp fix.zip
    20.3 KB · Views: 36
Last edited:
  • Like
Reactions: morfeu

moshmosh

New member
Jul 23, 2022
16
1
3
Flangapp fix

1. Replace pubspec.yaml on Github.
2. Replace build.gradle on github: path: /android/
3. Replace gradle-wrapper.properties on Github: path: /android/gradle/wrapper/
4. Replace build.gradle on Github: path: /android/app/build.gradle

On web app replace: path: /backend/writable/project/android

1. build.gradle
1. pubspec.yaml

Main branch on github is only for new apps!!!
Every old app need to replace on Github on specific branches! (Example branch name: 132fc066-a270-e963-cd63-99084c9b3caf ) or delete app and make new!


What is new

Updated SDK 16 to SDK 19. (Now apps work only from android KitKat, old was Jelly Bean.)
did those steps and try it on a new app and still getting error

* What went wrong:
Execution failed for task ':app:compileFlutterBuildRelease'.
> Process 'command '/Users/builder/programs/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
 

morfeu

Active member
Oct 12, 2018
164
43
28
Flangapp fix

1. Replace pubspec.yaml on Github.
2. Replace build.gradle on github: path: /android/
3. Replace gradle-wrapper.properties on Github: path: /android/gradle/wrapper/
4. Replace build.gradle on Github: path: /android/app/build.gradle

On web app replace: path: /backend/writable/project/android

1. build.gradle
1. pubspec.yaml

Main branch on github is only for new apps!!!
Every old app need to replace on Github on specific branches! (Example branch name: 132fc066-a270-e963-cd63-99084c9b3caf ) or delete app and make new!


What is new

Updated SDK 16 to SDK 19. (Now apps work only from android KitKat, old was Jelly Bean.)
Hello friend, thanks for helping us, but the same error still persists, even doing the new github app
 

pumpy

Member
Sep 9, 2022
82
35
18
i was wondering since the script no longer on codecanyon how mayny babiato members does actually make this script actually generate/convert web to app , no review also on product hunt and dev not selling wherever which is unfortunate regarding the potential of the script
Exactly, the script is wonderful. I try to contact with developer I'll be happy to purchase this item from developer with reasonable price. I still couldn't make it work but I'm trying . Is it possible that it doesn't work on some server locations? since it uses third party services.
 

Karsa

Member
May 5, 2022
38
9
8
Exactly, the script is wonderful. I try to contact with developer I'll be happy to purchase this item from developer with reasonable price. I still couldn't make it work but I'm trying . Is it possible that it doesn't work on some server locations? since it uses third party services.
Bro all scripts work alltime in anyplace, but sometimes you will need programming knowledge to update them, send you error here
 

morfeu

Active member
Oct 12, 2018
164
43
28
Send me complete error from codemagic.

Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
Warning: unexpected element (uri:"", local:"base-extension"). Expected elements are <{}codename>,<{}layoutlib>,<{}api-level>
../programs/flutter/.pub-cache/hosted/pub.dev/file-6.1.2/lib/src/interface/file.dart:15:16: Error: The method 'File.create' has fewer named arguments than those of overridden method 'File.create'.
Future<File> create({bool recursive = false});
^
org-dartlang-sdk:///third_party/dart/sdk/lib/io/file.dart:232:16: Context: This is the overridden method ('create').
Future<File> create({bool recursive = false, bool exclusive = false});
^
../programs/flutter/.pub-cache/hosted/pub.dev/file-6.1.2/lib/src/interface/file.dart:15:16: Error: The method 'File.create' doesn't have the named parameter 'exclusive' of overridden method 'File.create'.
Future<File> create({bool recursive = false});
^
org-dartlang-sdk:///third_party/dart/sdk/lib/io/file.dart:232:16: Context: This is the overridden method ('create').
Future<File> create({bool recursive = false, bool exclusive = false});
^
../programs/flutter/.pub-cache/hosted/pub.dev/file-6.1.2/lib/src/forwarding/forwarding_file.dart:22:8: Error: The method 'ForwardingFile.createSync' has fewer named arguments than those of overridden method 'File.createSync'.
void createSync({bool recursive = false}) =>
^
org-dartlang-sdk:///third_party/dart/sdk/lib/io/file.dart:248:8: Context: This is the overridden method ('createSync').
void createSync({bool recursive = false, bool exclusive = false});
^
../programs/flutter/.pub-cache/hosted/pub.dev/file-6.1.2/lib/src/forwarding/forwarding_file.dart:22:8: Error: The method 'ForwardingFile.createSync' doesn't have the named parameter 'exclusive' of overridden method 'File.createSync'.
void createSync({bool recursive = false}) =>
^
org-dartlang-sdk:///third_party/dart/sdk/lib/io/file.dart:248:8: Context: This is the overridden method ('createSync').
void createSync({bool recursive = false, bool exclusive = false});
^
Target kernel_snapshot failed: Exception


FAILURE: Build failed with an exception.

* Where:
Script '/Users/builder/programs/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1151

* What went wrong:
Execution failed for task ':app:compileFlutterBuildRelease'.
> Process 'command '/Users/builder/programs/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 1m 13s
Running Gradle task 'bundleRelease'... 75.4s
Gradle task bundleRelease failed with exit code 1


Build failed :|
Step 5 script `Build AAB with Flutter` exited with status code 1
 

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