James McIntosh

Results 17 issues of James McIntosh

When you save a document containing a field set with `firestore.FieldValue.serverTimestamp()` in *offline mode* the document by default has the field set to null and does not appear in search...

If you create multiple clients when `FlutterBleLibPlugin.createClient()` overwrites the existing `BleAdapter`. This means you can never destroy the previous clients, I'm pretty sure that this could cause a memory leaks...

When you have multiple parameters in the object it becomes hared to distinguish between them. I would recommend controlling this at a global and class level as done with the...

question

Can an option be added to sort all imports alphabetically instead of grouping them? This is the behaviour I get when organising imports in Android Studio. ``` import 'package:alpha/a.dart'; import...

The construction of auto incrementing primary keys is confusing and does not expose allow for auto incrementing keys without reuse. https://www.sqlite.org/autoinc.html Currently if you specify a PrimaryKey with the auto...

enhancement

When creating the model it would be great to have nullable columns handled with the Optional so nullability becomes explicit and null checks can be removed from the code. ```...

Hi @avioli, It's seems for whatever reason that you either don't have time or no longer desire to keep maintaining this library. Can you please give some people from the...

The way that is suggested to handle listening for links is a little bit painful when you have many "page" level widgets in your app and expect that a link...

The change listener is not being called when links / intents are executed when Activity `launchMode` was `singleTop`. Putting a break point in the Android code shows that the change...

Can you please publish a release which includes the fix for #72? Many thanks