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
1. Add github-actions for run build each target test on each platform automaticly. 2. Add dependabot for automaticly bump dependencies version. 3. Add several badges to README.md
This was raised as an [issue 278](https://github.com/stryder-dev/flutter_platform_widgets/issues/278) and at the time was closed as intentional: M2 had uppercase buttons. Now, however, Material 3 [Button text is in sentence case, no...
Is it possible for us to have a Platform widget for SliverAppBar (material) and CupertinoSliverNavigationBar?
Material: - https://api.flutter.dev/flutter/material/Radio-class.html Cupertino - https://api.flutter.dev/flutter/cupertino/CupertinoRadio-class.html
Setting a height to a PlatformAppBar is impossible I suggest replacing PlatformAppBar with PlatformPreferredSize
platform Alert dialog centres the title but not the content - tried centre on content but that does not seem to work
Some known widgets: - `SwitchListTile.adaptive` - `RadioListTile.adaptive` - `CheckboxListTile.adaptive` - `RefreshIndicator.adaptive` Is there an elegant way to encapsulate them into this project?
# Pull Request ## Description Clean the code a little bit ## Improvements - Improve code readability - Use the `showAdaptiveDialog` by default when calling `showPlatformDialog` - Code organizations -...
1. MaterialProgressIndicatorData -> MaterialCircularProgressIndicatorData 2. CupertinoProgressIndicatorData -> CupertinoCircularProgressIndicatorData
1. Automatically generate platform icons extension class (library file) with the same name between Material and Cupertino to `lib/src/platform_icons_gen.dart` file with sorted by name by dart's `Extension`, without changing the...