platform_widgets 0.1.1
platform_widgets: ^0.1.1 copied to clipboard
A Flutter plugin for Platform widgets. This package simplifies the usage of specific widgets for both Android and iOS.
Platform Widgets #
A Flutter plugin for Platform specific widgets.
Usage #
To use this plugin, add platform_widgets as a dependency in your pubspec.yaml file.
Available Widgets #
-
PlatformAppreturns CupertinoApp when iOS and MaterialApp when Android. -
PlatformTheme'siosproperty returns CupertinoThemeData andandroidproperty returns ThemeData. -
PlatformScaffoldreturns CupertinoPageScaffold when iOS and Scaffold when Android. -
PlatformButtonreturns CupertinoButton when iOS and FlatButton when Android. -
PlatformBarreturns NavigationBar when iOS and AppBar when Android.