initializate client, server, shared
- initializated base structure of server - initializated base structure of client - initializated base structure of shared(lib for client and server)
This commit is contained in:
8
shared/lib/shared.dart
Normal file
8
shared/lib/shared.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
/// 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.
|
||||
Reference in New Issue
Block a user