yanshouwang / bluetooth_low_energy

A Flutter plugin for controlling the bluetooth low energy.
https://pub.dev/packages/bluetooth_low_energy
MIT License
50 stars 16 forks source link

my_gatt_service2.dart super.hashCode parameter preventing to compile. #26

Closed hurelhuyag closed 1 year ago

yanshouwang commented 1 year ago

Can you provide more details about this compile error, such as error logs or screenshot, and which platform this error occured.

yanshouwang commented 1 year ago

Sorry about this, It's an unexpected version resolve, I have retracted the wrong versions. To fix this, you need delete your project's pubspec.lock file, then run flutter pub get again, the error should gone after that.

27

yanshouwang commented 1 year ago

Fixed