Mohamed Elshiekh
Mohamed Elshiekh
> @m7mdra Did you fix this & made it work? sadly no, but i ended up caching data to local app storage, which is not entirely secure but it met...
try to rebuild application ,the sample module uses `AndroidAnnotations` library
this might be too late, you can disable all touche events by intercepting them `stepBarView.setOnTouchListener { _, _ -> true }`
if its possible yes. Thanks for following up.
> Slightly unrelated, but here's an extension I use to show pop-up as a result of a gesture on a view (For example: long press on a `UICollectionViewCell`): > >...
incase anyone... you can add it with following ```yaml go_router: git: url: [email protected]:MrOnyszko/packages.git ref: pop_with_result path: packages/go_router ```
According to documentation its ok use gorouter in combination with navigator apis, it will only affect browsers... other platforms are ok i guess. > You can feel free to use...
Hey @flutter-clutter, thanks for following up its working now, However i tried it with different image with more details, curves, color. it produced the following error. ```javascript /Users/user1/svg-to-flutter-path-converter/src/convert.js:223 return (value.match(/\d+/g)).map(function...