Skip to content

Commit d93be02

Browse files
committed
remove google_fonts package code and infra
now that it has been transfered
1 parent d89a67d commit d93be02

201 files changed

Lines changed: 4 additions & 202382 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.

.github/ISSUE_TEMPLATE/1_google_fonts.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.
File renamed without changes.

.github/dependabot.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ updates:
1616
- "*"
1717

1818
# Maintain dependencies for pub
19-
- package-ecosystem: "pub"
20-
directory: "packages/google_fonts"
21-
schedule:
22-
interval: "monthly"
23-
groups:
24-
pub-dependencies:
25-
patterns:
26-
- "*"
2719
- package-ecosystem: "pub"
2820
directory: "packages/dynamic_color"
2921
schedule:

.github/labeler.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# See .github/workflow/label_pull_requests.yml
22

3-
'p: google_fonts':
4-
- changed-files:
5-
- any-glob-to-any-file: packages/google_fonts/**
6-
73
'p: dynamic_color':
84
- changed-files:
95
- any-glob-to-any-file: packages/dynamic_color/**

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
package: [google_fonts, dynamic_color]
22+
package: [dynamic_color]
2323
flutter-channel: [stable, beta]
2424
steps:
2525
- name: Checkout code

.github/workflows/deploy_github_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: man ls
2828
- name: Find example apps
2929
id: find-example-apps
30-
# Outputs a JSON list of packages with example apps, e.g. ["dynamic_color", "google_fonts"]
30+
# Outputs a JSON list of packages with example apps, e.g. ["dynamic_color", ...]
3131
run: |
3232
echo "::set-output name=example-apps::$(ls -d */example | xargs dirname | jq -R -s -c 'split("\n")[:-1]')"
3333
working-directory: packages

.github/workflows/google_fonts_update.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

analysis_options.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
include: package:flutter_lints/flutter.yaml
44

5-
analyzer:
6-
exclude: [packages/google_fonts/generator/fonts.pb.dart]
7-
85
linter:
96
rules:
107
avoid_print: false

packages/google_fonts/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)