Vladimir E. Koltunov

Results 30 comments of Vladimir E. Koltunov

> @PROGrand is this PR still something you are planning on moving forward with? @stuartmorgan Federated #5223 is approved by @hellohuanlin (ios) and @camsim99 (android). Waiting for requested @ditman (web)...

Common problem is race condition, especially on flutter hotReload. Check that start is not called twice at the same time. For example, if your code is based on 'chatPageViewModel.dart' just...

@mcastro-rpp Changing from: ```dart ProviderScope( parent: ProviderScope.containerOf(context), ``` to: ```dart UncontrolledProviderScope( container: ProviderScope.containerOf(context), ``` solves problem. Also I have to use `UncontrolledProviderScope` whereas possible on all overlay launchers like `showDialog`,...

error hook can be easily implemented using `||&&exit`: ```yaml run: melos exec --dir-exists="lib" --fail-fast -- dart pub global run full_coverage || echo "[IMPORTANT] Are you sure you have full_coverage installed?...

> ```dart > final result = await context.currentSession.getResolvedLibrary(uri.path); > if (result is ResolvedLibraryResult) { > return result.element; > } > > throw NotALibraryException(uri); > ``` Actually only works for first...

https://github.com/sefidgaran/signalr_client/issues/34#issuecomment-1566016443

ok. Now it is formatted using 'dart format'. (flutter ) ```shell $ dart --version Dart SDK version: 2.19.6 (stable) (Tue Mar 28 13:41:04 2023 +0000) on "windows_x64" $ dart format...

Hello, thank you for attention. I unforced dependencies right now, so there are almost no `dependency_overrides` requirements with stable flutter. So it is most likely looks as your main branch...

None of previous suggestion does works. Seems, that some keychain access keys or ciphers or appleid-related stuff is changed in latest ios update. So keychain data, written previously by this...

https://github.com/mikeperri/flutter_sequencer/pull/49 - works on Android