native_widgets
native_widgets copied to clipboard
Native Widgets - A new Flutter package for using Android and iOS natively on each platform. Maintainer: @rodydavis
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
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...