-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove package:platform source (#6898)
The source code for `package:platform` has been moved to https://github.com/dart-lang/platform/, see dart-archive/platform#46 This PR removes the source from this repo, and leave a small cookie trail README in place.
- Loading branch information
Showing
125 changed files
with
2 additions
and
5,038 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,2 @@ | ||
[![Pub](https://img.shields.io/pub/v/platform.svg)](https://pub.dartlang.org/packages/platform) | ||
|
||
A generic platform abstraction for Dart. | ||
|
||
Like `dart:io`, `package:platform` supplies a rich, Dart-idiomatic API for | ||
accessing platform-specific information. | ||
|
||
`package:platform` provides a lightweight wrapper around the static `Platform` | ||
properties that exist in `dart:io`. However, it uses instance properties rather | ||
than static properties, making it possible to mock out in tests. | ||
The source code for `package:platform` has been moved to the | ||
Dart GitHub org: https://github.com/dart-lang/platform/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
packages/platform/example/android/app/src/debug/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
packages/platform/example/android/app/src/main/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
.../platform/example/android/app/src/main/kotlin/dev/flutter/plaform_example/MainActivity.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.