Files
PotatoMessenger/shared/lib/shared.dart
fegor101 6f9c7f95bf initializate client, server, shared
- initializated base structure of server
 - initializated base structure of client
 - initializated base structure of shared(lib for client and server)
2026-04-03 22:25:31 +03:00

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.