Efra Espada

Results 19 comments of Efra Espada

Press Select+Start when turning on the GBA. I had the same doubt.

@gensin you can use `repeatCount` method for that purpose: ```java ViewAnimator.animate(buttonStart) .rotation(360) .duration(4000) // 4 seconds .decelerate() .repeatCount(android.view.animation.Animation.INFINITE) .start(); ```

Same problem here 😕

Still happening a similar issue with version `^0.6.19`: ``` E/GeneratedPluginRegistrant(13717): Error registering plugin awesome_notifications, me.carda.awesome_notifications.AwesomeNotificationsPlugin E/GeneratedPluginRegistrant(13717): java.lang.IllegalArgumentException: com.landa.app: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or...

I think it can't be done 😅 You send a push notification to a token, so you must link the token to a phone number.

There is a problem when compiling this plugin with the latest versions of Firebase Analytics. ``` [!] CocoaPods could not find compatible versions for pod "GoogleAppMeasurement": In Podfile: admob_flutter (from...

@loicgeek I stopped using this plugin and moved to `native_admob_flutter`. Basically is the same plugin.. 😕

I'll check the `stringcareTestObfuscate` task, but for now, **only** the `app` module can be obfuscated. All the complementary modules can't be obfuscated right now

@cacato86 thanks to you for using! It seems there is an error with the fingerprint extraction. What Gradle version do you use in that project? I think this issue could...

Same issue here when updating to Flutter 2