Pho Tran

Results 5 comments of Pho Tran

@minhvn Cám ơn anh về Flutter momo Mong anh có thể bổ sung thêm về license được k ạ? Để tránh những phiền hà trong tương lai. https://github.com/minhvn/momo.vn/blob/v1.0.1/LICENSE Cám ơn...

@simonklejnstrup I think you can set `outer_color` is `transparent` and set `android:background` of `SlideToActView` by `gradient` ![Screen Shot 2022-07-21 at 09 09 12](https://user-images.githubusercontent.com/3994863/180114469-68751e75-cc29-4853-a7e4-6e057944f4ce.png) with `gradient` (main_header_selector.xml) ```xml ``` with layout...

I think when the user clicked the cancel button on the screen, the result of method `FlutterBarcodeScanner.scanBarcode`, `barcodeScanResult` will be `-1` ```dart final String barcodeScanResult = await FlutterBarcodeScanner.scanBarcode( '#ffffff', 'cancel',...

@NeilFraser Please support this issue. 🙇🏻

If you can not build `arr` file, you can download it ``` https://github.com/devapro/mmvn/blob/0675a4f7f0f15838a56451a26b130d252d228fdd/com/outbrain/discrete-scrollview/1.5.1/discrete-scrollview-1.5.1.aar ``` and use it - add file into `libs` folder `app/libs/discrete-scrollview-1.5.1.aar` - file `app/build.gradle`, add ``` implementation(name:'discrete-scrollview-1.5.1',...