Index: pkg/raspberry_pi/lib/raspberry_pi.dart |
diff --git a/pkg/raspberry_pi/lib/raspberry_pi.dart b/pkg/raspberry_pi/lib/raspberry_pi.dart |
index bef549d451458e87ecc664ca7e257e3e577722f8..70210143b012df470ca3bbc0ee5c364b101e36ba 100644 |
--- a/pkg/raspberry_pi/lib/raspberry_pi.dart |
+++ b/pkg/raspberry_pi/lib/raspberry_pi.dart |
@@ -29,7 +29,7 @@ |
/// tracker](https://github.com/dartino/sdk/issues/new?title=Add%20title&labels=Area-Package&body=%3Cissue%20description%3E%0A%3Crepro%20steps%3E%0A%3Cexpected%20outcome%3E%0A%3Cactual%20outcome%3E). |
library raspberry_pi; |
-import 'dart:fletch.ffi'; |
+import 'dart:dartino.ffi'; |
import 'dart:typed_data'; |
import 'package:file/file.dart'; |