Tobias Maihoff
Tobias Maihoff
Improvement request: It would be great to being able to put the swiper control arrows somewhere else on the screen. In my case, I don't want them to be centered,...
### Platform iOS Simulator (iOS 15.4) and physical iPhone 6 (iOS 12.5.5) ### Plugin package_info_plus: ### Version 1.3.0 ### Flutter SDK flutter stable 3.0.1 ### Steps to reproduce Given the...
This PR solves issue #372. I just removed the unnecessary type cast and inlined the null-check. Tested locally on android real device.
I miss the feature that items not only animate when being reordered but also when entering and leaving the list. Is this possible?
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ```bash npx --no-install next info Operating System: Platform:...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Your question [Here on npmjs](https://www.npmjs.com/package/fuse.js/v/7.0.0 ) it says version 7.0.0 was released 7...
Hey there, first of all: good job! I have a recommendation for improvement. At the moment new values are selected by scrolling the numbers in the widget. It would be...
Hey there, thanks for your package. Unfortunately, I can't get it running due to a version missmatch of the sensors package: ``` PS C:\dev\simulator_test> flutter pub get Because simulator_test depends...
Here is the [minimal reproducible example](https://github.com/tmaihoff/flash_issue). So when you first set the `systemNavigationBarColor` like so: ```dart SystemChrome.setSystemUIOverlayStyle( const SystemUiOverlayStyle( statusBarColor: Colors.transparent, systemNavigationBarColor: Colors.green, systemNavigationBarContrastEnforced: false, ), ); SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: [...
Related issue: https://github.com/sososdk/flash/issues/74