Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.11 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.11 KB

Flutter Community: native_widgets

Buy Me A Coffee Donate github pages

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!