cubetiq_dart_shared/lib/cubetiq_dart_shared.dart

9 lines
215 B
Dart
Raw Normal View History

2021-06-01 19:41:14 +07:00
/// Support for doing something awesome.
///
/// More dartdocs go here.
library cubetiq_dart_shared;
export 'src/cubetiq_dart_shared_base.dart';
// TODO: Export any libraries intended for clients of this package.