Syahrul A.F

Results 3 comments of Syahrul A.F

> try flutter_blue_plus package it's link https://pub.dev/packages/flutter_blue_plus I've used it but it's still with the same issue => https://github.com/boskokg/flutter_blue_plus/issues/44#issue-1201143144

> @syahrulafrizal hi, did you find a solution using FlutterBlue? I try using flutter_blue_plus, but the issue is still the same and i use bluetooth turn off function to disconnect...

> Ah, the solution is to mark the whole class with the annotation > > ``` > @pragma('vm:entry-point') // Add the annotation here > class _MyHomePageState extends State { >...