Binh Nguyen

Results 4 issues of Binh Nguyen

I followed the New project setup guide and got stuck at the rename packages step with many issues related to dagger. I suggest another way to rename package by add...

**Steps to reproduce:** 1. Having a script to update profile such as: ``` mutation UpdateProfile ($birthday: String, $deviceToken: String) { updateProfile( birthday: $birthday, deviceToken: $deviceToken ) } ``` 2. Passing...

enhancement

Steps to reproduce: - Generate a file with path containing white space such as .../26-Jun-2020 12:24:45.png - Get image properties `ImageProperties properties = await FlutterNativeImage.getImageProperties(filePath);` Expected result: - Be able...

help wanted
good first issue
iOS

**Describe the bug** Cannot override the default transition on iOS **Reproduction code** ```dart class Routes { static const dashboard = '/dashboard'; static const movie = '/movie'; static final routes =...