cah4a / dart_gettext

A Dart implementation of gettext, a localization framework.
https://pub.dartlang.org/packages/gettext
MIT License
11 stars 1 forks source link

example: invalid_use_of_protected_member #2

Open ghost opened 5 years ago

ghost commented 5 years ago

for state.setState in the example

    "code": "invalid_use_of_protected_member",
    "message": "The member 'setState' can only be used within instance members of subclasses of 'package:flutter/src/widgets/framework.dart'.",
    "source": "dart",
    "startLineNumber": 28,
    "startColumn": 11,
cah4a commented 5 years ago

What flutter/dart version do you use?

ghost commented 5 years ago
[✓] Flutter (Channel master, v1.1.10-pre.160, on Mac OS X 10.14.1 18B75, locale fr-FR)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 10.0)
[✓] Android Studio (version 3.2)
[✓] IntelliJ IDEA Ultimate Edition (version 2018.2.5)
[✓] VS Code (version 1.30.2)
[✓] Connected device (1 available)

Dart VM version: 2.0.0

ghost commented 5 years ago

dartcode 2.22.1 for vscode