Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flutter desktop support #45

Merged
merged 42 commits into from
Apr 19, 2022
Merged
Show file tree
Hide file tree
Changes from 40 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
03bcc6d
Fix
evdokimovs Mar 22, 2022
74be1da
Run CI
evdokimovs Mar 22, 2022
525d58e
Reread
evdokimovs Mar 23, 2022
6f857d2
WIP
logist322 Mar 30, 2022
49934fa
WIP
logist322 Apr 1, 2022
9961104
Add named imports
logist322 Apr 1, 2022
bbebd5d
WIP
logist322 Apr 1, 2022
8d9b034
WIP
logist322 Apr 1, 2022
394a588
WIP
logist322 Apr 1, 2022
ec133de
WIP
logist322 Apr 4, 2022
975c5d2
Merge fix
logist322 Apr 4, 2022
9d9ed51
WIP
logist322 Apr 8, 2022
db516a9
Raw working
logist322 Apr 11, 2022
4768e0f
Merge
logist322 Apr 11, 2022
4e9406a
Build
logist322 Apr 11, 2022
7dcc2a9
Fmt
logist322 Apr 11, 2022
d763ff2
Fmt, docs
logist322 Apr 11, 2022
c534a87
Fmt
logist322 Apr 11, 2022
be25976
WIP
logist322 Apr 11, 2022
e1ceaf5
Work without flutter-webrtc
logist322 Apr 12, 2022
f1b3577
WIP
logist322 Apr 12, 2022
12a00c4
Merge branch 'master' into for-social
logist322 Apr 12, 2022
a57fe82
CI
logist322 Apr 12, 2022
766d7f5
Fmt
logist322 Apr 12, 2022
ffb0e77
Fix CI
logist322 Apr 12, 2022
8801e24
corrections
alexlapa Apr 12, 2022
424fcb5
Merge branch 'master' into for-social
alexlapa Apr 13, 2022
37671f1
corrections
alexlapa Apr 13, 2022
48603f2
Fix pubspec
logist322 Apr 18, 2022
6e77f09
Fix flutter analyze
logist322 Apr 18, 2022
505a9ee
corrections
alexlapa Apr 18, 2022
0ea10cf
corrections
alexlapa Apr 18, 2022
8e70bcb
corrections
alexlapa Apr 18, 2022
149648c
corrections
alexlapa Apr 18, 2022
c80f121
corrections
alexlapa Apr 18, 2022
aecb32d
corrections
alexlapa Apr 18, 2022
57d84cf
revert
alexlapa Apr 18, 2022
1aa6ab6
up deps
alexlapa Apr 18, 2022
28256f0
test
alexlapa Apr 18, 2022
cbeac81
corrections
alexlapa Apr 19, 2022
63bc1e0
Merge branch 'master' into for-social
tyranron Apr 19, 2022
da99408
Corrections
tyranron Apr 19, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2

- run: make flutter.fmt check=yes

Expand All @@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2

- run: make flutter

Expand Down Expand Up @@ -235,8 +235,10 @@ jobs:
include:
- platform: android
os: macos
- platform: linux
os: ubuntu
# TODO: Flutter requires libc6 of 2.34 version for some reason.
# Uncomment when github will update ubuntu-latest to 22.04.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tyranron ,

Новая LTS'ка через два дня выходит, до гитхаба тоже, думаю, скоро доедет.

# - platform: linux
# os: ubuntu
- platform: windows
os: windows
runs-on: ${{ matrix.os }}-latest
Expand All @@ -258,7 +260,7 @@ jobs:
use-tool-cache: true
if: ${{ matrix.platform == 'android' }}

- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
- run: flutter config --enable-linux-desktop
if: ${{ matrix.platform == 'linux' }}
- name: Install Flutter Linux dependencies
Expand Down