Qian Peng

Results 10 issues of Qian Peng

Hi Andre, Thanks for your awesome plug-in, I am concerned about two tiny problems: 1. I am trying to make the main button to dismiss flushbar. I found a way...

**Describe the bug** Generic type generation will force us to import all related files **To Reproduce** ```dart import 'package:freezed_annotation/freezed_annotation.dart'; part 'frt.freezed.dart'; mixin S {} abstract class A {} class B...

enhancement

### Request Make ObjectBox object is suitable to unit tests Override Equality of Condition and implementations of Condition Thus following code can work ```dart verify(() => mockBox.query(Entity_.id.equals(id))).called(1); ``` and use...

enhancement

Hi @leisim , Thx for the great updates. Really love the embed property feature and the new inspector! For the new API of Isar, is this possible to make the...

enhancement
needs more info

#### Problem when generating the restricted generic type as follow, the dynamic will filled in and result in exceptions #### Annotation ```dart @injectable class Repository { ... } ``` ####...

1. Improve the track enable/disable event functionality in the flutter_webrtc library by incorporating additional event callbacks, allowing for better handling and increased versatility within the framework. 2. Please note that...

1. Improve track enable/disable event functionality by incorporating additional event callbacks for better handling and versatility. 2. These callbacks can be used in [flutter_webrtc](https://github.com/flutter-webrtc/flutter-webrtc)

#### Problem Unable to verify generic function. The function has always been called 0. ``` verify(mockInstance.fn()); ```

type-question

### Version ^9.0.6 ### Platforms Android, iOS ### Device Model emulator, iPhone 15 Pro Plus ### flutter info ```sh [✓] Flutter (Channel stable, 3.24.4, on macOS 15.1.1 24B91 darwin-arm64, locale...

**Is your feature request related to a problem? Please describe.** In version 3.+, the when method has been removed, which affects readability and convenience, especially when used in Flutter widgets....

enhancement