Holofox

Results 10 issues of Holofox

Hey! Reproduced on real devices and simulators based on Android 11. ```dart Future openFileFromPath(String path) { try { return OpenFile.open(path) } catch (e) { print(e.toString()); } } ``` ```dart openFileFromPath('content://media/external/downloads/79')...

**Actual result:** If you remove the language from the project and add it again, the old translation strings will be loaded. The language that has been removed is also loaded...

### Description I get the following error when adding a package to Xcode: > The package dependency graph can not be resolved; unable find any available tag for the following...

Good afternoon! I get the following warning when importing a file containing exports of other dependencies: ``` Missing dependencies in superapp/injection.dart [SessionService] depends on unregistered type [SessionServiceClient] from package:superapp/core/network/infrastructure/superapp/chat/v2/session.index.dart ```...

### Platform Linux ### Plugin device_info_plus ### Version 8.1.0 ### Flutter SDK 3.7.3 ### Steps to reproduce When running tests in Gitlab CI, I encounter a type mismatch error for...

bug
device_info_plus
linux
triage
Stale

https://github.com/okadan/flutter-nfc-manager/commit/7a5daa6a35991620d16c3171dbb7690ba92616c8#r88396339

Reproduction steps: 1. Create a project, add any language, do nothing else. 2. Get localization via API ```flutter pub run arbify:download```. ```dart Output directory doesn't exist. Creating... done. Unhandled exception:...

Hello! An exception was thrown, the cause of which is not yet known: ```dart Output directory doesn't exist. Creating... done. ru Downloading... done. Generating l10n.dart file... done Generating messages dart...

bug

Hello! **Precondition:** The app has access to push notifications. If you connect to a meeting and minimize the application, a push notification with the connected meeting will appear in the...

В SDK присутствует реализация для загрузки файлов через метод `VKHttpPostCall.Builder()`, однако нет реализации для простого GET запроса для **upload_url** (например, при загрузке видеозаписи из сторонних источников). Если попытаться использовать `VKHttpPostCall.Builder()`,...