Rebar Ahmad
Rebar Ahmad
I use this package for my flutter_iconpicker package and my users needs nullsafety. So I did: `dart migrate --apply-changes` to be able to support nullsafety. There're no relevant changes, just...
Would it be possible to set the Apps background to be dimmed or blurred? It would make sense to focus on the Overlay if you have a significant looking background...
**Is your feature request related to a problem? Please describe.** If you have a flavored app, till now App crashes on iOS, because flavors are not synced with Flutter Runner....
At first: thank you soo much for this awesome package 📦❤️. Now it is possible to set allowedExtension, but I had a use case, where i wanted to create a...
**Is your feature request related to a problem? Please describe.** Package doesn't work for flutter web. It's not compatible for flutter web projects. **Describe the solution you'd like** Provide support...
**Steps to Reproduce** 1. Create a PaginatedDataTable Widget. Insert anywhere (header, columns, rows) an AutoSizeText Widget 2. Try to render/run your App **Code sample** ```dart SingleChildScrollView( child: PaginatedDataTable( header: AutoSizeText(...
Newer frames for Iphone 11 / 11 Pro / 11 Pro Max are not available: ```bash Screen not available for device 'iPhone 11 Pro Max' in screenshots.yaml. ``` Would be...
I encountered,. that this package only works for ios and android. I got pure 100% dart solution for flutter web: ```dart void getVideoThumbnail(String path, callback) { html.VideoElement video = html.document.createElement('video');...
**Feature request** Enabling / Disabling dragging / sliding / scrolling **Clean Solution** A boolean value for IntroViewsFlutter like **isDraggingEnabled** or **isScrollingEnabled** would be great **Alternative** I solved it with: ```dart...
I wanted to use reverse duration and curve for our project, but wasn't available, so I made them available :)