native_widgets icon indicating copy to clipboard operation
native_widgets copied to clipboard

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

Results 6 native_widgets issues
Sort by recently updated
recently updated
newest added
trafficstars

upgrade uuid version to `3.0.1` and intl version to `0.17.0` to solve package dependencies `uuid: ^3.0.1` `intl: 0.17.0`

How do you do a native date picker that works on ios/android?

I thought you just add native like this ` return showDialog( context: context, builder: (context) { return NativeDialog ( content: Text("Please enter an email address"), ); }, );` but I...

The following UnsupportedError was thrown building NativeTopTabs(dirty): Unsupported operation: Cannot set value in unmodifiable Map

bug

I came looking for something that would help me write a app that looks good in Material and Cupertino. I started with a NativeApp, but then saw you cant add...