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 #397

Closed Jupi007 closed 1 year ago

Jupi007 commented 1 year ago
[{
    "resource": "/home/jupiter007/Flutter/settings/lib/view/pages/wallpaper/wallpaper_page.dart",
    "owner": "_generated_diagnostic_collection_name_#1",
    "code": {
        "value": "const_with_non_const",
        "target": {
            "$mid": 1,
            "external": "https://dart.dev/diagnostics/const_with_non_const",
            "path": "/diagnostics/const_with_non_const",
            "scheme": "https",
            "authority": "dart.dev"
        }
    },
    "severity": 8,
    "message": "The constructor being called isn't a const constructor.\nTry removing 'const' from the constructor invocation.",
    "source": "dart",
    "startLineNumber": 213,
    "startColumn": 15,
    "endLineNumber": 213,
    "endColumn": 20
}]
Jupi007 commented 1 year ago

Thanks @Feichtmeier, I had forgotten this :)