We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8dff3 commit 8e06e46Copy full SHA for 8e06e46
example/lib/main.dart
@@ -1,11 +1,10 @@
1
+import 'package:logging/logging.dart';
2
import 'package:logging_appenders/logging_appenders.dart';
3
import 'package:postgres/postgres.dart';
4
import 'package:postgres_utils/postgres_utils.dart';
5
import 'package:uuid/uuid.dart';
6
import 'package:uuid/uuid_util.dart';
7
-import 'package:logging/logging.dart';
8
-
9
final _logger = Logger('main');
10
11
const Uuid _uuid = Uuid(options: <String, dynamic>{'grng': UuidUtil.cryptoRNG});
0 commit comments