ubuntu-flutter-community / settings

:penguin: :orange_heart: :blue_heart: An Ubuntu Desktop system settings app made with Flutter.
GNU General Public License v3.0
273 stars 48 forks source link

Wallpaper_page: remove const from non const constructor #398

Closed Jupi007 closed 1 year ago

Jupi007 commented 1 year ago

The XTypeGroup has surly been updated in the library to be non constant.

Fixes #397

Feichtmeier commented 1 year ago

Analyzing settings...

info • Prefer const with constant constructors • lib/view/pages/wallpaper/wallpaper_page.dart:213:15 • prefer_const_constructors info • Prefer const literals as parameters of constructors on @immutable classes • lib/view/pages/wallpaper/wallpaper_page.dart:215:29 • prefer_const_literals_to_create_immutables

I am confused

Jupi007 commented 1 year ago

Weird, locally I was unable to run the app without this change 😕

Feichtmeier commented 1 year ago

pub get ?

Jupi007 commented 1 year ago

Okay, I ran pub get and now it require to add const. Closing so :)