Benjo

Results 8 issues of Benjo

**Describe the bug** When scrolling a lager PDF with the mouse (especially with smaller wheel spin) the scrolling behavoiur with it's bouncing is quite annoying. As you can see here...

bug

Hi, since the last commit was over a year ago and there are some open issues, is this package still alive and kept up-to-date? Br, Benjamin

``` : Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null. ../…/lib/boardview.dart:307 - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../flutter/packages/flutter/lib/src/widgets/binding.dart'). package:flutter/…/widgets/binding.dart:1 WidgetsBinding.instance!.addPostFrameCallback((Duration duration) { ^ : Warning: Operand of...

Hi, when moving an item from somewhere in the lists to the top left it occurs that the null-check of `draggedListIndex` fails. ![image](https://user-images.githubusercontent.com/24900930/151691615-9718ae32-b336-42e3-9dcd-8522bddf4e5f.png) It seems that `.whenComplete((){` is somehow in...

**Steps to Reproduce** Here is a repository to reproduce the issue: https://github.com/BenPoell/hive_reproduce Following setting: - using named routes for navigation - storing the **encrypted hive box** in a Flavor -...

problem

Fixing `flutter build web` outputs ``` Target dart2js failed: Exception: ../../AppData/Local/Pub/Cache/hosted/pub.dev/flutter_speed_dial-6.2.0/lib/src/speed_dial.dart:360:41: Warning: Operand of null-aware operation '!' has type 'OverlayState' which excludes null. - 'OverlayState' is from 'package:flutter/src/widgets/overlay.dart' ('/C:/src/flutter/packages/flutter/lib/src/widgets/overlay.dart'). if...

- fixed problems coming with Flutter 3.10 - found some null checker exceptions during testing + fixed them - unfortunately made a bracket wrong, cause an endless loop but found...