mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
code sharing sample: flat package directory (#1486)
This commit is contained in:
4
code_sharing/shared/lib/shared.dart
Normal file
4
code_sharing/shared/lib/shared.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
/// Common data models required by our client and server.
|
||||
library shared;
|
||||
|
||||
export 'src/models.dart';
|
||||
Reference in New Issue
Block a user