Skip to content

Commit

Permalink
Merge pull request #8 from cbreezier/downgrade-meta-dependency
Browse files Browse the repository at this point in the history
Remove unused meta dependency
  • Loading branch information
cbreezier authored May 23, 2024
2 parents 254d509 + 91909e0 commit 2d3153f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
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

0 comments on commit 2d3153f

Please sign in to comment.