Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fluttercommunity/native_widgets
- Owner: fluttercommunity
- License: mit
- Created: 2018-07-10T14:18:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T18:15:51.000Z (over 3 years ago)
- Last Synced: 2024-05-09T14:42:38.539Z (9 months ago)
- Topics: android, flutter, ios, native-widgets
- Language: Dart
- Homepage: https://fluttercommunity.github.io/native_widgets/
- Size: 2.42 MB
- Stars: 92
- Watchers: 4
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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!