Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions lib/src/util/_transaction_id_generator.dart
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import 'package:meta/meta.dart';

abstract class TransactionIdGenerator {
static int _id = 0;

@visibleForTesting
static int get id => _id;

static String getNextId() {
_id++;
return _id.toString();
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ packages:
source: hosted
version: "0.8.0"
meta:
dependency: "direct main"
dependency: transitive
description:
name: meta
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ environment:
dependencies:
collection: ^1.15.0
async: ^2.5.0
meta: ^1.8.0
flutter:
sdk: flutter

Expand Down