Igor Stepushchik

Results 10 comments of Igor Stepushchik

Fixed with adding `dart` to `PATH`. For example: https://dart.dev/get-dart#install Then check with Terminal: `dart --version` Output: `Dart SDK version: 3.3.1 (stable) (Wed Mar 6 13:09:19 2024 +0000) on "macos_x64"`

The same error on Firebase Crashlytics: ``` IsarError: Could not initialize IsarCore library for processor architecture "android_arm". If you create a Flutter app, make sure to add isar_flutter_libs to your...

Relates to - https://github.com/isar/isar/issues/392 - https://github.com/isar/isar/issues/831 - https://github.com/isar/isar/issues/1096

Maybe relates to https://github.com/singerdmx/flutter-quill/issues/2111

@demoYang @singerdmx v10.4.0: Android: I still can't copy updated selected text: ![Screenshot 2024-08-20 at 10 09 45](https://github.com/user-attachments/assets/b93a6865-2278-4d5d-ba6f-3bd121f06e5c) ![Screenshot 2024-08-20 at 10 10 02](https://github.com/user-attachments/assets/8dde1a80-40be-47dc-a081-dc0556570947)

@demoYang @singerdmx Also during selection: ``` Null check operator used on a null value W/System.err(24091): at flutter_quill.src.editor.widgets.delegate.dart.EditorTextSelectionGestureDetectorBuilder.onDragSelectionUpdate(delegate.dart:766) W/System.err(24091): at flutter_quill.src.editor.widgets.text.text_selection.dart._EditorTextSelectionGestureDetectorState._handleDragUpdate(text_selection.dart:998) W/System.err(24091): at flutter.src.gestures.tap_and_drag.dart.BaseTapAndDragGestureRecognizer._checkDragUpdate.(tap_and_drag.dart:1244) ```

The same: ``` main (native):tid=1 systid=20068 #00 pc 0x99ccc libc.so (syscall + 28) (BuildId: a87e89fc2c0a5753053f536add4d7ae1) #01 pc 0x232670 libart.so (art::ConditionVariable::WaitHoldingLocks + 140) (BuildId: 2452917c4ff69cbb6e75e5512260946b) #02 pc 0x45a5e4 libart.so (artJniMethodEnd +...

Relates to https://developer.android.com/jetpack/androidx/releases/work#2.10.0-alpha03 > - Fix foreground workers of type ‘short service’ and ‘data sync’ timing out and causing an ANR when WorkManager didn’t call stopSelf(). This fix only applies...

> > Relates to https://developer.android.com/jetpack/androidx/releases/work#2.10.0-alpha03 > > > * Fix foreground workers of type ‘short service’ and ‘data sync’ timing out and causing an ANR when WorkManager didn’t call stopSelf()....

The same crashes on Android 10. Devices: Redmi, Motorola, POCO, etc. Chipsets: Mediatek MT6762, Mediatek MT6765, Spreadtrum SC9863A, etc. Flutter: 3.29.2 Maybe relates to [AndroidView](https://api.flutter.dev/flutter/widgets/AndroidView-class.html) ``` AndroidView( viewType: viewTypeId, layoutDirection:...