brandon3343

Results 3 issues of brandon3343

update version v4 to version v5.

### Package dynamic_color ### Existing issue? - [X] I checked the [existing issues](https://github.com/material-foundation/flutter-packages/issues) ### What happened? ## Expected vs actual result: primaryContainer is the same as secondaryContainer on Windows platform...

bug
p: dynamic_color

```dart Future getIcon(String packageName) async { final JArray jArray = await getIconFromAndroid(packageName); // There is a thread safety issue with the following line of code, return jArray.getRange(0, jArray.length).buffer.asUint8List(); } ```...

package:jnigen
package:jni