philitell

Results 11 issues of philitell

Is there a way to handle the nfc-tag content when the app is started by an nfc-scan? Related pull-request/issues: https://github.com/okadan/flutter-nfc-manager/pull/56 https://github.com/okadan/flutter-nfc-manager/issues/66

When my flutter-app is in foreground it is always possible to scan a nfc-tag. This mean the nfc-session is started when the app launches and it is always active. When...

Does this package work with Django 5?

It would be great to have the possibility to pass a custom dict (kwarg) to picker-method. Then we could implement an imageSource-selection-logic in onPressed-method of an addMoreButton and pass the...

enhancement

### [REQUIRED] Step 2: Describe your configuration - Extension name: `storage-resize-images` - Extension version: 0.2.9 - Configuration values (redact info where appropriate): - any configuration ### [REQUIRED] Step 3: Describe...

type: bug
triaged

How can i deactivate breakout rooms? There is no FeatureFlag to deactive them. Using the configOverrides does not work for me. This is my attempt: ``` JitsiMeetConferenceOptions( serverURL: Constants.jitsiMeetServerUrl, room:...

I noticed some options that are usable in JistsiMeetConferenceOptions.configOverrides have not effect at all. For example: - "participantsPane" - "breakoutRooms" (also pointed out here #130 ) The mentioned elements are...

Please support flutter web. Other packages seem to manage this by using the External API. E.g. https://pub.dev/packages/omni_jitsi_meet Here the web implementation (jitsi_meet_web.dart) uses the Jitsi Meet External API. The Dart...

At the moment the content of each encrypted field is shown as plain text in Django admin (non-encrypted). Is this a bug or a feature? How to hide the field...

How can i create an NdefMessage with the lastest package? This is my old implementation for creating an ndef message in package version 3.x: ``` final NdefMessage message = NdefMessage(records:...