Skip to content

Commit a18dc44

Browse files
committed
Simplify README.md docs
1 parent 98e4fc5 commit a18dc44

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

README.md

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -58,49 +58,6 @@ jobs:
5858
run: flutter test
5959
```
6060
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-
10461
## Automated publishing of packages to pub.dev
10562
10663
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

Comments
 (0)