flutter_platform_widgets
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
There are now packages to provide native style controls for macOS and Windows. https://pub.dev/packages/macos_ui https://pub.dev/packages/fluent_ui It would be great if your package gave desktop native versions of switches, buttons, alert...
What are the options now in Flutter 3 to use a dynamic button as we had before with PlatformButton? I checked the changelog but we no longer have any button...
PlatformIcons does not work in IOS without `cupertino_icons` dependency. Please specify it in your library.
The following is a list of TODOs for v2.0 - [x] Flutter 3.0 compatible - [ ] Custom widget builders. This will allow a custom theme separate to material and...
I am trying to create a basic dark mode theme for IOS. The material (Android) dark mode them works fine simply by using this: `final darkTheme = ThemeData.dark();` and then...
Hello, When I call `showPlatformDatePicker` on iOS with dark mode on, the text in the date picker is the wrong colors. Please see the attached image. 
So came up with a nice adaptive nav scaffold solution to do nav rails, sidesheet, and tabbed bottom and drawer correctly dynamically per screensize. Then I realized that I did...