dotintent / FlutterBleLib

Bluetooth Low Energy library for Flutter with support for simulating peripherals
Apache License 2.0
530 stars 194 forks source link

Request support the null-safety #598

Open JonYun opened 3 years ago

JonYun commented 3 years ago

Dear FlutterBleLib team, I am very eager for this library to support null-safety

ifredom commented 2 years ago

+1 . wait for null-safety

leech001 commented 2 years ago

Add on pubspec.yaml

  flutter_ble_lib:
    git:
      url: git://github.com/Polidea/FlutterBleLib
      ref: develop
ifredom commented 2 years ago

Add on pubspec.yaml

  flutter_ble_lib:
    git:
      url: git://github.com/Polidea/FlutterBleLib
      ref: develop

My search found that there is no branch of the library fluterblelib in polidea. Was the address sent wrong?

MoralCode commented 2 years ago

it appears the current dev branch supports it courtesy of #586, just hasn't been released to pub.dev yet

ifredom commented 2 years ago

it appears the current dev branch supports it courtesy of #586, just hasn't been released to pub.dev yet

Thank you for your reply. I'll try