Skip to content

Commit 46f5f0d

Browse files
authored
Switch all references from pub.dartlang.org to pub.dev (#3229)
* Switch all references from pub.dartlang.org to pub.dev
1 parent 51464a3 commit 46f5f0d

File tree

11 files changed

+2437
-2371
lines changed

11 files changed

+2437
-2371
lines changed

.github/workflows/test.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
job: flutter
4040
- sdk: stable
4141
job: sdk-docs
42+
# Do not run the "packages" job on "stable", until "stable"
43+
# means >= 2.19. This is where pub switches the hosted
44+
# directory on disk from pub.dartlang.org to pub.dev.
45+
- sdk: stable
46+
job: packages
4247

4348
steps:
4449
- name: Store date

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
build/
1111
doc/
1212
lcov.info
13-
pub.dartlang.org/
1413
test_data/
1514
testing/**/doc
1615
pubspec.lock

.pubignore

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ build/
1111
doc/
1212
lcov.info
1313
packages
14-
pub.dartlang.org/
1514
test_data/
1615
testing/
1716
pubspec.lock

analysis_options.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ analyzer:
1414
strict-inference: true
1515
exclude:
1616
- 'doc/**'
17-
- 'pub.dartlang.org/**'
1817
- 'testing/**'
1918

2019
linter:

0 commit comments

Comments
 (0)