Skip to content

Commit

Permalink
Merge branch 'main' into fix/enum-in-predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF authored Jul 19, 2021
2 parents 23f36e6 + 20b1465 commit 364f244
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/amplify_datastore/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import 'package:amplify_datastore/amplify_datastore.dart';
//import 'package:amplify_api/amplify_api.dart';

import 'package:amplify_flutter/amplify.dart';
import 'package:amplify_datastore_plugin_interface/amplify_datastore_plugin_interface.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter/services.dart';
import 'amplifyconfiguration.dart';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export 'src/types/models/model_field_type.dart';
export 'src/types/models/model_provider.dart';
export 'src/types/models/model_schema.dart';
export 'src/types/models/model_schema_definition.dart';
export 'src/types/models/subscription_event.dart';
export 'src/types/models/uuid.dart';
export 'src/types/query/query_field.dart';
export 'src/types/temporal/datetime_parse.dart';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export 'types/exception/DataStoreException.dart';
export 'types/exception/DataStoreExceptionMessages.dart';
export 'types/models/subscription_event.dart';
export 'types/sync/DataStoreSyncExpression.dart';
export 'types/temporal/temporal_date.dart';
export 'types/temporal/temporal_time.dart';
Expand Down

0 comments on commit 364f244

Please sign in to comment.