diff options
author | uvok | 2025-07-30 19:38:54 +0200 |
---|---|---|
committer | uvok | 2025-07-30 19:38:54 +0200 |
commit | c84d5947b8650a022dc7a0032e3de1996b92307e (patch) | |
tree | 0c9a6b1371e2528bf544f0518d62420a328870a2 /lib/model/flutter_blue_plus_device.dart | |
parent | 6bbdc602efe1590b62fed5a44b720419d630f573 (diff) |
Rename package
Diffstat (limited to 'lib/model/flutter_blue_plus_device.dart')
-rw-r--r-- | lib/model/flutter_blue_plus_device.dart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/model/flutter_blue_plus_device.dart b/lib/model/flutter_blue_plus_device.dart index 8a3619b..079d9fa 100644 --- a/lib/model/flutter_blue_plus_device.dart +++ b/lib/model/flutter_blue_plus_device.dart @@ -1,4 +1,4 @@ -import 'package:badge/model/device.dart'; +import 'package:uvok_epaper_badge/model/device.dart'; import 'package:flutter_blue_plus/flutter_blue_plus.dart'; class FlutterBluePlusDevice implements Device { |