ubuntu / yaru.dart

Ubuntu Yaru Flutter widgets and themes for building desktop and web applications
https://ubuntu.github.io/yaru.dart/
Mozilla Public License 2.0
179 stars 33 forks source link

Drop deprecated features #882

Open Jupi007 opened 3 months ago

Jupi007 commented 3 months ago

There's a lot of properties annotated as @Deprecated, we should drop them in the next major release.

Like this:

https://github.com/ubuntu/yaru.dart/blob/6a88731b72870b4ddca28754b6116bf20c06455d/lib/src/widgets/yaru_linear_progress_indicator.dart#L25-L26

I'll add todo comments to remind us this.