mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Flutter build error: The getter 'TextScaler' isn't defined #2515
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2515
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nicolas-ecarnot-sitpi on GitHub (Feb 29, 2024).
Bug Description
Flutter : Building Linux appimage/FlatPak/ubuntu 18.04 packages are failing with the error :
ERROR: lib/main.dart:430:37: Error: The getter 'TextScaler' isn't defined for the class '_AppState'.
in run-flutter-nightly-build / build-rustdesk x86_64-unknown-linux-gnu (ubuntu-18.04) []
How to Reproduce
Fork the project, use Github to run Actions / jobs / run workflow / choose a nightly build.
Every build-rust-libs sub tasks are green / running OK, but every Linux related sub task is failing.
Expected Behavior
Every assets are built.
Operating system(s) on local side and remote side
github actions
RustDesk Version(s) on local side and remote side
latest (source code daily updated)
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Feb 29, 2024):
#763