native_widgets 1.3.7+1 copy "native_widgets: ^1.3.7+1" to clipboard
native_widgets: ^1.3.7+1 copied to clipboard

A new Flutter package for using Android and iOS natively on each platform.

Flutter Community: native_widgets

Buy Me A Coffee Donate

Native Widgets #

pub package

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.

Online Demo: https://fluttercommunity.github.io/native_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!