Giter Club home page Giter Club logo

bugfendersdk-flutter's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

bugfendersdk-flutter's Issues

[BUG] No logs shown in console for iOS simulator, only on the cloud

Hi, I've got the following setup:

Future<void> main() async {
  FlutterBugfender.handleUncaughtErrors(() async {
    WidgetsFlutterBinding.ensureInitialized();

    // Initialize Bugfender
    await _setupBugFender();
    
    ...
    
    runApp(MyApp());
    });
   } 
Future _setupBugFender() async {
  await FlutterBugfender.init(
    kBugfenderKey,
    enableCrashReporting: true, // these are optional, but recommended
    enableUIEventLogging: true,
    enableAndroidLogcatLogging: true,
    printToConsole: true,
  );

  FlutterBugfender.log(">>>>> RUNNING WITH BUGFENDER <<<<<<<<");
}

I don't understand why I don't have anything printed in my local console while I debug on my iOS simulator:

Launching lib/main.dart on iPad Pro (12.9-inch) (6th generation) in debug mode...
Running Xcode build...
Xcode build done.                                           34.9s
[ERROR:flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.mm(42)] Using the Impeller rendering backend.
Debug service listening on ws://127.0.0.1:59030/-g9rx8TC4Hk=/ws
Syncing files to device iPad Pro (12.9-inch) (6th generation)...
[GETX] Instance "NavRoutesController" has been created
[GETX] Instance "NavRoutesController" has been initialized
[GETX] Instance "GetMaterialController" has been created
[GETX] Instance "GetMaterialController" has been initialized

While it prints on the cloud:
image

Flutter doctor:

[✓] Flutter (Channel stable, 3.19.5, on macOS 14.2.1 23C71 darwin-arm64, locale en-US)
    • Flutter version 3.19.5 on channel stable at /Users/leonardorignanese/fvm/versions/stable
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 300451adae (6 weeks ago), 2024-03-27 21:54:07 -0500
    • Engine revision e76c956498
    • Dart version 3.3.3
    • DevTools version 2.31.1

[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
    • Android SDK at /Users/leonardorignanese/Library/Android/sdk
    • Platform android-34, build-tools 34.0.0
    • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11572160)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 15.3)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 15E204a
    • CocoaPods version 1.13.0

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2023.3)
    • 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 17.0.10+0-17.0.10b1087.21-11572160)

[✓] VS Code (version 1.89.0)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.29.0

[✓] Connected device (3 available)
    • iPhone 14 Leo (mobile)                         • 00008110-0018288A0E99401E            • ios            • iOS 17.4 21E217
    • iPad Pro (12.9-inch) (6th generation) (mobile) • B8A40338-7C12-471C-A392-8EF049973F46 • ios            • com.apple.CoreSimulator.SimRuntime.iOS-17-4 (simulator)
    • Chrome (web)                                   • chrome                               • web-javascript • Google Chrome 124.0.6367.119
    ! Error: Browsing on the local area network for iPad di Leonardo. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
      The device must be opted into Developer Mode to connect wirelessly. (code -27)

[✓] Network resources
    • All expected network resources are available.

• No issues found!

Deprecated Java API

The plugin seems to work properly but can this be fixed?

Note: /home/mauro/.pub-cache/hosted/pub.dev/flutter_bugfender-2.3.0/android/src/main/java/com/bugfender/flutterbugfender/FlutterBugfenderPlugin.java uses or overrides a deprecated API.
Thanks.

The plugin `flutter_bugfender` uses a deprecated version of the Android embedding

To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it 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.

This is the error message I get when trying to build my project with flutter_bugfender 2.0.0-web.1 on Flutter 2.5.0.

Could not resolve all artifacts for configuration ':flutter_bugfender:classpath'.

== Building for Android ==

> flutter build apk --release --build-number 157
Running "flutter pub get" in app...                         
Warning: You are using these overridden dependencies:

! contact_picker_platform_interface 4.4.0 from git https://github.com/alkebuware/contact_picker.git at ce15db in contact_picker_platform_interface

! location_platform_interface 2.3.0 from git https://github.com/roadid/flutterlocation.git at e06bcc in packages/location_platform_interface
Running "flutter pub get" in app...                             3.2s

💪 Building with sound null safety 💪

Running Gradle task 'assembleRelease'...                        


FAILURE: Build failed with an exception.



* What went wrong:

A problem occurred configuring project ':flutter_bugfender'.

> Could not resolve all artifacts for configuration ':flutter_bugfender:classpath'.

   > Could not resolve com.android.tools.lint:lint:26.0.1.

     Required by:

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1

      > Could not resolve com.android.tools.lint:lint:26.0.1.

         > Could not get resource 'https://jcenter.bintray.com/com/android/tools/lint/lint/26.0.1/lint-26.0.1.pom'.

            > Could not GET 'https://jcenter.bintray.com/com/android/tools/lint/lint/26.0.1/lint-26.0.1.pom'.

               > Read timed out

   > Could not resolve org.ow2.asm:asm-tree:5.1.

     Required by:

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > com.android.tools.build:builder:3.0.1

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > org.ow2.asm:asm-analysis:5.1

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > org.ow2.asm:asm-commons:5.1

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > org.ow2.asm:asm-util:5.1

      > Skipped due to earlier error

   > Could not resolve com.google.guava:guava:22.0.

     Required by:

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > com.android.tools.build:gradle-api:3.0.1

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > com.android.databinding:compilerCommon:3.0.1

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > com.android.tools.build:builder:3.0.1 > com.android.tools:common:26.0.1

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > com.android.tools.build:builder:3.0.1 > com.android.tools.analytics-library:shared:26.0.1

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > com.android.tools.build:builder:3.0.1 > com.android.tools.analytics-library:tracker:26.0.1

      > Skipped due to earlier error

   > Could not resolve net.sf.proguard:proguard-base:5.3.3.

     Required by:

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > net.sf.proguard:proguard-gradle:5.3.3

      > Skipped due to earlier error

   > Could not resolve com.google.code.gson:gson:2.3.

     Required by:

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > com.android.tools.build:builder:3.0.1 > com.android.tools:sdklib:26.0.1

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > com.android.tools.build:builder:3.0.1 > com.android.tools.build:manifest-merger:26.0.1

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > com.android.tools.build:builder:3.0.1 > com.android.tools.analytics-library:shared:26.0.1

      > Skipped due to earlier error

   > Could not resolve org.apache.httpcomponents:httpclient:4.2.6.

     Required by:

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > com.android.tools.build:builder:3.0.1 > com.android.tools:sdklib:26.0.1

      > Skipped due to earlier error

   > Could not resolve org.apache.httpcomponents:httpmime:4.1.

     Required by:

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > com.android.tools.build:builder:3.0.1 > com.android.tools:sdklib:26.0.1

      > Skipped due to earlier error

   > Could not resolve com.intellij:annotations:12.0.

     Required by:

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > com.android.tools.build:builder:3.0.1 > com.android.tools:sdklib:26.0.1 > com.android.tools.layoutlib:layoutlib-api:26.0.1

      > Skipped due to earlier error

   > Could not resolve com.google.guava:guava:22.0.

     Required by:

         project :flutter_bugfender > com.android.tools.build:gradle:3.0.1 > com.android.tools.build:gradle-core:3.0.1 > com.android.tools.build:builder:3.0.1 > com.android.tools:sdklib:26.0.1 > com.android.tools:repository:26.0.1 > com.google.jimfs:jimfs:1.1

      > Skipped due to earlier error

> Could not get unknown property 'android' for project ':flutter_bugfender' 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 5m 49s
Running Gradle task 'assembleRelease'...                          351.8s
Gradle task assembleRelease failed with exit code 1


Build failed :|
Failed to build for Android

Unable to load Maven meta-data from https://jcenter.bintray.com/com/bugfender/sdk/android/maven-metadata.xml.

My setup:
distributionUrl=https://services.gradle.org/distributions/gradle-6.7.1-all.zip (tried upgraded to 7.2 but still failing)
flutter_bugfender: ^2.0.1 (tried upgraded to 2.1.0 but still failing)

[√] Flutter (Channel stable, 2.5.3, on Microsoft Windows [Version 10.0.19045.2130], locale en-SG)
[√] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)
[√] Chrome - develop for the web
[√] Android Studio (version 2020.3)
[√] VS Code (version 1.72.2)
[√] Connected device (3 available)

More logs:
FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:checkDebugAarMetadata'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not resolve com.bugfender.sdk:android:3.+.
Required by:
project :app > project :flutter_bugfender
> Failed to list versions for com.bugfender.sdk:android.
> Unable to load Maven meta-data from https://jcenter.bintray.com/com/bugfender/sdk/android/maven-metadata.xml.
> Could not get resource 'https://jcenter.bintray.com/com/bugfender/sdk/android/maven-metadata.xml'.
> Could not GET 'https://jcenter.bintray.com/com/bugfender/sdk/android/maven-metadata.xml'.
> Read timed out

  • 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 42s
Running Gradle task 'assembleDebug'... 103.5s
[!] Gradle threw an error while downloading artifacts from the network. Retrying to download...

Support for web

I have an application that integrates this SDK and works great on Android and iOS. But even though the plugin page says it should also work in a web context, when I try to run my app on the web, I get the following error in the console:

html_dart2js.dart:39777 Overflow on channel: flutter_bugfender. Messages on this channel are being discarded in FIFO fashion. The engine may not be running or you need to adjust the buffer size if of the channel.
error @ html_dart2js.dart:39777
_printDebugString @ natives.dart:23
_printDebug @ natives.dart:15
push @ channel_buffers.dart:147
handlePlatformMessage @ plugin_registry.dart:82
runBody @ async_patch.dart:86
_async @ async_patch.dart:125
handlePlatformMessage @ plugin_registry.dart:76
[_sendPlatformMessage] @ window.dart:450
sendPlatformMessage @ window.dart:318
[_sendPlatformMessage] @ binding.dart:167
send @ binding.dart:223
_invokeMethod @ platform_channel.dart:146
runBody @ async_patch.dart:86
_async @ async_patch.dart:125
[_invokeMethod] @ platform_channel.dart:144
invokeMethod @ platform_channel.dart:329
removeDeviceString @ flutter_bugfender.dart:25
(anonymous) @ main.dart:93
(anonymous) @ stream.dart:901
_runUserCode @ stream_pipe.dart:13
(anonymous) @ stream.dart:901
runUnaryGuarded @ zone.dart:1374
[_sendData] @ stream_impl.dart:339
[_add] @ stream_impl.dart:266
[_add] @ stream_pipe.dart:134
[_handleData] @ stream_pipe.dart:234
[_handleData] @ stream_pipe.dart:166
runUnaryGuarded @ zone.dart:1374
[_sendData] @ stream_impl.dart:339
[_add] @ stream_impl.dart:266
[_add] @ stream_pipe.dart:134
[_handleData] @ stream_pipe.dart:234
[_handleData] @ stream_pipe.dart:166
runUnaryGuarded @ zone.dart:1374
[_sendData] @ stream_impl.dart:339
[_add] @ stream_impl.dart:266
[_sendData] @ broadcast_stream_controller.dart:378
add @ broadcast_stream_controller.dart:252
(anonymous) @ auth.dart:306
checkAndCall @ operations.dart:305
dcall @ operations.dart:311
ret @ js_patch.dart:412
(anonymous) @ firebase-app.js:1
(anonymous) @ firebase-app.js:1
Show 15 more frames
errors.dart:146 Uncaught (in promise) Error: MissingPluginException(No implementation found for method init on channel flutter_bugfender)
at Object.throw
[as throw] (errors.dart:195)
at MethodChannel._invokeMethod (platform_channel.dart:154)
at _invokeMethod.next ()
at onValue (async_patch.dart:47)
at _RootZone.runUnary (zone.dart:1439)
at _FutureListener.thenAwait.handleValue (future_impl.dart:141)
at handleValueCallback (future_impl.dart:682)
at Function._propagateToListeners (future_impl.dart:711)
at _Future.new.[_completeWithValue] (future_impl.dart:526)
at async._AsyncCallbackEntry.new.callback (future_impl.dart:556)
at Object._microtaskLoop (schedule_microtask.dart:43)
at _startMicrotaskLoop (schedule_microtask.dart:52)
at async_patch.dart:168

Did you test your plugin in a web context? And if not, would it be possible for you to add explicit web support?

Publish 2.0.1 to pub.dev

I see android embedding and jcenter were fixed, but not yet published to pub.dev. Is there a blocker?

Support for androidx compatible flutter projects

Build for flutter projects using androidX crash with following trace on release build.

FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':flutter_bugfender:verifyReleaseResources'.> java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
  /Users/ishaan.k/Desktop/work/collect/mobile/collect-mobile-3.0/build/flutter_bugfender/intermediates/res/merged/release/values-v28/values-v28.xml:7: error: resource android:attr/dialogCornerRadius not found.
  /Users/ishaan.k/Desktop/work/collect/mobile/collect-mobile-3.0/build/flutter_bugfender/intermediates/res/merged/release/values-v28/values-v28.xml:11: error: resource android:attr/dialogCornerRadius not found.
  /Users/ishaan.k/Desktop/work/collect/mobile/collect-mobile-3.0/build/flutter_bugfender/intermediates/res/merged/release/values/values.xml:2611: error: resource android:attr/fontVariationSettings not found.
  /Users/ishaan.k/Desktop/work/collect/mobile/collect-mobile-3.0/build/flutter_bugfender/intermediates/res/merged/release/values/values.xml:2612: error: resource android:attr/ttcIndex not found.
  error: failed linking references.

Possible Solution:

  • support androidX build. Maintain a different version of your sdk for androidX port and push to stable_android_x branch

Failing to build with 2.0.1

Hi,

I'm running into a compile issue on Android since version 2.0.1 came out. Works fine when I use 2.0.0.
Here's the error:

FAILURE: Build failed with an exception. What went wrong: Could not determine the dependencies of task ':flutter_bugfender:compileReleaseAidl'. Failed to query the value of task ':flutter_bugfender:compileReleaseAidl' property 'aidlFrameworkProvider'. Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager.

Consider upgrading js library to 0.7.1

I get this error:

Because flutter_bugfender 2.3.0 depends on js ^0.6.3 and no versions of flutter_bugfender match >2.3.0 <3.0.0, flutter_bugfender ^2.3.0 requires js ^0.6.3.
So, because onda depends on both flutter_bugfender ^2.3.0 and js ^0.7.1, version solving failed.

It would be great if the js library can be upgraded to the v0.7.1
Thanks!

Exception caught by Flutter framework : Zone mismatch

Hello Bugfender team,

I found an error when wrapping the runApp() with the FlutterBugfender.handleUncaughtErrors function:

image

Zone mismatch. The Flutter bindings were initialized in a different zone than is now being used. This will likely cause confusion and bugs as any zone-specific configuration will inconsistently use the configuration of the original binding initialization zone or this zone based on hard-to-predict factors such as which zone was active when a particular callback was set. It is important to use the same zone when calling `ensureInitialized` on the binding as when calling `runApp` later. To make this warning fatal, set BindingBase.debugZoneErrorsAreFatal to true before the bindings are initialized (i.e. as the first statement in `void main() { }`).

Based on this doc, starting with Flutter 3.10, the framework detects mismatches when using Zones and reports them to the console in debug builds. We are currently using Flutter 3.16.5.

Is there a solution for this?

[FEATURE] Add support to MacOS

Please add support to MacOS so that we can use the library on that platform too.

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method sendCrash on channel flutter_bugfender)
#0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7)
<asynchronous suspension>
#1      MethodChannelFlutterBugfender.sendCrash.<anonymous closure> (package:flutter_bugfender/flutter_bugfender_method_channel.dart:79:13)
<asynchronous suspension>
#2      FlutterBugfender.handleUncaughtErrors.<anonymous closure> (package:flutter_bugfender/flutter_bugfender.dart:83:7)
<asynchronous suspension>

Can't update project gradle to 8.0

Hi, when I tried to upgrade my project to gradle 8.0, I got this error:


A problem occurred configuring project ':flutter_bugfender'.

Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
Namespace not specified. Please specify a namespace in the module's build.gradle file like so:

  • Try:

Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

* Exception is:
org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ':flutter_bugfender'.
	at org.gradle.configuration.project.LifecycleProjectEvaluator.wrapException(LifecycleProjectEvaluator.java:84)
	at org.gradle.configuration.project.LifecycleProjectEvaluator.addConfigurationFailure(LifecycleProjectEvaluator.java:77)
	at org.gradle.configuration.project.LifecycleProjectEvaluator.access$400(LifecycleProjectEvaluator.java:55)
	...
	at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:52)
	at org.gradle.launcher.daemon.server.DaemonStateCoordinator$1.run(DaemonStateCoordinator.java:297)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:49)
Caused by: java.lang.RuntimeException: Namespace not specified. Please specify a namespace in the module's build.gradle file like so:

android {
    namespace 'com.example.namespace'
}

If the package attribute is specified in the source AndroidManifest.xml, it can be migrated automatically to the namespace value in the build.gradle file using the AGP Upgrade Assistant; please refer to https://developer.android.com/studio/build/agp-upgrade-assistant for more information.
	at com.android.build.gradle.internal.core.dsl.impl.VariantDslInfoImpl.getNamespace(VariantDslInfoImpl.kt:77)
	at com.android.build.gradle.internal.core.dsl.impl.VariantDslInfoImpl.initApplicationId(VariantDslInfoImpl.kt:128)
	at com.android.build.gradle.internal.core.dsl.impl.VariantDslInfoImpl.access$initApplicationId(VariantDslInfoImpl.kt:37)
	at com.android.build.gradle.internal.core.dsl.impl.VariantDslInfoImpl$applicationId$2.invoke(VariantDslInfoImpl.kt:94)
	at com.android.build.gradle.internal.core.dsl.impl.VariantDslInfoImpl$applicationId$2.invoke(VariantDslInfoImpl.kt:91)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at com.android.build.gradle.internal.core.dsl.impl.VariantDslInfoImpl.getApplicationId(VariantDslInfoImpl.kt:91)
	at com.android.build.gradle.internal.core.dsl.impl.ComponentDslInfoImpl$mergedFlavor$2.invoke(ComponentDslInfoImpl.kt:67)
	at com.android.build.gradle.internal.core.dsl.impl.ComponentDslInfoImpl$mergedFlavor$2.invoke(ComponentDslInfoImpl.kt:63)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at com.android.build.gradle.internal.core.dsl.impl.ComponentDslInfoImpl.getMergedFlavor(ComponentDslInfoImpl.kt:63)
	at com.android.build.gradle.internal.core.dsl.impl.VariantDslInfoImpl.getMinSdkVersion(VariantDslInfoImpl.kt:63)
	at com.android.build.api.variant.impl.VariantBuilderImpl.<init>(VariantBuilderImpl.kt:48)
	at com.android.build.api.variant.impl.LibraryVariantBuilderImpl.<init>(LibraryVariantBuilderImpl.kt:35)
	at com.android.build.api.variant.impl.LibraryVariantBuilderImpl_Decorated.<init>(Unknown Source)
	at jdk.internal.reflect.GeneratedConstructorAccessor403.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at org.gradle.internal.instantiation.generator.AsmBackedClassGenerator$InvokeConstructorStrategy.newInstance(AsmBackedClassGenerator.java:1948)
	at org.gradle.internal.instantiation.generator.AbstractClassGenerator$GeneratedClassImpl$GeneratedConstructorImpl.lambda$newInstance$0(AbstractClassGenerator.java:510)
	at org.gradle.internal.deprecation.DeprecationLogger$4.create(DeprecationLogger.java:295)
	at org.gradle.internal.deprecation.DeprecationLogger.whileDisabledThrowing(DeprecationLogger.java:273)
	at org.gradle.internal.instantiation.generator.AbstractClassGenerator$GeneratedClassImpl$GeneratedConstructorImpl.newInstance(AbstractClassGenerator.java:509)
	at org.gradle.internal.instantiation.generator.DependencyInjectingInstantiator.doCreate(DependencyInjectingInstantiator.java:64)
	... 208 more

I'm no expert on gradle, but I believe it might be fixed by adding: com.bugfender.flutterbugfender here: https://github.com/bugfender/BugfenderSDK-Flutter/blob/master/android/build.gradle#L26

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.