kamami

Results 17 issues of kamami

## 🔙 Regression ### Old (and correct) behavior Permission.locationAlways.request() was working. ### Current behavior Permission.locationAlways.request() throws an error: ``` Unhandled Exception: PlatformException(ERROR_ALREADY_REQUESTING_PERMISSIONS, A request for permissions is already running, please...

platform: ios
type: bug
P2

The loaction chips are throwing errors: > Invalid argument(s)

When I am trying to take a photo with the camera of the device, the app crashes when closing the camera without taking a picture: > image_provider.dart: Failed assertion: line...

In the past I used a Navigator widget to accomplish nested navigation inside of my BottomSheet widget: ``` @override Widget build(BuildContext context) { return Navigator( initialRoute: home, onGenerateRoute: onGenerateRoute, );...

in triage

Using the new Sheet Package, I noticed that the hero animation is not working, when dismissing the rout by dragging it down. It is also not working in the provided...

I found a curious bug. It seems that when using a Scaffold in the CupertinoSheetRoute and dragging it to the top double the height of the Scaffold. I observes it,...

The [cupertino_page.dart](https://github.com/jamesblasco/modal_bottom_sheet/blob/main/sheet/example/lib/examples/route/navigation/cupertino_page.dart) example seems to be broken. The FloatingActionButton on the bottom right is disappearing when scrolling to the top.

I am using a BlocBuilder to build the content of my Sheet dynamically. Unfortunately the animation to scroll up is interrupted when the content changes. The animation starts by clicking...

Will this new "Sheet Package" be the successor of "Modal Bottom Sheet" and what is it all about? We are planning to start a new application and we would like...

How can I achieve an animating globe like on the worldcoin page? https://worldcoin.org I am in particular interested in the extruding dots. I already managed to get the dotted continents,...