Furkan KURT
Furkan KURT
> To produce the parallax effect, line 260 in `panel.dart` wraps the body in a `Positioned` widget. > > ```dart > //make the back widget take up the entire back...
Hey!! I fixed it finally! When you post a notification, the body should be like; ``` { // "notification":{"title": "title","body": "body" }, DON'T USE THIS LINE EVER! "to": "token", "priority":...
I fixed it, you should try this: https://github.com/rafaelsetragni/awesome_notifications/issues/175#issuecomment-901440949
I fixed it, you should try this: #175 (comment) @wiktoriasobczyk @adrianvintu
I created new repo. Owner of this project don't accept pull requests. You can use mine. https://pub.dartlang.org/packages/pinch_zoom_image_last If there is an issue, you can open an issue of my github...
I created new repo. Owner of this project don't accept pull requests. You can use mine. https://pub.dartlang.org/packages/pinch_zoom_image_last If there is an issue, you can open an issue of my github...
I created new repo. Owner of this project don't accept pull requests. You can use mine. https://pub.dartlang.org/packages/pinch_zoom_image_last If there is an issue, you can open an issue of my github...
I created new repo. Owner of this project don't accept pull requests. You can use mine. https://pub.dartlang.org/packages/pinch_zoom_image_last If there is an issue, you can open an issue of my github...
Hello, you can make it like this example, ```dart @override void initState() { controller = PodPlayerController( playVideoFrom: widget.url, ..initialise(); controller.addListener(() { if (controller.currentVideoPosition == controller.totalVideoLength) { if (controller.isFullScreen) { controller.disableFullScreen(context);...