Peter Slotø
Peter Slotø
Same issue, need this solved plz
please update flutter_string_encryption.podspec with: s.swift_version = '5.0' You can add the above line to your "local" flutter_string_encryption.podspec file as a workaround. However that dose not solve the same issue in...
Would be nice to avoid the system stepping in when scanning tags. Found this on SO: if (pendingIntent == null) { pendingIntent = PendingIntent.getActivity(this, 0, new Intent(), 0); } adapter.enableForegroundDispatch(this,...
Workaround: Encode the card mem directly w/o using ntag, this prevents dialog to pop.
> > Workaround: Encode the card mem directly w/o using ntag, this prevents dialog to pop. > > Hi Mythar, i am intersted in your workaround , but i do...
I wrote this for direct memory read of the NFCTagType.mifare_ultralight: ``` // Import import 'dart:io'; import 'dart:async'; import 'package:flutter/services.dart'; import 'package:flutter_nfc_kit/flutter_nfc_kit.dart'; // hexStringToAscii String hexStringToAscii(String hexString) { List split =...
I dont know too mush about GitHub, so i dont know what a "PR" is hehe ;) Object Alignment needs some math to adjust the offset. You need to adjust...
> Can you include a link to the Tiled docs for Drawing Offset? I've never used that option Tiled docs: https://doc.mapeditor.org/en/stable/manual/editing-tilesets/#tileset-properties
> If you'd like to try you could follow this simple guide: https://opensource.com/article/19/7/create-pull-request-github > > And don't worry if you make mistakes, we'll help you along the way. :) Also,...
> Based on the docs, it looks like this change should apply to all the tile layers, not just staggered. > > Also, I'm not sure I understand why the...