NickoftheSouth
NickoftheSouth
## 🐛 Bug Report I've been trying to switch over to Geolocator due to its support for location on Windows, but the windows version will not build once the plugin...
We've developed a website which includes Evernote intergration for creating notes. Everything works fine, with the production server, for our test acounts. When our client attempts to connect their account...
We're expanding our app to include Desktop versions. Unforutently the DateTimeField is failing with an issue that seems to be Windows-specific. When picking a time it's displaying the selected time...
PDF generation generally works but there is an issue which is causing a crash on some iOS devices. Seems to be most common on iPads. Looks like the root cause...
I've tried code like this: ```dart DirectusUser user = DirectusUser( email: email, password: password, firstName: firstName, lastName: lastName) final DirectusResponse response = await _sdk!.users.createOne(user); ``` This works but you do...