Mike Hughes
Mike Hughes
btw. For background, I am trying to achieve the Google I/O app CountDown, which can be seen animating on this page about half way down: https://medium.com/androiddevelopers/animating-on-a-schedule-8a90d812ae4
Thanks @luigi-rosso for taking such a close look. I'm stumped as well, so trying it on other emulators and devices now. Can you pls post your exact code, including pubspec.yaml....
Thanks I'll have a look at your code shortly. But I've been testing and it does work, but with some interesting results. So I thought I'd document as it may...
btw. I'm on flutter stable, so Flutter 1.9.1+hotfix.6. Had a look at your example code and its a nice example. Hopefully will help others too 😃👍
@luigi-rosso The speed example which is working great using your example code, but having an issue with it when animations are played one after another. Example full simplified code below...
Also getting an 'An unknown error occurred' with `google_sign_in` ^5.3.0 and `flutterfire_ui` ^0.4.0+2. This occurs when Login with Google: 1. click on Google login 2. pick a Google account from...
@etienn01 Specifying the `clientId` does not work for me. I'm using `google_sign_in` ^5.3.1 and `flutterfire_ui` ^0.4.0+5 I always have included the hard coded web `clientId` with my `GoogleProviderConfiguration` as well,...
Update which shows we have a clear conflicting requirements around the id. Trying to use `SignInView` I currently specify in my Google Provider Configs the `clientId` because it is required....
Thanks for the update @stevemessick on the wider issues with Android Studio / Flutter integration. This provides more context and explains why this issue has been present so long. One...
Yep this is painful for and Flutter iOS first app 😭