Abdelrahman Mohammad

Results 7 comments of Abdelrahman Mohammad

can we add custom font

i faced the issue any suggestion to make this work

` const String _texText = r''' $$ a^2 = b^2 + c^2 - 2 \, b \, c \cos \alpha $$'''; ` just add folder assets in yaml and put...

try flutter_blue_plus package it's link https://pub.dev/packages/flutter_blue_plus

flutterBlue.connectedDevices.then((connectedDevices) { if (connectedDevices.isNotEmpty) { connectedDevices.map((device) async { return await device.disconnect(); }); } }); // connect to required device requiredDevice.connect();

try flutter_blue_plus package it's link https://pub.dev/packages/flutter_blue_plus

try flutter_blue_plus package it's link https://pub.dev/packages/flutter_blue_plus