Is anyone else experiencing computer lag when working on macos_ui? #353
Replies: 3 comments 2 replies
-
Somewhat. I experience quite significant lag when using the original version that doesn't use macos_window_utils, yet (and the lag does affect other applications' animations as well), but even when using the ported version that I am currently working on VS Code does become quite sluggish, but I always just attributed that to me using an M1 MBA with only 8 GB of memory, which relies heavily on swap memory, plus VS Code + Dart being very slow to begin with. |
Beta Was this translation helpful? Give feedback.
-
Hi Reuben,
I have not noticed any slowdown when editing progress_indicator.dart or any project using macos_ui. I’m using a MacBook Air M1 2020 with 16GB
Regards
Alfred
EDV-Beratung Schilken
***@***.***
schilken.de
mobil: +49 178 1475677
… Am 10.02.2023 um 17:35 schrieb Reuben Turner ***@***.***>:
I know that the Dart analyzer can cause slowdowns due to barrel files, which we are using in our library.dart as a means to ensure that material and cupertino widgets do not get documented by dartdoc. But before I start tinkering with this, I wanted to see if anyone else is experiencing this issue.
CC @edwardaux <https://github.com/edwardaux> @whiplashoo <https://github.com/whiplashoo> @stMerlHin <https://github.com/stMerlHin> @pithuene <https://github.com/pithuene> @schilken <https://github.com/schilken>
—
Reply to this email directly, view it on GitHub <#353>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAQSGRJE2BZU34TEVRZARLDWWZU63ANCNFSM6AAAAAAUX73DGE>.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
-
VS Code 😀
Gruß
Alfred
Am 11. Feb. 2023, 21:54 +0100 schrieb Reuben Turner ***@***.***>:
… Thanks, Alfred. Which IDE do you use?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I know that the Dart analyzer can cause slowdowns due to barrel files, which we are using in our
library.dart
as a means to ensure thatmaterial
andcupertino
widgets do not get documented bydartdoc
. But before I start tinkering with this, I wanted to see if anyone else is experiencing this issue.CC @edwardaux @whiplashoo @stMerlHin @pithuene @schilken
Beta Was this translation helpful? Give feedback.
All reactions