Justin Toth
Justin Toth
Any update on this? I'm encountering the same error after integrating this plugin.
This was "solved" for me by changing my pubspec entry to the following: ``` flutter_datetime_picker: git: url: https://github.com/AlexHartford/flutter_datetime_picker.git ref: master ```
Any update on this? At this point, most developers should be off of the Android Support libraries and exclusively using the AndroidX libraries, so it would be safe to remove...
For others who run into this, rather than waiting on a dev who hasn't updated this repo in 3 years to update to AndroidX, instead switch to Xamarin's own supported...
Thanks @NathanWalker, the node upgrade resolved the npm install issues, however the ns build still fails (although with a different error than before: ``` MacBook-Pro:UI justintoth$ node -v v16.14.2 MacBook-Pro:UI...
There will always be separate modules for iOS and Android, as one requires Java code and the other requires Objective-C code. What you're asking for really is that they have...
I've updated the module to work with 2.1.4.GA. Here it is: https://bitbucket.org/justintoth/titanium_modules/src/716fd92a5150/tibar?at=master
I tried @pandabuilt's suggestion and it didn't work, the app still crashes when tapping the Done button on the date picker modal even when the catch block is removed. Here...
@Atomico001 As @enich-dev suggested, switch to NativeScript's datetimepicker. It works much better.
Any update on this?