Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fluttercommunity/native_widgets

Native Widgets - A new Flutter package for using Android and iOS natively on each platform. Maintainer: @rodydavis
https://github.com/fluttercommunity/native_widgets

android flutter ios native-widgets

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Flutter Community: native_widgets](https://fluttercommunity.dev/_github/header/native_widgets)](https://github.com/fluttercommunity/community)

[![Buy Me A Coffee](https://img.shields.io/badge/Donate-Buy%20Me%20A%20Coffee-yellow.svg)](https://www.buymeacoffee.com/rodydavis)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WSH3GVC49GNNJ)
![github pages](https://github.com/fluttercommunity/native_widgets/workflows/github%20pages/badge.svg)

# Native Widgets

[![pub package](https://img.shields.io/pub/v/native_widgets.svg)](https://pub.dartlang.org/packages/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.

Online Demo: https://fluttercommunity.github.io/native_widgets/

## Usage

To use this plugin, add `native_widgets` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).

Look at the example for various ways to use this plugin!