Skip to content

Commit

Permalink
move storage rest
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jun 17, 2024
1 parent a332966 commit 8e67df4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 54 deletions.
16 changes: 1 addition & 15 deletions storage_rest/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
# Storage rest Setup

**NOT SUPPORTED YET**

In `pubspec.yaml`:

```yaml
dependencies:
tekartik_firebase_storage_rest:
git:
url: https://github.com/tekartik/firebase_storage.dart
path: storage_rest
ref: dart3a
version: '>=0.7.2'
```
**Moved to https://github.com/tekartik/firebase_rest.dart/tree/main/storage_rest**
7 changes: 5 additions & 2 deletions storage_rest/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# tekartik analysis_options extension
analyzer:
errors:
deprecated_member_use_from_same_package: ignore
include: package:tekartik_lints/strict.yaml

linter:
rules:
depend_on_referenced_packages: false
depend_on_referenced_packages: false
deprecated_member_use_from_same_package: false
3 changes: 3 additions & 0 deletions storage_rest/lib/storage_rest.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@Deprecated('Use https://github.com/tekartik/firebase_rest.dart')
library;

export 'src/storage_rest_impl.dart'
show
StorageServiceRest,
Expand Down
37 changes: 0 additions & 37 deletions storage_rest/test/storage_rest_io_env_test.dart

This file was deleted.

0 comments on commit 8e67df4

Please sign in to comment.