- initializated base structure of server - initializated base structure of client - initializated base structure of shared(lib for client and server)
9 lines
182 B
Dart
9 lines
182 B
Dart
/// Support for doing something awesome.
|
|
///
|
|
/// More dartdocs go here.
|
|
library;
|
|
|
|
export 'src/shared_base.dart';
|
|
|
|
// TODO: Export any libraries intended for clients of this package.
|