ASAD HAMEED

Results 16 comments of ASAD HAMEED

Rich Clipboard has started to produce an after I upgraded the Android gradle files according to [declarative apply of plugins](https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply). https://github.com/BringingFire/rich_clipboard/issues/25

`rich_clipboard` has been discontinue. https://github.com/BringingFire/rich_clipboard

I tried this approach but I'm getting this error ``` Note: ../.pub-cache/git/authorize_net_plugin-617f88adb6c4d5251453427df2c7b049333f6df8/android/src/main/java/com/jparrack/authorize_net_plugin/AuthorizeNetPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. FAILURE: Build failed with an exception....

I was able to resolve it using `jitpack`. ``` repositories { maven { url "https://jitpack.io" } } dependencies { implementation 'com.github.AuthorizeNet:accept-sdk-android:1.04' } ```

@darkengine Did you find any solution?

I was able to get the latest version from github using [jitpack](https://jitpack.io).