Casey Rogers

Results 30 comments of Casey Rogers

How are you displaying your banner ad? I'm not getting this issue using https://pub.dev/packages/google_mobile_ads

FWIW what I do in my app is provide a custom feedback form and replace the submit button with a circular progress indicator while the content is being submitted. This...

Playing around with this now. There's a decent chance my recent changes introduced this-hard to say without a repro I can test before and after the changes. @gustav77 can you...

Ah, I see you were referring to the example app: https://github.com/ueman/feedback/blob/06d4c3b835029df0e60934be2d74b522c90e9d22/feedback/example/lib/main.dart#L211 Using this example I can in fact get `initialize` to print on keyboard open and close. I'll retest with...

Just confirmed that `initialize` prints on keyboard open and close before the scale and expanding sheet changes: https://github.com/ueman/feedback/commit/d7b74f7b627399312acf3a98951b8cca766056b5 . IMO this is expected behavior not a bug.

What about aligning the drawing to the center of the screen so that if the device orientation changes, the drawing at least remains centered? eg if the window reduces `n`...

@ueman flagging for review! This is a super small change to just the golden image tests.

@ueman I've updated this to pull from master and to remove a TODO regarding a bug in an older version of flutter! Let me know if you need anymore next...

All these options seem good, a lot of the Flutter first party widgets will have a simple `onShow` for convenience and then a more complex change notifier and/or notification system...

Done! I made a couple value judgements, let me know if you think any of them should have been done differently: 1. Instead of replacing `barrierColor`, I added another argument...