ember11498

Results 20 issues of ember11498

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### The question I would like a button that when user taps it creates...

help wanted

I have a collection of events and one of the fields is the event coordinates. I can use Typesense in order to search nearby events, meaning I provide a set...

feature:filtering

I have asked this before but I got a vague response. After reading the example I still could not crop the image correctly as a circle. Can anyone point what...

stack overflow

I know this is a very common error when installing pg_cron but I cannot make it work even after reading. i get this error when i run "CREATE EXTENSION pg_cron;"...

Inside a Resource class I have this snippet code: @override List get routes => [ Route.get('/login', _login), Route.get('/refresh-token', _refreshToken, middlewares: [AuthGuard(isRefreshToken: true)]), Route.get('/check-stauts/:refresh', _checkStatus), ]; Lets say every function (login,...

new
question

Let's say in my Postgres I have a trigger in my friendships table (lookup table representing the relationship of 2 users, each row = 1 friendship) that sends notifications to...

lets say I have this coordinates lat: 39, lon: -9. How can I draw something like this? ![image](https://github.com/mapbox/mapbox-maps-flutter/assets/135765222/6084152e-0543-43d9-89a8-7aeab5df581f) or this: ![image](https://github.com/mapbox/mapbox-maps-flutter/assets/135765222/436e1fa8-6ca1-4670-8b7d-d0f8f4c74d73)

i want to use ScreenBox to queryfeatures i was using onTapListener to know where the user taps on the screen, unfortunately it seems there is a bug and ScreeCoordinates are...

So as the title says I want to create a draggable pointannotation. I can easily create a pointannotation but then I am not sure how to procced. I can make...

I want to make a bottom sheet where users can only dismiss or expand the bottom sheet when they scroll in the header part of the bottom sheet. And this...

documentation