Casey Rogers

Results 18 issues of Casey Rogers

When #149 goes in, developers using the expandable bottom sheet feature will have to use `FeedbackSheetDragHandle` in the feedback sheet builder to provide a visual drag handle for users. This...

## :scroll: Description - Adds Windows-specific golden images - Uses the appropriate platform-specific image depending on current environment - Skips the test if the current platform is not yet supported...

Currently, the `onShow` and the `onDismiss` callbacks fire when their respective actions are completed, not when the actions start. This PR makes them fire on start. This is preferable because...

It'd nice to be able to partially obscure the content behind the tooltip to communicate that tapping outside the tooltip will dismiss the tooltip. Ideally, we'd also provide the option...

https://github.com/flutter/gallery/blob/4e28f7ab09ee970ba19fbd527a028452a1c259a7/lib/demos/material/sliders_demo.dart#L61 https://github.com/flutter/gallery/blob/4e28f7ab09ee970ba19fbd527a028452a1c259a7/lib/demos/material/sliders_demo.dart#L136 Because the discrete slider is rounded to 40 but it's initial value is 20, the slider has a weird skip on rebuild. The discrete slider's initial value should...

bug
good first issue
P3

The grey sign in text for google sign in makes the button look disabled suggesting to users that google sign in is not available. Make it black instead.

I would like to be able to check if a file exists in Supabase storage without having to download it: `final bool fileExists = await supabase.storage.from('some-bucket-id').exists('/some/path');`

enhancement

The console and crash reporters (eg Firebase Crashlytics) use `toString` to display the error to the developer. But `ParrallelWaitError` just has a single sentence hardcoded string for `toString`: https://github.com/dart-lang/sdk/blob/0bc9815ad0e2aa508cd276cb2f1670b013f01b6e/sdk/lib/async/future_extensions.dart#L470 This...

I built the following package that is bscly a shittier version of `Gap`, except that it also provides `Gap` style classes that automatically size themselves according to `adaptive_breakpoints` so you...

One of the things I love the most about `flutter_animate` is that I can use the extensions to visually separate (in my code) UI elements from the animation effects applied...

enhancement
Support