Sinyu

Results 6 comments of Sinyu

Hi, Here is the transcribe streaming code I wrote for Android, you can try it. 🚀 https://github.com/sinyu1012/aws-transcribe-streaming-example-android

I solved the problem by customizing the DashdedBorder and passing in FlBorderData ``` import 'package:flutter/material.dart'; class DashedBorder extends Border { final double dashWidth; final double dashSpace; const DashedBorder({ super.top, super.right,...

I solved the problem by customizing the DashdedBorder and passing in FlBorderData ``` import 'package:flutter/material.dart'; class DashedBorder extends Border { final double dashWidth; final double dashSpace; const DashedBorder({ super.top, super.right,...