You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-43Lines changed: 0 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -58,49 +58,6 @@ jobs:
58
58
run: flutter test
59
59
```
60
60
61
-
Working with Android project:
62
-
63
-
```yml
64
-
name: Flutter for Android
65
-
66
-
on:
67
-
push:
68
-
branches: [ master ]
69
-
pull_request:
70
-
branches: [ master ]
71
-
72
-
jobs:
73
-
build:
74
-
runs-on: ubuntu-latest
75
-
76
-
steps:
77
-
- uses: actions/checkout@v4
78
-
79
-
- name: Set up JDK 21
80
-
uses: actions/setup-java@v4
81
-
with:
82
-
java-version: 21
83
-
distribution: 'temurin'
84
-
85
-
- name: Setup Android SDK
86
-
uses: android-actions/setup-android@v3
87
-
88
-
- name: Setup Flutter SDK
89
-
uses: flutter-actions/setup-flutter@v3
90
-
with:
91
-
channel: stable
92
-
version: 3.0.2
93
-
94
-
- name: Install dependencies
95
-
run: flutter pub get
96
-
97
-
- name: Analyze project source
98
-
run: dart analyze
99
-
100
-
- name: Run tests
101
-
run: flutter test
102
-
```
103
-
104
61
## Automated publishing of packages to pub.dev
105
62
106
63
You can automate publishing from GitHub Actions by using the [flutter-actions/setup-pubdev-credentials](https://github.com/flutter-actions/setup-pubdev-credentials) action.
0 commit comments