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 3134437 commit a08bfc3
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 10 deletions.
2 changes: 1 addition & 1 deletion firestore/lib/src/common/document_reference_mixin.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@Deprecated('include reference_mixin - since 2020/05/07')
library tekartik_firebase_firestore.src.common.document_reference_mixin;
library;
2 changes: 1 addition & 1 deletion firestore_browser/lib/firestore_browser.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Deprecated('This package will receive no further updates.')
library tekartik_firebase_firestore_browser_deprecated;
library;

export 'package:tekartik_firebase_firestore_browser/src/firestore_browser.dart'
show
Expand Down
9 changes: 9 additions & 0 deletions firestore_browser/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ dependencies:
version: '>=0.6.8+2'
meta:
js:
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:
tekartik_firebase_firestore_test:
path: ../firestore_test
Expand Down
2 changes: 1 addition & 1 deletion firestore_browser/test/firestore_browser_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@TestOn('browser')
library tekartik_firebase_firestore_browser.firestore_browser_test;
library;

import 'package:tekartik_firebase_browser/firebase_browser.dart';
// ignore: deprecated_member_use_from_same_package
Expand Down
5 changes: 5 additions & 0 deletions firestore_idb/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ dependencies:
url: https://github.com/tekartik/browser_utils.dart
ref: dart3a
path:
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 firestore_idb/test/firestore_idb_browser_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@TestOn('browser')
library tekartik_firebase_firestore_idb.firestore_idb_browser_test;
library;

import 'package:tekartik_firebase_firestore_idb/firestore_idb_browser.dart'
as idb;
Expand Down
2 changes: 1 addition & 1 deletion firestore_idb/test/firestore_idb_io_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@TestOn('vm')
library tekartik_firebase_firestore_idb.firestore_idb_io_test;
library;

import 'package:idb_shim/idb_io.dart';
import 'package:path/path.dart';
Expand Down
2 changes: 1 addition & 1 deletion firestore_idb/test/firestore_idb_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library tekartik_firebase_firestore_idb.firestore_idb_test;
library;

import 'package:idb_shim/idb_client_memory.dart';
import 'package:tekartik_firebase_firestore_idb/firestore_idb.dart';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library tekartik_firebase_firestore_sembast.firestroage_memory_logger_test;
library;

import 'package:tekartik_firebase_firestore/firestore_logger.dart';
import 'package:tekartik_firebase_firestore_sembast/firestore_sembast.dart';
Expand Down
14 changes: 14 additions & 0 deletions firestore_sim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# firestore_sim

Remote Simulation

## Setup

In `pubspec.yaml`:
```yaml
tekartik_firebase_firestore_sim:
git:
url: https://github.com/tekartik/firebase_firestore.dart
path: firestore_sim
ref: dart3a
```
2 changes: 1 addition & 1 deletion firestore_sim_browser/test/firebase_sim_browser_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@TestOn('browser')
library tekartik_firebase_sim_browser.firebase_sim_browser_test;
library;

import 'package:test/test.dart';
//import 'package:tekartik_serial_wss_client/channel/channel.dart';
Expand Down
15 changes: 15 additions & 0 deletions firestore_sim_io/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,21 @@ dev_dependencies:
ref: dart3a
version: '>=0.1.0'

tekartik_firebase_local:
git:
url: https://github.com/tekartik/firebase.dart
ref: dart3a
path: firebase_local
tekartik_firebase_sim:
git:
url: https://github.com/tekartik/firebase.dart
ref: dart3a
path: firebase_sim
tekartik_web_socket_io:
git:
url: https://github.com/tekartik/web_socket.dart
ref: dart3a
path: web_socket_io
dependency_overrides:
tekartik_firebase_firestore_test:
path: ../firestore_test
Expand Down
2 changes: 1 addition & 1 deletion firestore_sim_io/test/firestore_sim_io_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@TestOn('vm')
library tekartik_firebase_firestore_sim_io.firestore_sim_io_test;
library;

import 'dart:async';

Expand Down
2 changes: 1 addition & 1 deletion firestore_sim_io/test/firestore_sim_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library tekartik_firebase_server_sim_io.firebase_sim_test;
library;

import 'dart:async';

Expand Down

0 comments on commit a08bfc3

Please sign in to comment.