FlyWeb for Web to App Convertor Flutter + Admin Panel Nulled

FlyWeb for Web to App Convertor Flutter + Admin Panel v3.0.6-09-10-24

No permission to download

maxpayneinfo

Well-known member
Trusted Uploader
Jan 5, 2021
650
1,278
100
Universe

flutter build apk --- release error anyone can help ?

error .......................

Error: Couldn't resolve the package 'flyweb' in 'package:flyweb/i18n/AppLanguage.dart'.
Error: Couldn't resolve the package 'flyweb' in 'package:flyweb/i18n/i18n.dart'.
Error: Couldn't resolve the package 'flyweb' in 'package:flyweb/src/enum/connectivity_status.dart'.
Error: Couldn't resolve the package 'flyweb' in 'package:flyweb/src/helpers/ConnectivityService.dart'.
Error: Couldn't resolve the package 'flyweb' in 'package:flyweb/src/helpers/SharedPref.dart'.
Error: Couldn't resolve the package 'flyweb' in 'package:flyweb/src/models/ad_state.dart'.
Error: Couldn't resolve the package 'flyweb' in 'package:flyweb/src/models/settings.dart'.
Error: Couldn't resolve the package 'flyweb' in 'package:flyweb/src/pages/SplashScreen.dart'.
Error: Couldn't resolve the package 'flyweb' in 'package:flyweb/src/services/theme_manager.dart'.
lib/main.dart:5:8: Error: Not found: 'package:flyweb/i18n/AppLanguage.dart'
import 'package:flyweb/i18n/AppLanguage.dart';
^
lib/main.dart:6:8: Error: Not found: 'package:flyweb/i18n/i18n.dart'
import 'package:flyweb/i18n/i18n.dart';
^
lib/main.dart:7:8: Error: Not found: 'package:flyweb/src/enum/connectivity_status.dart'
import 'package:flyweb/src/enum/connectivity_status.dart';
^
lib/main.dart:8:8: Error: Not found: 'package:flyweb/src/helpers/ConnectivityService.dart'
import 'package:flyweb/src/helpers/ConnectivityService.dart';
^
lib/main.dart:9:8: Error: Not found: 'package:flyweb/src/helpers/SharedPref.dart'
import 'package:flyweb/src/helpers/SharedPref.dart';
^
lib/main.dart:10:8: Error: Not found: 'package:flyweb/src/models/ad_state.dart'
import 'package:flyweb/src/models/ad_state.dart';
^
lib/main.dart:11:8: Error: Not found: 'package:flyweb/src/models/settings.dart'
import 'package:flyweb/src/models/settings.dart';
^
lib/main.dart:12:8: Error: Not found: 'package:flyweb/src/pages/SplashScreen.dart'
import 'package:flyweb/src/pages/SplashScreen.dart';
^
lib/main.dart:13:8: Error: Not found: 'package:flyweb/src/services/theme_manager.dart'
import 'package:flyweb/src/services/theme_manager.dart';
^
lib/main.dart:53:9: Error: Type 'AppLanguage' not found.
final AppLanguage appLanguage;
^^^^^^^^^^^
lib/main.dart:54:9: Error: Type 'Settings' not found.
final Settings settings;
^^^^^^^^
lib/main.dart:23:19: Error: Method not found: 'AdState'.
final adState = AdState(initFuture);
^^^^^^^
lib/main.dart:24:3: Error: 'SharedPref' isn't a type.
SharedPref sharedPref = SharedPref();
^^^^^^^^^^
lib/main.dart:24:27: Error: Method not found: 'SharedPref'.
SharedPref sharedPref = SharedPref();
^^^^^^^^^^
lib/main.dart:25:3: Error: 'Settings' isn't a type.
Settings settings = new Settings();
^^^^^^^^
lib/main.dart:25:27: Error: Method not found: 'Settings'.
Settings settings = new Settings();
^^^^^^^^
lib/main.dart:28:3: Error: 'AppLanguage' isn't a type.
AppLanguage appLanguage = AppLanguage();
^^^^^^^^^^^
lib/main.dart:28:29: Error: Method not found: 'AppLanguage'.
AppLanguage appLanguage = AppLanguage();
^^^^^^^^^^^
lib/main.dart:39:18: Error: Getter not found: 'Settings'.
settings = Settings.fromJson(set);
^^^^^^^^
lib/main.dart:43:40: Error: 'ThemeNotifier' isn't a type.
return runApp(ChangeNotifierProvider<ThemeNotifier>(
^^^^^^^^^^^^^
lib/main.dart:44:24: Error: Method not found: 'ThemeNotifier'.
create: (_) => new ThemeNotifier(),
^^^^^^^^^^^^^
lib/main.dart:53:9: Error: 'AppLanguage' isn't a type.
final AppLanguage appLanguage;
^^^^^^^^^^^
lib/main.dart:54:9: Error: 'Settings' isn't a type.
final Settings settings;
^^^^^^^^
lib/main.dart:60:35: Error: 'AppLanguage' isn't a type.
return ChangeNotifierProvider<AppLanguage>(
^^^^^^^^^^^
lib/main.dart:62:23: Error: 'AppLanguage' isn't a type.
child: Consumer<AppLanguage>(builder: (context, model, child) {
^^^^^^^^^^^
lib/main.dart:63:31: Error: 'ConnectivityStatus' isn't a type.
return StreamProvider<ConnectivityStatus>(
^^^^^^^^^^^^^^^^^^
lib/main.dart:66:29: Error: 'ThemeNotifier' isn't a type.
child: Consumer<ThemeNotifier>(
^^^^^^^^^^^^^
lib/main.dart:65:13: Error: The method 'ConnectivityService' isn't defined for the class 'MyApp'.
- 'MyApp' is from 'package:CodeForest/main.dart' ('lib/main.dart').
Try correcting the name to the name of an existing method, or defining a method named 'ConnectivityService'.
ConnectivityService().connectionStatusController.stream,
^^^^^^^^^^^^^^^^^^^
lib/main.dart:68:34: Error: The method 'getTheme' isn't defined for the class 'Object'.
- 'Object' is from 'dart:core'.
Try correcting the name to the name of an existing method, or defining a method named 'getTheme'.
theme: theme.getTheme(),
^^^^^^^^
lib/main.dart:69:35: Error: The getter 'appLocal' isn't defined for the class 'Object'.
- 'Object' is from 'dart:core'.
Try correcting the name to the name of an existing getter, or defining a getter or field named 'appLocal'.
locale: model.appLocal,
^^^^^^^^
lib/main.dart:71:23: Error: The getter 'I18n' isn't defined for the class 'MyApp'.
- 'MyApp' is from 'package:CodeForest/main.dart' ('lib/main.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'I18n'.
I18n.delegate,
^^^^
lib/main.dart:75:39: Error: The getter 'I18n' isn't defined for the class 'MyApp'.
- 'MyApp' is from 'package:CodeForest/main.dart' ('lib/main.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'I18n'.
supportedLocales: I18n.delegate.supportedLocales,
^^^^
lib/main.dart:77:27: Error: The method 'SplashScreen' isn't defined for the class 'MyApp'.
- 'MyApp' is from 'package:CodeForest/main.dart' ('lib/main.dart').
Try correcting the name to the name of an existing method, or defining a method named 'SplashScreen'.
home: SplashScreen(settings: this.settings))));
^^^^^^^^^^^^
Unhandled exception:
FileSystemException(uri=org-dartlang-untranslatable-uri:package%3Aflyweb%2Fi18n%2FAppLanguage.dart; message=StandardFileSystem only supports file:* and data:* URIs)
#0 StandardFileSystem.entityForUri (package:front_end/src/api_prototype/standard_file_system.dart:34:7)
#1 asFileUri (package:vm/kernel_front_end.dart:614:37)
#2 writeDepfile (package:vm/kernel_front_end.dart:754:21)
<asynchronous suspension>
#3 FrontendCompiler.compile (package:frontend_server/frontend_server.dart:570:9)
<asynchronous suspension>
#4 starter (package:flutter_frontend_server/server.dart:85:12)
<asynchronous suspension>
#5 main (file:///C:/b/s/w/ir/cache/builder/src/flutter/flutter_frontend_server/bin/starter.dart:13:24)
<asynchronous suspension>



FAILURE: Build failed with an exception.

* Where:
Script 'E:\**************************************************************\flutter_windows_2.2.3-stable\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 1005

* What went wrong:
Execution failed for task ':app:compileFlutterBuildRelease'.
> Process 'command 'E:\*******************************\flutter_windows_2.2.3-stable\flutter\bin\flutter.bat'' 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 15s
Running Gradle task 'assembleRelease'... 16.4s
Gradle task assembleRelease failed with exit code 1

Run as admin android studio and check internet connection
 
  • Like
Reactions: orbitsolutions

maxpayneinfo

Well-known member
Trusted Uploader
Jan 5, 2021
650
1,278
100
Universe
same error & also showing flutter pub get

The plugins `onesignal_flutter, store_redirect` use a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.
Maybe you have changed Version number of Dependancies in pub file.. replace pubspec file given by me and check
 

Attachments

  • pubspec.zip
    1.8 KB · Views: 21
  • Love
Reactions: orbitsolutions

Soumoss

Active member
Trusted Uploader
Aug 10, 2020
77
115
33
mismo error y también mostrando flutter pub get

Los complementos `onesignal_flutter, store_redirect` usan una versión obsoleta de la incrustación de Android.
Para evitar fallas inesperadas en el tiempo de ejecución de fallas de compilación futuras, intente ver si complementos son compatibles con la incrustación de Android V2. De lo contrario, considera eliminarlos, ya que una versión futura de Flutter eliminará estas API obsoletas.
Si es el autor del complemento, eche un vistazo a los documentos para migrar el complemento a la incrustación V2: https://flutter.dev/go/android-plugin-migration .

Hi, it's my first time doing this, could you help me? I get the same error, I already replaced the file you uploaded. Still the same :( (only in Pub Get)
 
  • Sad
Reactions: orbitsolutions

Soumoss

Active member
Trusted Uploader
Aug 10, 2020
77
115
33
If it doesn't work for you, install flutter 2.0xx
Currently they go for 2.5xx so that's why it gives an error
 
  • Love
Reactions: seyhadot

MrFlyer

New member
Feb 11, 2021
9
2
3
hello need help / HOW TO MAKE MY WEBSITE switch to DARK MODE when the APK do ???
 

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