Skip to content

Commit

Permalink
Hide internal member
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Nov 11, 2023
1 parent a9379a8 commit 3507264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drift/lib/drift.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export 'dart:typed_data' show Uint8List;

export 'src/dsl/dsl.dart';
export 'src/runtime/api/options.dart';
export 'src/runtime/api/runtime_api.dart';
export 'src/runtime/api/runtime_api.dart' hide RunWithEngine;
export 'src/runtime/custom_result_set.dart';
export 'src/runtime/data_class.dart';
export 'src/runtime/data_verification.dart';
Expand Down
1 change: 1 addition & 0 deletions drift/lib/src/runtime/devtools/service_extension.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import 'package:drift/drift.dart';
import 'package:drift/src/remote/protocol.dart';
import 'package:drift/src/runtime/executor/transactions.dart';

import '../api/runtime_api.dart';
import 'devtools.dart';

/// A service extension making asynchronous requests on drift databases
Expand Down

0 comments on commit 3507264

Please sign in to comment.