Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

update the repo readmes to indicate the new package locations #245

Merged
merged 1 commit into from
Oct 8, 2024
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Dart](https://github.com/google/file.dart/actions/workflows/file.yml/badge.svg)](https://github.com/google/file.dart/actions/workflows/file.yml)
> [!NOTE]
> The source-of-truth for these packages has moved to https://github.com/dart-lang/tools.

A monorepo for the `package:file` and `package:file_testing` packages.

Expand Down
6 changes: 4 additions & 2 deletions packages/file/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[![pub package](https://img.shields.io/pub/v/file.svg)](https://pub.dev/packages/file)
[![package publisher](https://img.shields.io/pub/publisher/file.svg)](https://pub.dev/packages/file/publisher)
> [!NOTE]
> The source-of-truth for this package has moved to https://github.com/dart-lang/tools.

## package:file

A generic file system abstraction for Dart.

Expand Down
5 changes: 4 additions & 1 deletion packages/file_testing/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[![pub package](https://img.shields.io/pub/v/file_testing.svg)](https://pub.dev/packages/file_testing)
> [!NOTE]
> The source-of-truth for this package has moved to https://github.com/dart-lang/tools.

## package:file_testing

Testing utilities intended to work with `package:file`

Expand Down