-
```
_loginWithFB() async {
final result = await facebookLogin.logInWithReadPermissions(['email']);
String loginCategory = "facebook";
print(result.status.toString());
switch (resu…
-
## Steps to Reproduce
1. when i remove date picker from installed package then error found and then again i remove form builder also arises new problem finally i re install all packages an…
-
Box2D has the following functions ([seen here](https://docs.godotengine.org/en/3.2/classes/class_physics2ddirectspacestate.html)):
- `b2World.QueryAABB` (returns all fixtures who's AABB intersects a …
-
## Steps to Reproduce
This happens every time I run my app on a connected physical device. The android emulator does not have this issue.
This began happening after migrating the app to use Androi…
-
I played with a lot of entries that have an overline on numbers, they are quite differently imported into Zotero, but I guess that is a problem of how the journals give away the metadata. Still, I fou…
-
## Steps to Reproduce
Minimal example:
This example simply replaces the example in [flutter navigation basics](https://flutter.dev/docs/cookbook/navigation/navigation-basics) with Cupertino …
-
## Steps to Reproduce
I have created two screens and when I navigate to the second one and use the ios swipe gesture from the edge to navigate back, the app freezes. The system appears to be detect…
-
It looks like there is a problem with `HapticFeedback.vibrate()` for Android.
In AndroidManifest.xml file I've added: ``
I am using AndroidStudio so did not install all extensions for VS Code an…
-
## Update
PS: of course the problem is that some of the elements in the pixies List are null, stripping them out before rendering the Stack avoids the problem but shouldn't the Stack be smart enough …
-
Hi. i was working on my project for a while on windows 10. but recently i decided to continue my project on Linux-gnu ubuntu 20.04 i exported my project from windows 10 to ubuntu and when i run the p…