Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Sep 29, 2024
1 parent b040663 commit 2e86e31
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion storage/test/storage_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library tekartik_firebase_storage.storage__test;
library;

import 'package:tekartik_firebase/firebase_mixin.dart';
import 'package:tekartik_firebase_storage/storage.dart';
Expand Down
5 changes: 5 additions & 0 deletions storage_browser/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ dependencies:
url: https://github.com/tekartik/browser_utils.dart
ref: dart3a

tekartik_firebase:
git:
url: https://github.com/tekartik/firebase.dart
ref: dart3a
path: firebase
dev_dependencies:
test: ">=0.12.37"
dev_build: '>=0.12.0-dev.1'
Expand Down
2 changes: 1 addition & 1 deletion storage_browser/test/storage_browser_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@TestOn('browser')
library tekartik_firebase_storage_browser.storage_browser_test;
library;

import 'package:tekartik_firebase_storage_browser/storage_browser.dart';
import 'package:test/test.dart';
Expand Down
9 changes: 9 additions & 0 deletions storage_fs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ dependencies:
process_run: '>=0.10.2'
crypto:
path:
tekartik_common_utils:
git:
url: https://github.com/tekartik/common_utils.dart
ref: dart3a
tekartik_firebase:
git:
url: https://github.com/tekartik/firebase.dart
ref: dart3a
path: firebase
dev_dependencies:
test: any
build_runner: ">=0.9.1"
Expand Down
2 changes: 1 addition & 1 deletion storage_fs/test/storage_fs_io_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@TestOn('vm')
library tekartik_firebase_sembast.storage_io_test;
library;

import 'package:fs_shim/utils/path.dart';
import 'package:path/path.dart';
Expand Down
2 changes: 1 addition & 1 deletion storage_fs/test/storage_fs_memory_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library tekartik_firebase_sembast.storage_fs_memory_test;
library;

import 'package:tekartik_firebase_local/firebase_local.dart';
import 'package:tekartik_firebase_storage_fs/storage_fs.dart';
Expand Down
2 changes: 1 addition & 1 deletion storage_fs/test/storage_fs_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library tekartik_firebase_sembast.storage_fs_test;
library;

import 'package:fs_shim/fs_memory.dart';
import 'package:path/path.dart';
Expand Down

0 comments on commit 2e86e31

Please sign in to comment.