LÊ VĨNH NHÂN ĐỨC

Results 10 comments of LÊ VĨNH NHÂN ĐỨC

**You can wrap your SnappingSheet like this:** showModalBottomSheet( context: context, barrierColor: Colors.black26, backgroundColor: Colors.transparent, isScrollControlled: true, builder: (BuildContext context) { return SnappingSheet( ), } );

Hi there, The packages [package:sse_client](https://pub.dev/packages/sse_client) and [package:sse](https://pub.dev/packages/sse) only supports GET requests. As a workaround, I tried using HttpRequest (an XMLHttpRequest for Dart), and it works. Here's an example of how...

@DixitMalia Following this doc: https://cloud.google.com/speech-to-text/v2/docs/transcribe-client-libraries You must add Cloud Speech Administrator role to get list recognizers. ![image](https://github.com/googleapis/google-cloud-node/assets/55265108/55c03959-43b2-471b-affc-a857e0498c92)

@ibrahimEltayfe Your solution for the position works great. Did you find the solution for the scale issue? > @abigotado > > Nice, your solution worked fine like this: > >...

Hi @simonbengtsson, I'm encountering the same issue. Could you please share any steps you took to resolve it, or what you've found out so far?

I don't know how to create a Table of Contents in Fleather, but I know that you can use the ParchmentHtmlCodec to export the whole content to HTML. `ParchmentHtmlCodec().encoder.convert(controller.document);`

I just figured out that we can use the zonedSchedule method with matchDateTimeComponents: DateTimeComponents.time to create daily, weekly, or even monthly notifications. They already mention it in the [documentation](https://pub.dev/packages/flutter_local_notifications#scheduling-a-notification) and...

I'm facing the same issue when using the getFileFromCache method.

Hey @shinesoftware, I'm facing a similar issue. What did you do to solve it?