Rhisiart ap Gwilym
Rhisiart ap Gwilym
> ugly workaround: > > ``` > updateMarkers(Set markers) { > setState(() { > _markers = markers.map( > (item) => item.infoWindow.title != '1' > ? item > : () {...
I reverted back to Xcode 15.2 (17.2) from 15.3 (17.4) using https://www.xcodes.app/ and it now works as expected again.
@javieritis >Thanks for your fork! One question, it's possible update it with the last changes or we can use the last version "4.3.0" of the base bluetooth_print? As those PR's...
> Each day that I use this SDK, I'm finding more bugs 😔 . Thanks! LOL! I feel your pain! I battled with this repo during the winter of 2021...
Hi @patelnirav48 - I no longer work in this area so I'm unable to help, sorry. By the way, you should be using the real repo now, not the forked...
> @xni06 Thank yoi for your reply, however if you atleast give some hints that solve my problem will really be great. > > this was working fine earlier but...
> @xni06 I did pub upgrade and my customised code in PrintContent.java, i did in past erased. Not sure what changes i had made that were works perfectly. I made...
> ```dart > static Future updateProfile( > Account account, > Databases databases, > Profile profile, > ) async { > try { > final user = await account.get(); > final...
> @xni06 not working with firebase , I am working with Appwrite Databases It's the same principle - fake it
> Wouldn't this be fixed by upgrading to `flutter_compass ^0.7.0`? Seems like they already dealt with the deprecated Android API problem: [hemanthrajv/flutter_compass#62](https://github.com/hemanthrajv/flutter_compass/issues/62) I've created a PR for this - https://github.com/Xennis/flutter_map_location/pull/84...