Skip to content

Commit 97b751a

Browse files
committed
chore(datastore): Add documentation (#6755)
1 parent 958f986 commit 97b751a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4+
/// Platform interface for the Amplify Flutter DataStore plugin.
5+
///
6+
/// This package exposes the core DataStore types used by the
7+
/// [amplify_datastore](https://pub.dev/packages/amplify_datastore) plugin,
8+
/// including model definitions, temporal types, sync expressions,
9+
/// subscription events, and conflict-handling primitives.
10+
///
11+
/// **This is an internal interface package.** Application code should depend
12+
/// on `amplify_datastore` instead.
13+
library amplify_datastore_plugin_interface;
14+
415
export 'package:amplify_core/src/types/datastore/datastore_types.dart'
516
hide DateTimeParse;
617
export 'package:amplify_core/src/util/uuid.dart';

0 commit comments

Comments
 (0)