native_widgets 1.3.4 copy "native_widgets: ^1.3.4" to clipboard
native_widgets: ^1.3.4 copied to clipboard

discontinuedreplaced by: flutter_platform_widgets
outdated

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

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.

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!