Philipp Bauer

Results 70 issues of Philipp Bauer

Basically, we'd like to skip the last confirmation step by replacing the "skip" button with a "submit" button in step 3 of 3. For one, the last confirmation serves not...

So we've updated to v1.0.0-beta.3 and sent a feedback with lots of debug values. The values show up correctly in the "show details" panel. Is there a way to view...

Assume, I have 5 different camera apps installed, one of them being my favorite. Currently, when I input "cam", I get all of them in a (somewhat??) alphabetical order. It...

low priority

Here's my fork: [LINK](https://github.com/CiriousJoker/SlimyCard-Animated-Flutter-Package) @AkashDivya If you plan on maintaining this again, I'll create a PR to merge my changes. **Changes:** - Fixed animation (no flicker if bottomHeight != 100)...

### General information - SDK version: 3.75.19 - Environment: both - Browser and OS: Chrome 100.0.4896.127 (Official Build) (64-bit) (cohort: Stable) ### Issue description This issue is not reproducible, but...

Not much more to add there, how does this look without compiling the example project?

Example: ```dart WidgetsBinding.instance!.addObserver(this); ``` now becomes (notice the missing `!`): ```dart WidgetsBinding.instance.addObserver(this); ```

When I open the plugins tag, it takes around 2 mins to load the list and whenever I scroll, it takes 10 seconds to "apply" the new scroll offset. Sadly,...

bug

It would be nice if there was some sort of account linking. An extra function would be nice for each provider, meaning instead of `contrext.signInWithGoogle()`you call `context.linkToGoogle()`; This could automatically...

enhancement

Firebase Auth v20 supports non-gms devices now: https://firebase.google.com/support/release-notes/android