flutter_platform_widgets icon indicating copy to clipboard operation
flutter_platform_widgets copied to clipboard

Target the specific design of Material for Android and Cupertino for iOS widgets through a common set of Platform aware widgets

Results 62 flutter_platform_widgets issues
Sort by recently updated
recently updated
newest added

The Theming is a great issue and #111 made me think. Besides the technical issue, that flutter seems to have problems to automatically propagate down the cupertino theme, the point...

People keep asking about this, so my gist https://gist.github.com/fredgrott/da2492e89fbb7a59e4146320be7006be assuming that SL your deps you need to use media query and WidgetsBinding to grab a window that way it will...

Thanks for this great package! I first built my own little widgets until I found this package and didn't want to create apps without it anymore. Currently I'm searching for...

enhancement

PlatformTheme allows for under simple use cases a basic common theme with color. If any substantial differences between the material and cupertino themes are needed then setting the `materialTheme` and...

I'd like to see a PlatformListTile, based on ListTile for Material and CupertinoTableRow for Cupertino once ready. I thought I'll just add this issue as a reminder to implement once...

enhancement

This is a tracking issue for the building out of the docs. URL: https://stryder-dev.github.io/flutter_platform_widgets/ ### Overview - [x] Landing page (index.md) - [x] Getting started - [x] App setup -...

Hey there, I noticed that the `PlatformTabScaffold`'s tab's bodies are being rebuilt upon changing tabs which can be frustrating. Therefore, I tried mixing `AutomaticKeepAliveClientMixin` into the tab's body classes. On...

I ran into something so document it here until I fix the example. With changes in the brightness attribute, it seems we can both use brightness in material theme and...

Do we have an approach to logging? I just started auditing the plugins I use to see which ones log and which ones do not and found flutter platform widgets...

Hi, I was looking into whether a platform specific dropdown existed. Material seems to have - https://api.flutter.dev/flutter/material/DropdownButton-class.html Cupertino has a picker - https://api.flutter.dev/flutter/cupertino/CupertinoPicker-class.html They seem to have some widely different...

enhancement