Bogdan Lukin
Bogdan Lukin
Named mixins
Add syntax for named mixins to be able to reuse some logic dependent on class life-cycle. This feature might be a good fit for an ongoing discussion here https://github.com/flutter/flutter/issues/51752 some...
#### Problem: It seems impossible to properly support multi-platform parsing of command in `run` section without invention of its own scripting language For example this issue #15 is caused and...
melos generates idea run configurations only for global installation https://github.com/invertase/melos/blob/84ccf5aaffdc286a270065d84ae5084d9d95d805/packages/melos/lib/src/common/intellij_project.dart#L192-L200 It's much safer to control dependencies in root `pubspec.yaml` ```yaml dev_dependencies: melos: ^0.4.11 ``` but `bootstrap` generates melos specific `runConfigurations`...
Fix for keyboard blinking issue. Added short debounce in `didChangeMetrics` calls when life cycle state is changed to`.resumed`. before  after  might help to workaround this issue with default...
## TLDR Amount of classes somehow trigger bugs in runtime jit optimizations, particularly [disabling of Inliner](https://github.com/2ZeroSix/sdk/commit/ce876c2ee664fd55252c6c7625b38772fb4f8b81) fixed the problem for both our internal codebase and generated example. might be related...
## TLDR As soon as number of (mixin applications + files with `part` directive + `@patch` annotations) exceed \~8000 and number of dart files exceed 16384 gen_snapshot with compressed pointers...
Allow to build entire reducers tree as const object. - add `CombinedReducer` class to easily combine reducers in const context - mark `TypedReducer` constructor as const - add `UntypedReducer` as...
fixes: #3143 - reverts to old behavior: symlinks to directories are handled as copy-paste #3143 - fix of pubignore/gitignore: - allow non-resolving symlinks if they are ignored - don't warn...