You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/direct_select_flutter-1.1.1/lib/direct_select_list.dart:1:8: Error: Error when reading '/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/direct_select_flutter-1.1.1/lib/direct_select_container.dart': The system cannot find the file specified.
import 'package:direct_select_flutter/direct_select_container.dart';
^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/direct_select_flutter-1.1.1/lib/direct_select_list.dart:133:24: Error: The getter 'DirectSelectContainer' isn't defined for the class 'DirectSelectState'.
'DirectSelectState' is from 'package:direct_select_flutter/direct_select_list.dart' ('/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/direct_select_flutter-1.1.1/lib/direct_select_list.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'DirectSelectContainer'.
final dsListener = DirectSelectContainer.of(context);
^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/direct_select_flutter-1.1.1/lib/direct_select_list.dart:1:8: Error: Error when reading '/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/direct_select_flutter-1.1.1/lib/direct_select_container.dart': The system cannot find the file specified.
import 'package:direct_select_flutter/direct_select_container.dart';
^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/direct_select_flutter-1.1.1/lib/direct_select_list.dart:133:24: Error: The getter 'DirectSelectContainer' isn't defined for the class 'DirectSelectState'.
Try correcting the name to the name of an existing getter, or defining a getter or field named 'DirectSelectContainer'.
final dsListener = DirectSelectContainer.of(context);
^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: