diff --git a/packages/sqflite_common_ffi_async_test/lib/sqflite_ffi_async_test.dart b/packages/sqflite_common_ffi_async_test/lib/sqflite_ffi_async_test.dart deleted file mode 100644 index ad282ba9..00000000 --- a/packages/sqflite_common_ffi_async_test/lib/sqflite_ffi_async_test.dart +++ /dev/null @@ -1,8 +0,0 @@ -/// Support for doing something awesome. -/// -/// More dartdocs go here. -library; - -export 'src/sqflite_ffi_async_test_base.dart'; - -// TODO: Export any libraries intended for clients of this package. diff --git a/packages/sqflite_common_ffi_async_test/lib/src/sqflite_ffi_async_test_base.dart b/packages/sqflite_common_ffi_async_test/lib/src/sqflite_ffi_async_test_base.dart deleted file mode 100644 index e8a6f159..00000000 --- a/packages/sqflite_common_ffi_async_test/lib/src/sqflite_ffi_async_test_base.dart +++ /dev/null @@ -1,6 +0,0 @@ -// TODO: Put public facing types in this file. - -/// Checks if you are awesome. Spoiler: you are. -class Awesome { - bool get isAwesome => true; -}