native_widgets 1.3.7 native_widgets: ^1.3.7 copied to clipboard
A new Flutter package for using Android and iOS natively on each platform.
Native Widgets #
A Flutter plugin to show the correct widgets for iOS and Android.
Avoid duplicating code and just write once for supported widgets.
Android will use Material Design and iOS will use Cupertino style widgets.
Usage #
To use this plugin, add native_widgets
as a dependency in your pubspec.yaml file.
Look at the example for various ways to use this plugin!