MayLau-CbL / flutter_horizontal_data_table

Flutter Fixed Column Horizontal Datatable Widget
https://pub.dev/packages/horizontal_data_table
MIT License
252 stars 70 forks source link

[Bug for v4.1.2] SpringDescription undefinded class #102

Closed MayLau-CbL closed 1 year ago

MayLau-CbL commented 2 years ago

Describe the bug Latest 4.1.2 in pub.dev analysis is showing the SpringDescription cannot be definded. I have tested on my local env with example project have not problem with it and running flutter analyze but show nothing. Since it only show the first 2 issues on pub.dev only, I can only wait for their update on the flutter analyze to get further information. If you get any further information about this issue, please feel free to leave it here to let everyone notice. Thank you!

螢幕截圖 2022-08-31 下午6 37 56

Platform All

dlondonog commented 2 years ago

I can see this message on screen and the app failed to compile:

: Error: Type 'SpringDescription' not found. ../…/src/smart_refresher.dart:828   
final SpringDescription springDescription;

        ^^^^^^^^^^^^^^^^^ : Error: Type 'SpringDescription' not found. ../…/src/smart_refresher.dart:946
    SpringDescription? springDescription,

    ^^^^^^^^^^^^^^^^^ : Error: Type 'SpringDescription' not found. ../…/internals/refresh_physics.dart:28   final SpringDescription? springDescription;
        ^^^^^^^^^^^^^^^^^

: Error: Couldn't find constructor 'SpringDescription'. ../…/src/smart_refresher.dart:903
      this.springDescription: const SpringDescription(

                                    ^^^^^^^^^^^^^^^^^ : Error: Couldn't find constructor 'SpringDescription'. ../…/src/smart_refresher.dart:347

                const SpringDescription(
                      ^^^^^^^^^^^^^^^^^ : Error: 'SpringDescription' isn't a type. ../…/src/smart_refresher.dart:828   final SpringDescription springDescription;

        ^^^^^^^^^^^^^^^^^ : Error: 'SpringDescription' isn't a type. ../…/src/smart_refresher.dart:946
    SpringDescription? springDescription,
MayLau-CbL commented 2 years ago

Thanks @dlondonog ! Do you mind helping me to run the flutter analyze once and capture the log for me? Then I can ensure everything in next version is fixed as I still cannot get the error even I clean up the whole project.

MayLau-CbL commented 2 years ago

just check with the pub.dev, they now showing the flutter analyze result has no error found. I doubt their analyzer is not updated previously. Anyway, if you face this problem, please try to upgrade the flutter version to >= 3.3 with the latest package version

dlondonog commented 2 years ago

Hi @MayLau-CbL . The flutter analyze was not throwing me anything about Spring Description. When I upgraded to flutter 3.3 the error went away.

dlondonog commented 2 years ago

I found this related log in a different App...

Writing result bundle at path: /var/folders/r3/1w3n7pjj2d7518jr0kfyk7m80000gn/T/flutter_tools.vNqGQ6/flutter_ios_build_temp_dirI4EyUY/temporary_xcresult_bundle : Error: A value of type 'bool?' can't be assigned to a variable of type 'bool' because 'bool?' is nullable and 'bool' isn't. ../…/src/smart_refresher.dart:412 (childView.primary ? PrimaryScrollController.of(context) : null);

dlondonog commented 2 years ago

I was able to get it (461 errors found)...

Analyzing smart_refresher.dart...

error • Target of URI doesn't exist: 'package:flutter/gestures.dart' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:7:8 • uri_does_not_exist error • Target of URI doesn't exist: 'package:flutter/widgets.dart' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:8:8 • uri_does_not_exist info • Sort directive sections alphabetically • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:9:1 • directives_ordering error • Target of URI doesn't exist: 'package:flutter/foundation.dart' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:9:8 • uri_does_not_exist info • Prefer generic function type aliases • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:20:14 • prefer_generic_function_type_aliases info • Prefer generic function type aliases • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:23:14 • prefer_generic_function_type_aliases error • Undefined class 'Widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:26:28 • undefined_class error • Undefined class 'Widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:29:9 • undefined_class info • Prefer generic function type aliases • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:29:16 • prefer_generic_function_type_aliases error • Undefined class 'BuildContext' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:29:33 • undefined_class error • Classes can only extend other classes • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:117:30 • extends_non_class error • Undefined class 'Widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:122:9 • undefined_class error • Undefined class 'Widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:132:9 • undefined_class error • Undefined class 'Widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:142:9 • undefined_class error • Undefined class 'VoidCallback' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:156:9 • undefined_class error • Undefined class 'VoidCallback' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:162:9 • undefined_class error • Undefined class 'VoidCallback' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:167:9 • undefined_class error • Undefined class 'Axis' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:179:9 • undefined_class error • Undefined class 'ScrollController' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:185:9 • undefined_class error • Undefined class 'ScrollPhysics' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:191:9 • undefined_class error • Undefined class 'DragStartBehavior' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:200:9 • undefined_class info • Sort constructor declarations before other members • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:210:3 • sort_constructors_first error • Undefined class 'Key' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:211:8 • undefined_class info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:216:26 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:217:24 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:218:26 • prefer_equal_for_default_values error • The named parameter 'key' isn't defined • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:232:15 • undefined_named_parameter info • Sort constructor declarations before other members • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:241:3 • sort_constructors_first error • Undefined class 'Key' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:242:8 • undefined_class info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:245:26 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:246:24 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:247:26 • prefer_equal_for_default_values error • The named parameter 'key' isn't defined • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:263:15 • undefined_named_parameter error • Undefined class 'BuildContext' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:265:29 • undefined_class info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:266:12 • avoid_dynamic_calls error • A value of type 'dynamic' can't be returned from the method 'of' because it has a return type of 'SmartRefresher?' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:266:12 • return_of_invalid_type error • Undefined class 'BuildContext' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:269:39 • undefined_class info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:270:12 • avoid_dynamic_calls error • A value of type 'dynamic' can't be returned from the method 'ofState' because it has a return type of 'SmartRefresherState?' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:270:12 • return_of_invalid_type error • Undefined class 'State' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:274:3 • undefined_class error • The name 'StatefulWidget' isn't a type so it can't be used as a type argument • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:274:9 • non_type_as_type_argument info • The method doesn't override an inherited method • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:274:25 • override_on_non_overriding_member error • Classes can only extend other classes • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:279:35 • extends_non_class error • Undefined name 'defaultTargetPlatform' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:286:7 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:286:32 • avoid_dynamic_calls error • Undefined name 'TargetPlatform' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:286:32 • undefined_identifier info • Prefer const with constant constructors • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:287:13 • prefer_const_constructors info • Prefer const with constant constructors • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:288:13 • prefer_const_constructors info • Prefer const with constant constructors • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:290:39 • prefer_const_constructors error • The name 'Widget' isn't a type so it can't be used as a type argument • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:293:8 • non_type_as_type_argument error • Undefined class 'BuildContext' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:293:38 • undefined_class error • Undefined class 'Widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:293:60 • undefined_class error • The name 'Widget' isn't a type so it can't be used as a type argument • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:295:10 • non_type_as_type_argument error • The name 'ScrollView' isn't defined, so it can't be used in an 'is' expression • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:296:18 • type_test_with_undefined_name error • The name 'BoxScrollView' isn't defined, so it can't be used in an 'is' expression • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:297:20 • type_test_with_undefined_name error • Undefined class 'Widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:299:9 • undefined_class info • Prefer final for variable declarations if they are not reassigned • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:299:16 • prefer_final_locals info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:299:25 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:300:13 • avoid_dynamic_calls info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:301:21 • always_specify_types info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:301:22 • avoid_dynamic_calls error • The method 'SliverPadding' isn't defined for the type 'SmartRefresherState' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:301:22 • undefined_method info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:301:61 • avoid_dynamic_calls info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:303:21 • always_specify_types info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:306:19 • always_specify_types info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:306:29 • avoid_dynamic_calls error • The argument type 'dynamic' can't be assigned to the parameter type 'Iterable' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:306:29 • argument_type_not_assignable info • Avoid redundant argument values • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:306:68 • avoid_redundant_argument_values error • The name 'Scrollable' isn't defined, so it can't be used in an 'is' expression • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:308:26 • type_test_with_undefined_name info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:309:17 • always_specify_types info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:311:27 • avoid_dynamic_calls error • The method 'Container' isn't defined for the type 'SmartRefresherState' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:311:27 • undefined_method info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:315:9 • avoid_dynamic_calls error • The operands of the operator '||' must be assignable to 'bool' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:315:9 • non_bool_operand error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:315:9 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:315:34 • avoid_dynamic_calls error • The operands of the operator '||' must be assignable to 'bool' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:315:34 • non_bool_operand error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:315:34 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:318:11 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:318:11 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:325:9 • avoid_dynamic_calls error • Conditions must have a static type of 'bool' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:325:9 • non_bool_condition error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:325:9 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:326:20 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:326:20 • undefined_identifier error • Undefined class 'ScrollPhysics' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:336:3 • undefined_class error • Undefined class 'ScrollPhysics' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:337:35 • undefined_class error • The name 'BouncingScrollPhysics' isn't defined, so it can't be used in an 'is' expression • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:338:47 • type_test_with_undefined_name error • The name 'AlwaysScrollableScrollPhysics' isn't defined, so it can't be used in an 'is' expression • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:339:21 • type_test_with_undefined_name info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:340:13 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:340:13 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:340:13 • avoid_dynamic_calls error • Undefined name 'ScrollConfiguration' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:340:13 • undefined_identifier error • Undefined name 'context' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:340:36 • undefined_identifier error • Undefined name 'context' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:341:39 • undefined_identifier error • Undefined name 'BouncingScrollPhysics' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:343:17 • undefined_identifier error • The name 'SpringDescription' isn't a class • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:347:23 • creation_with_non_type info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:352:25 • avoid_dynamic_calls error • The argument type 'dynamic' can't be assigned to the parameter type 'RefreshController?' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:352:25 • argument_type_not_assignable error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:352:25 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:367:30 • avoid_dynamic_calls error • The method 'NeverScrollableScrollPhysics' isn't defined for the type 'SmartRefresherState' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:367:30 • undefined_method error • Undefined class 'Widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:371:3 • undefined_class error • Undefined class 'Widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:372:7 • undefined_class error • The name 'Widget' isn't a type so it can't be used as a type argument • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:372:31 • non_type_as_type_argument error • Undefined class 'Widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:373:5 • undefined_class error • The name 'Scrollable' isn't defined, so it can't be used in an 'is' expression • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:374:23 • type_test_with_undefined_name info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:375:23 • avoid_dynamic_calls error • A value of type 'dynamic' can't be assigned to a variable of type 'bool?' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:375:23 • invalid_assignment error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:375:23 • undefined_identifier error • Undefined class 'Key' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:376:7 • undefined_class info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:377:29 • avoid_dynamic_calls error • A value of type 'dynamic' can't be assigned to a variable of type 'double?' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:377:29 • invalid_assignment error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:377:29 • undefined_identifier error • Undefined class 'Axis' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:379:7 • undefined_class info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:379:31 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:379:31 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:380:33 • avoid_dynamic_calls error • A value of type 'dynamic' can't be assigned to a variable of type 'int?' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:380:33 • invalid_assignment error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:380:33 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:381:23 • avoid_dynamic_calls error • A value of type 'dynamic' can't be assigned to a variable of type 'bool?' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:381:23 • invalid_assignment error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:381:23 • undefined_identifier error • Undefined class 'ScrollController' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:382:7 • undefined_class info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:382:44 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:382:44 • undefined_identifier error • Undefined class 'DragStartBehavior' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:383:7 • undefined_class info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:383:46 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:383:46 • undefined_identifier error • Undefined class 'ScrollPhysics' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:384:7 • undefined_class info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:384:32 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:384:32 • undefined_identifier error • Undefined class 'Key' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:385:7 • undefined_class error • Undefined class 'ScrollViewKeyboardDismissBehavior' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:387:7 • undefined_class error • Undefined class 'Clip' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:389:7 • undefined_class error • The name 'ScrollView' isn't defined, so it can't be used in an 'is' expression • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:391:24 • type_test_with_undefined_name error • A value of type 'dynamic' can't be assigned to a variable of type 'bool?' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:392:19 • invalid_assignment info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:392:30 • avoid_dynamic_calls error • A value of type 'dynamic' can't be assigned to a variable of type 'double?' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:393:23 • invalid_assignment info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:393:38 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:394:22 • avoid_dynamic_calls error • A value of type 'dynamic' can't be assigned to a variable of type 'int?' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:395:30 • invalid_assignment info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:395:52 • avoid_dynamic_calls error • A value of type 'dynamic' can't be assigned to a variable of type 'bool?' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:396:19 • invalid_assignment info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:396:30 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:397:50 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:398:46 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:399:30 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:400:28 • avoid_dynamic_calls error • A value of type 'dynamic' can't be assigned to a variable of type 'double?' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:401:18 • invalid_assignment info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:401:28 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:403:40 • avoid_dynamic_calls error • A value of type 'dynamic' can't be assigned to a variable of type 'String?' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:404:25 • invalid_assignment info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:404:42 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:405:40 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:406:48 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:409:9 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:409:9 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:409:9 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:410:13 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:411:14 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:412:19 • avoid_dynamic_calls error • Undefined name 'PrimaryScrollController' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:412:19 • undefined_identifier error • Undefined name 'context' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:412:46 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:416:9 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:416:9 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:416:9 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:417:13 • avoid_dynamic_calls error • Undefined name 'PrimaryScrollController' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:417:13 • undefined_identifier error • Undefined name 'context' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:417:40 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:419:14 • avoid_dynamic_calls error • The method 'CustomScrollView' isn't defined for the type 'SmartRefresherState' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:419:14 • undefined_method info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:424:45 • avoid_dynamic_calls error • Undefined name 'Axis' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:424:45 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:427:39 • avoid_dynamic_calls error • Undefined name 'Clip' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:427:39 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:429:40 • avoid_dynamic_calls error • Undefined name 'ScrollViewKeyboardDismissBehavior' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:429:40 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:434:48 • avoid_dynamic_calls error • The method 'AlwaysScrollableScrollPhysics' isn't defined for the type 'SmartRefresherState' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:434:48 • undefined_method info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:436:49 • avoid_dynamic_calls error • Undefined name 'DragStartBehavior' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:436:49 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:440:14 • avoid_dynamic_calls error • The method 'Scrollable' isn't defined for the type 'SmartRefresherState' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:440:14 • undefined_method info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:442:19 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:442:40 • avoid_dynamic_calls error • The method 'AlwaysScrollableScrollPhysics' isn't defined for the type 'SmartRefresherState' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:442:40 • undefined_method info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:443:21 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:444:24 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:445:29 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:446:28 • avoid_dynamic_calls info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:447:27 • always_specify_types info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:447:36 • always_specify_types error • Undefined class 'Viewport' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:448:11 • undefined_class info • Prefer final for variable declarations if they are not reassigned • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:448:20 • prefer_final_locals info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:449:15 • avoid_dynamic_calls error • The name 'Viewport' isn't a type, so it can't be used in an 'as' expression • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:449:61 • cast_to_non_type info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:450:15 • avoid_dynamic_calls error • Conditions must have a static type of 'bool' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:450:15 • non_bool_condition error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:450:15 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:451:13 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:451:13 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:453:17 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:453:17 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:460:15 • avoid_dynamic_calls error • Conditions must have a static type of 'bool' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:460:15 • non_bool_condition error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:460:15 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:461:13 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:461:13 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:461:35 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:461:35 • undefined_identifier info • Prefer final for variable declarations if they are not reassigned • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:473:27 • prefer_final_locals error • Undefined name 'context' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:473:58 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:495:5 • avoid_dynamic_calls error • The method 'setState' isn't defined for the type 'SmartRefresherState' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:495:5 • undefined_method info • The method doesn't override an inherited method • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:501:8 • override_on_non_overriding_member info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:502:9 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:502:9 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:503:7 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:503:7 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:503:7 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:503:7 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:504:11 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:505:7 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:505:7 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:505:7 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:505:7 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:506:11 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:508:11 • avoid_dynamic_calls error • The method 'didUpdateWidget' isn't defined in a superclass of 'SmartRefresherState' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:508:11 • undefined_super_member info • The method doesn't override an inherited method • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:512:8 • override_on_non_overriding_member info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:513:11 • avoid_dynamic_calls error • The method 'didChangeDependencies' isn't defined in a superclass of 'SmartRefresherState' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:513:11 • undefined_super_member info • The method doesn't override an inherited method • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:520:8 • override_on_non_overriding_member info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:521:9 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:521:9 • avoid_dynamic_calls error • Conditions must have a static type of 'bool' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:521:9 • non_bool_condition error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:521:9 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:522:7 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:522:7 • avoid_dynamic_calls error • Undefined name 'WidgetsBinding' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:522:7 • undefined_identifier error • Conditions must have a static type of 'bool' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:525:13 • non_bool_condition error • Undefined name 'mounted' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:525:13 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:525:22 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:525:22 • avoid_dynamic_calls info • Separate the control structure expression from its statement • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:525:22 • always_put_control_body_on_new_line error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:525:22 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:528:11 • avoid_dynamic_calls error • The method 'initState' isn't defined in a superclass of 'SmartRefresherState' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:528:11 • undefined_super_member info • The method doesn't override an inherited method • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:532:8 • override_on_non_overriding_member info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:533:5 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:533:5 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:533:5 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:534:11 • avoid_dynamic_calls error • The method 'dispose' isn't defined in a superclass of 'SmartRefresherState' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:534:11 • undefined_super_member error • Undefined class 'Widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:538:3 • undefined_class info • The method doesn't override an inherited method • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:538:10 • override_on_non_overriding_member error • Undefined class 'BuildContext' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:538:16 • undefined_class error • Undefined class 'Widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:541:5 • undefined_class info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:542:9 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:542:9 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:543:14 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:543:14 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:543:14 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:545:44 • avoid_dynamic_calls error • The method 'AlwaysScrollableScrollPhysics' isn't defined for the type 'SmartRefresherState' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:545:44 • undefined_method error • The name 'Widget' isn't a type so it can't be used as a type argument • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:548:12 • non_type_as_type_argument info • Prefer final for variable declarations if they are not reassigned • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:548:21 • prefer_final_locals info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:549:41 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:549:41 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:550:34 • avoid_dynamic_calls error • Undefined name 'widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:550:34 • undefined_identifier info • Unnecessary null checks • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:553:46 • unnecessary_null_checks info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:555:12 • avoid_dynamic_calls error • The method 'LayoutBuilder' isn't defined for the type 'SmartRefresherState' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:555:12 • undefined_method info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:556:17 • always_specify_types info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:556:21 • always_specify_types info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:557:26 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:557:26 • avoid_dynamic_calls error • A value of type 'dynamic' can't be assigned to a variable of type 'double' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:557:26 • invalid_assignment info • Unnecessary null checks • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:558:20 • unnecessary_null_checks error • Undefined class 'ValueNotifier' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:572:3 • undefined_class error • Undefined class 'ValueNotifier' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:575:3 • undefined_class error • Undefined class 'ScrollPosition' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:581:3 • undefined_class error • Undefined class 'ScrollController' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:586:3 • undefined_class info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:588:38 • avoid_dynamic_calls error • A value of type 'dynamic' can't be returned from the function 'headerStatus' because it has a return type of 'RefreshStatus?' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:588:38 • return_of_invalid_type info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:590:35 • avoid_dynamic_calls error • A value of type 'dynamic' can't be returned from the function 'footerStatus' because it has a return type of 'LoadStatus?' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:590:35 • return_of_invalid_type info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:592:25 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:595:7 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:596:7 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:597:7 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:599:25 • avoid_dynamic_calls info • Sort constructor declarations before other members • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:608:3 • sort_constructors_first info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:609:27 • prefer_equal_for_default_values info • Don't access members with this unless avoiding shadowing • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:612:5 • unnecessary_this info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:612:23 • avoid_dynamic_calls error • The method 'ValueNotifier' isn't defined for the type 'RefreshController' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:612:23 • undefined_method info • Don't access members with this unless avoiding shadowing • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:613:5 • unnecessary_this info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:613:23 • avoid_dynamic_calls error • The method 'ValueNotifier' isn't defined for the type 'RefreshController' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:613:23 • undefined_method error • Undefined class 'ScrollPosition' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:617:26 • undefined_class info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:618:5 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:618:5 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:620:5 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:620:5 • avoid_dynamic_calls info • The declaration '_detachPosition' isn't referenced • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:623:8 • unused_element info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:624:5 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:624:5 • avoid_dynamic_calls error • Undefined class 'StatefulElement' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:627:3 • undefined_class error • Undefined class 'BuildContext' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:627:35 • undefined_class error • Undefined class 'StatefulElement' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:628:5 • undefined_class info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:629:5 • avoid_dynamic_calls error • Undefined class 'Element' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:629:33 • undefined_class info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:631:13 • avoid_dynamic_calls error • The name 'StatefulElement' isn't a type, so it can't be used in an 'as' expression • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:632:25 • cast_to_non_type info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:635:13 • avoid_dynamic_calls error • The name 'StatefulElement' isn't a type, so it can't be used in an 'as' expression • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:636:25 • cast_to_non_type info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:649:29 • avoid_dynamic_calls error • The operands of the operator '&&' must be assignable to 'bool' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:649:29 • non_bool_operand info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:650:7 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:650:7 • avoid_dynamic_calls info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:656:21 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:657:24 • prefer_equal_for_default_values error • Undefined class 'Curve' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:658:7 • undefined_class info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:658:18 • prefer_equal_for_default_values info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:658:20 • avoid_dynamic_calls error • The default value of an optional parameter must be constant • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:658:20 • non_constant_default_value error • Undefined name 'Curves' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:658:20 • undefined_identifier info • Separate the control structure expression from its statement • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:661:20 • always_put_control_body_on_new_line info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:661:27 • always_specify_types error • Undefined class 'StatefulElement' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:662:5 • undefined_class info • Prefer final for variable declarations if they are not reassigned • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:662:22 • prefer_final_locals info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:663:24 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:663:24 • avoid_dynamic_calls info • Separate the control structure expression from its statement • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:664:35 • always_put_control_body_on_new_line info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:665:6 • avoid_dynamic_calls info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:665:32 • always_specify_types info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:667:30 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:667:30 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:669:5 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:669:5 • avoid_dynamic_calls error • Undefined name 'WidgetsBinding' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:669:5 • undefined_identifier info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:671:9 • always_specify_types info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:673:17 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:673:17 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:674:27 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:674:27 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:677:36 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:677:36 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:679:13 • avoid_dynamic_calls info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:683:9 • always_specify_types info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:684:11 • avoid_dynamic_calls info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:688:12 • always_specify_types info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:693:25 • prefer_equal_for_default_values error • Undefined class 'Curve' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:694:7 • undefined_class info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:694:18 • prefer_equal_for_default_values info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:694:20 • avoid_dynamic_calls error • The default value of an optional parameter must be constant • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:694:20 • non_constant_default_value error • Undefined name 'Curves' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:694:20 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:697:5 • avoid_dynamic_calls info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:698:12 • always_specify_types info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:699:13 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:699:33 • avoid_dynamic_calls info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:706:21 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:707:24 • prefer_equal_for_default_values error • Undefined class 'Curve' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:708:7 • undefined_class info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:708:18 • prefer_equal_for_default_values info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:708:20 • avoid_dynamic_calls error • The default value of an optional parameter must be constant • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:708:20 • non_constant_default_value error • Undefined name 'Curves' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:708:20 • undefined_identifier info • Separate the control structure expression from its statement • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:711:20 • always_put_control_body_on_new_line info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:711:27 • always_specify_types error • Undefined class 'StatefulElement' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:712:5 • undefined_class info • Prefer final for variable declarations if they are not reassigned • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:712:22 • prefer_final_locals info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:713:24 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:713:24 • avoid_dynamic_calls info • Separate the control structure expression from its statement • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:714:35 • always_put_control_body_on_new_line info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:715:6 • avoid_dynamic_calls info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:715:32 • always_specify_types info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:717:30 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:717:30 • avoid_dynamic_calls info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:720:14 • always_specify_types info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:721:15 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:721:15 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:722:25 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:725:34 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:725:34 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:727:11 • avoid_dynamic_calls info • Specify type annotations • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:731:14 • always_specify_types info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:732:9 • avoid_dynamic_calls info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:740:47 • prefer_equal_for_default_values info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:741:5 • avoid_dynamic_calls info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:749:25 • prefer_equal_for_default_values error • Undefined class 'Curve' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:750:7 • undefined_class info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:750:18 • prefer_equal_for_default_values info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:750:20 • avoid_dynamic_calls error • The default value of an optional parameter must be constant • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:750:20 • non_constant_default_value error • Undefined name 'Curves' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:750:20 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:751:5 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:752:5 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:752:5 • avoid_dynamic_calls error • Undefined name 'WidgetsBinding' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:752:5 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:753:7 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:753:7 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:756:9 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:764:5 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:769:5 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:775:5 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:775:5 • avoid_dynamic_calls error • Undefined name 'WidgetsBinding' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:775:5 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:776:7 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:783:5 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:783:5 • avoid_dynamic_calls error • Undefined name 'WidgetsBinding' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:783:5 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:784:7 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:790:5 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:790:5 • avoid_dynamic_calls error • Undefined name 'WidgetsBinding' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:790:5 • undefined_identifier info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:791:7 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:797:9 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:798:7 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:804:5 • avoid_dynamic_calls info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:805:5 • avoid_dynamic_calls error • Classes can only extend other classes • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:818:36 • extends_non_class error • Undefined class 'Widget' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:819:9 • undefined_class error • Undefined class 'SpringDescription' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:828:9 • undefined_class info • Sort constructor declarations before other members • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:893:3 • sort_constructors_first error • Undefined class 'Key' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:894:8 • undefined_class info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:898:26 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:900:36 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:901:35 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:902:34 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:903:29 • prefer_equal_for_default_values error • The name 'SpringDescription' isn't a class • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:903:37 • creation_with_non_type info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:908:44 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:909:35 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:910:32 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:911:33 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:912:26 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:913:20 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:915:31 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:917:33 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:918:33 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:919:33 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:920:32 • prefer_equal_for_default_values info • Use = to separate a named parameter from its default value • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:921:33 • prefer_equal_for_default_values error • The named parameter 'key' isn't defined • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:928:15 • undefined_named_parameter error • The named parameter 'child' isn't defined • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:928:25 • undefined_named_parameter info • Sort constructor declarations before other members • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:934:3 • sort_constructors_first error • Undefined class 'Key' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:935:5 • undefined_class error • Undefined class 'BuildContext' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:936:14 • undefined_class error • Undefined class 'SpringDescription' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:946:5 • undefined_class info • Only use double quotes for strings containing single quotes • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:963:13 • prefer_single_quotes error • The named parameter 'key' isn't defined • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:1011:15 • undefined_named_parameter error • The named parameter 'child' isn't defined • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:1011:25 • undefined_named_parameter error • Undefined class 'BuildContext' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:1013:35 • undefined_class info • Avoid method calls or property accesses on a "dynamic" target • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:1014:12 • avoid_dynamic_calls error • A value of type 'dynamic' can't be returned from the method 'of' because it has a return type of 'RefreshConfiguration?' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:1014:12 • return_of_invalid_type info • The method doesn't override an inherited method • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:1018:8 • override_on_non_overriding_member

461 issues found. (ran in 2.2s)

MayLau-CbL commented 2 years ago

105 updated the README.md for different package version supported flutter sdk.

@dlondonog the above 2 issues seems different issues

The first one seems the project is not using the 3.3.0 flutter as those error will show only flutter version < 3.3.0

I found this related log in a different App...

Writing result bundle at path: /var/folders/r3/1w3n7pjj2d7518jr0kfyk7m80000gn/T/flutter_tools.vNqGQ6/flutter_ios_build_temp_dirI4EyUY/temporary_xcresult_bundle : Error: A value of type 'bool?' can't be assigned to a variable of type 'bool' because 'bool?' is nullable and 'bool' isn't. ../…/src/smart_refresher.dart:412 (childView.primary ? PrimaryScrollController.of(context) : null);

And the second issue seems the import is not resolved. You may try to run flutter clean and then flutter pub get again to see if they are resolved. It is not normal even flutter/gesture import is not be resolved.

MayLau-CbL commented 1 year ago

no further comment, close this first