Skip to content

Native Widgets - A new Flutter package for using Android and iOS natively on each platform. Maintainer: @rodydavis

License

Notifications You must be signed in to change notification settings

fluttercommunity/native_widgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1b3fc96 · Sep 27, 2021

History

35 Commits
Jul 10, 2018
Feb 5, 2020
Sep 27, 2021
Nov 27, 2019
May 24, 2019
Jul 10, 2018
Jul 10, 2018
Dec 31, 2019
Jul 10, 2018
Feb 7, 2020
May 24, 2019
Sep 27, 2021
Sep 27, 2021

Repository files navigation

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!