Skip to content

Commit 2930aba

Browse files
committed
Use main branch
1 parent 2dfac01 commit 2930aba

File tree

6 files changed

+33
-33
lines changed

6 files changed

+33
-33
lines changed

.github/workflows/app_facing_package.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ name: app_facing_package
44
# events but only for the develop branch
55
on:
66
push:
7-
branches: [ develop, master ]
7+
branches: [develop, main]
88
paths:
9-
- 'cached_network_image/**'
9+
- "cached_network_image/**"
1010
pull_request:
11-
branches: [ develop ]
11+
branches: [develop]
1212
paths:
13-
- 'cached_network_image/**'
13+
- "cached_network_image/**"
1414

1515
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1616
jobs:
@@ -31,7 +31,7 @@ jobs:
3131
# Make sure the stable version of Flutter is available
3232
- uses: subosito/flutter-action@v2
3333
with:
34-
channel: 'stable'
34+
channel: "stable"
3535

3636
# Download all Flutter packages
3737
- name: Download dependencies
@@ -60,7 +60,7 @@ jobs:
6060
# Make sure the stable version of Flutter is available
6161
- uses: subosito/flutter-action@v2
6262
with:
63-
channel: 'stable'
63+
channel: "stable"
6464

6565
# Download all Flutter packages
6666
- name: Download dependencies
@@ -90,13 +90,13 @@ jobs:
9090
# Ensure correct JAVA version is installed.
9191
- uses: actions/setup-java@v3
9292
with:
93-
distribution: 'zulu'
94-
java-version: '17'
93+
distribution: "zulu"
94+
java-version: "17"
9595

9696
# Make sure the stable version of Flutter is available
9797
- uses: subosito/flutter-action@v2
9898
with:
99-
channel: 'stable'
99+
channel: "stable"
100100

101101
# Download all Flutter packages
102102
- name: Download dependencies
@@ -126,7 +126,7 @@ jobs:
126126
# Make sure the stable version of Flutter is available
127127
- uses: subosito/flutter-action@v2
128128
with:
129-
channel: 'stable'
129+
channel: "stable"
130130

131131
# Download all Flutter packages
132132
- name: Download dependencies
@@ -156,7 +156,7 @@ jobs:
156156
# Make sure the stable version of Flutter is available
157157
- uses: subosito/flutter-action@v2
158158
with:
159-
channel: 'stable'
159+
channel: "stable"
160160

161161
# Enable platform support
162162
- name: Enable macOS
@@ -191,7 +191,7 @@ jobs:
191191
# Make sure the stable version of Flutter is available
192192
- uses: subosito/flutter-action@v2
193193
with:
194-
channel: 'stable'
194+
channel: "stable"
195195

196196
# Enable platform support
197197
- name: Enable Windows
@@ -230,7 +230,7 @@ jobs:
230230
# Make sure the stable version of Flutter is available
231231
- uses: subosito/flutter-action@v2
232232
with:
233-
channel: 'stable'
233+
channel: "stable"
234234

235235
# Enable platform support
236236
- name: Enable Linux
@@ -270,7 +270,7 @@ jobs:
270270
# Make sure the stable version of Flutter is available
271271
- uses: subosito/flutter-action@v2
272272
with:
273-
channel: 'stable'
273+
channel: "stable"
274274

275275
# Download all Flutter packages
276276
- name: Download dependencies
@@ -298,7 +298,7 @@ jobs:
298298
# Make sure the stable version of Flutter is available
299299
- uses: subosito/flutter-action@v2
300300
with:
301-
channel: 'stable'
301+
channel: "stable"
302302

303303
# Download all Flutter packages
304304
- name: Download dependencies

.github/workflows/platform_interface.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ name: platform_interface
44
# events but only for the develop branch
55
on:
66
push:
7-
branches: [ develop, master ]
7+
branches: [develop, main]
88
paths:
9-
- 'cached_network_image_platform_interface/**'
9+
- "cached_network_image_platform_interface/**"
1010
pull_request:
11-
branches: [ develop ]
11+
branches: [develop]
1212
paths:
13-
- 'cached_network_image_platform_interface/**'
13+
- "cached_network_image_platform_interface/**"
1414

1515
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1616
jobs:
@@ -31,7 +31,7 @@ jobs:
3131
# Make sure the stable version of Flutter is available
3232
- uses: subosito/flutter-action@v2
3333
with:
34-
channel: 'stable'
34+
channel: "stable"
3535

3636
# Download all Flutter packages
3737
- name: Download dependencies
@@ -60,7 +60,7 @@ jobs:
6060
# Make sure the stable version of Flutter is available
6161
- uses: subosito/flutter-action@v2
6262
with:
63-
channel: 'stable'
63+
channel: "stable"
6464

6565
# Download all Flutter packages
6666
- name: Download dependencies
@@ -88,7 +88,7 @@ jobs:
8888
# Make sure the stable version of Flutter is available
8989
- uses: subosito/flutter-action@v2
9090
with:
91-
channel: 'stable'
91+
channel: "stable"
9292

9393
# Download all Flutter packages
9494
- name: Download dependencies

.github/workflows/web.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ name: web
44
# events but only for the develop branch
55
on:
66
push:
7-
branches: [ develop, master ]
7+
branches: [develop, main]
88
paths:
9-
- 'cached_network_image_web/**'
9+
- "cached_network_image_web/**"
1010
pull_request:
11-
branches: [ develop ]
11+
branches: [develop]
1212
paths:
13-
- 'cached_network_image_web/**'
13+
- "cached_network_image_web/**"
1414

1515
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1616
jobs:
@@ -31,7 +31,7 @@ jobs:
3131
# Make sure the stable version of Flutter is available
3232
- uses: subosito/flutter-action@v2
3333
with:
34-
channel: 'stable'
34+
channel: "stable"
3535

3636
# Download all Flutter packages
3737
- name: Download dependencies
@@ -60,7 +60,7 @@ jobs:
6060
# Make sure the stable version of Flutter is available
6161
- uses: subosito/flutter-action@v2
6262
with:
63-
channel: 'stable'
63+
channel: "stable"
6464

6565
# Download all Flutter packages
6666
- name: Download dependencies
@@ -88,7 +88,7 @@ jobs:
8888
# Make sure the stable version of Flutter is available
8989
- uses: subosito/flutter-action@v2
9090
with:
91-
channel: 'stable'
91+
channel: "stable"
9292

9393
# Download all Flutter packages
9494
- name: Download dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cached network image
22
[![pub package](https://img.shields.io/pub/v/cached_network_image.svg)](https://pub.dartlang.org/packages/cached_network_image)
3-
[![codecov](https://codecov.io/gh/Baseflow/flutter_cached_network_image/branch/master/graph/badge.svg?token=I5qW0RvoXN)](https://codecov.io/gh/Baseflow/flutter_cached_network_image)
3+
[![codecov](https://codecov.io/gh/Baseflow/flutter_cached_network_image/branch/main/graph/badge.svg?token=I5qW0RvoXN)](https://codecov.io/gh/Baseflow/flutter_cached_network_image)
44
[![Build Status](https://github.com/Baseflow/flutter_cached_network_image/workflows/app_facing_package/badge.svg?branch=develop)](https://github.com/Baseflow/flutter_cached_network_image/actions/workflows/app_facing_package.yaml)
55

66
A flutter library to show images from the internet and keep them in the cache directory.

cached_network_image/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Setting up your development environment
1818
to generate an SSH key.
1919
* Clone your forked repo on your local development machine: `git clone [email protected]:<your_name_here>/flutter_cached_network_image.git`
2020
* Change into the `flutter_cached_network_image` directory: `cd flutter_cached_network_image`
21-
* Add an upstream to the original repo, so that fetch from the master repository and not your clone: `git remote add upstream [email protected]:baseflow/flutter_cached_network_image.git`
21+
* Add an upstream to the original repo, so that fetch from the main repository and not your clone: `git remote add upstream [email protected]:baseflow/flutter_cached_network_image.git`
2222

2323
Running the example project
2424
---------------------------
@@ -31,7 +31,7 @@ Contribute
3131

3232
We really appreciate contributions via GitHub pull requests. To contribute take the following steps:
3333

34-
* Make sure you are up to date with the latest code on the master:
34+
* Make sure you are up to date with the latest code on the main:
3535
* `git fetch upstream`
3636
* `git checkout upstream/develop -b <name_of_your_branch>`
3737
* Apply your changes

cached_network_image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cached network image
22
[![pub package](https://img.shields.io/pub/v/cached_network_image.svg)](https://pub.dartlang.org/packages/cached_network_image)
3-
[![codecov](https://codecov.io/gh/Baseflow/flutter_cached_network_image/branch/master/graph/badge.svg?token=I5qW0RvoXN)](https://codecov.io/gh/Baseflow/flutter_cached_network_image)
3+
[![codecov](https://codecov.io/gh/Baseflow/flutter_cached_network_image/branch/main/graph/badge.svg?token=I5qW0RvoXN)](https://codecov.io/gh/Baseflow/flutter_cached_network_image)
44
[![Build Status](https://github.com/Baseflow/flutter_cached_network_image/workflows/app_facing_package/badge.svg?branch=develop)](https://github.com/Baseflow/flutter_cached_network_image/actions/workflows/app_facing_package.yaml)
55

66
A flutter library to show images from the internet and keep them in the cache directory.

0 commit comments

Comments
 (0)