Razvan Lung
Razvan Lung
Is it possible to have only camera?
I'm using your library and I want to thank you for you work. I was wondering how can I programmatically dismiss or swipe a card. Say the user selected and...
Right now this field is marked as `visibleForTesting`. But it would be awesome to monitor the state of the stream and even expose a `Stream`.
Hot restarting the app will make the db connection unusable since we open it in lock mode. ``` -[FMResultSet nextWithError:]:168 Database busy (/var/mobile/Containers/Data/Application/F2C1D3CD-7968-46DE-B5EE-73B92CA02147/Documents/firestore.%5BDEFAULT%5D.flutter-sdk.%28default%29.db) Database busy [VERBOSE-2:shell.cc(181)] Dart Error: Unhandled exception:...
AsyncQueue is currently a singleton witch in not a very good Idea if we have multiple FirebaseFirestore instances.
I'm using this in Flutter where I have just the rootViewController. It all works well I can login, the server redirects to the custom scheme of the app. In my...
Hi! I encountered a very strange issue. ``` E/UncaughtException: java.lang.IndexOutOfBoundsException: getChars (-1 ... 46) starts before 0 at android.text.SpannableStringBuilder.checkRange(SpannableStringBuilder.java:1270) at android.text.SpannableStringBuilder.getChars(SpannableStringBuilder.java:1147) at android.text.TextUtils.getChars(TextUtils.java:89) at android.text.TextUtils.substring(TextUtils.java:280) at android.view.inputmethod.BaseInputConnection.getSelectedText(BaseInputConnection.java:531) at com.android.internal.view.IInputConnectionWrapper.executeMessage(IInputConnectionWrapper.java:308) at...
Are they any docs on building an iOS extension using Flutter?
### Problem description Running protoc_plugin.js result in an error I can't debug or solve. ### Reproduction steps ```cmd protoc --js_out=import_style=commonjs,binary:backend\cloud-run\src\proto ^ --ts_out=generate_package_definition:backend\cloud-run\src\proto ^ --grpc_out=grpc_js:backend\cloud-run\src\proto ^ --plugin=protoc-gen-grpc=C:\Users\app_lab\AppData\Roaming\npm\grpc_tools_node_protoc_plugin.cmd ^ --proto_path=backend\cloud-run\assets\proto ^ backend\cloud-run\assets\proto\app_lab\app\v1\announcements_likes_service.proto...