• Alexandre Ardhuin's avatar
    Nnbd widgets (#64672) · e682ec71
    Alexandre Ardhuin authored
    * migrate widget to nullsafety
    
    * remove double blank line after license
    
    * address review comments in actions.dart
    
    * nullable ObjectKey.value
    
    * use local variable oldElement
    
    * make State.build non-nullable
    
    * make State.context non-nullable
    
    * newline at eof
    
    * make ProxyWidget.child non-nullable
    
    * make _InactiveElements.debugContains non-nullable
    
    * make Element.depth non-nullable
    
    * make ProxyElement.build non-nullable
    
    * make StatefulElement.state non-nullable
    
    * remove 'Notice that'
    
    * avoid cast of list in RenderObjectElement.updateChildren
    
    * make IndexedSlot.value non-nullable
    
    * avoid cast of list in MultiChildRenderObjectElement.mount
    
    * make some WidgetsApp parameters non-nullable
    
    * hitTest take non-nullable position
    
    * make ScrollableState.position non-nullable
    
    * use _pixels instead of pixels
    
    * make ViewportOffset.pixels non-nullable
    
    * make param and return type of IndexedWidgetBuilder non-nullable
    
    * unused_import
    
    * make context param non-nullable for Builder in animated_list.dart
    
    * make ScrollMetrics.viewportDimension non-nullable
    
    * make ScrollMetrics.{min,max}ScrollExtent non-nullable
    
    * make _Location.file non-nullable
    
    * _WidgetForTypeTests.createElement throw UnimplementedError
    
    * update _NullWidget.build error message
    
    * make _ShortcutsState.manager non-nullable
    
    * Fix childCount issues for NNBD
    
    * fix childCount computation on web
    
    * increase max value on js side to compute childCount
    
    * make aspect parameter of dependOnInheritedWidgetOfExactType nullable
    
    * merge has{min,max}ScrollExtent into hasScrollExtents
    
    * update focus_manager.dart
    
    * address review comments in icon.dart
    
    * address review comments in image.dart
    
    * address review comments in routes.dart
    
    * address review comments in scroll_activity.dart
    
    * update doc comments
    
    * make UserScrollNotification.direction non-nullable and required
    
    * rename hasScrollExtents to hasContentDimensions
    
    * unnecessary late
    Co-authored-by: 's avatarIan Hickson <ian@hixie.ch>
    e682ec71
Name
Last commit
Last update
..
annotated_region_test.dart Loading commit data...
aspect_ratio_test.dart Loading commit data...
baseline_test.dart Loading commit data...
box_constraints_test.dart Loading commit data...
box_test.dart Loading commit data...
cached_intrinsics_test.dart Loading commit data...
constraints_test.dart Loading commit data...
debug_overflow_indicator_test.dart Loading commit data...
debug_test.dart Loading commit data...
dynamic_intrinsics_test.dart Loading commit data...
editable_gesture_test.dart Loading commit data...
editable_test.dart Loading commit data...
error_test.dart Loading commit data...
flex_overflow_test.dart Loading commit data...
flex_test.dart Loading commit data...
image_test.dart Loading commit data...
independent_layout_test.dart Loading commit data...
intrinsic_width_test.dart Loading commit data...
layer_annotations_test.dart Loading commit data...
layers_test.dart Loading commit data...
limited_box_test.dart Loading commit data...
localized_fonts_test.dart Loading commit data...
mock_canvas.dart Loading commit data...
mouse_tracking_cursor_test.dart Loading commit data...
mouse_tracking_test.dart Loading commit data...
mouse_tracking_test_utils.dart Loading commit data...
mutations_test.dart Loading commit data...
non_render_object_root_test.dart Loading commit data...
object_test.dart Loading commit data...
offstage_test.dart Loading commit data...
overflow_test.dart Loading commit data...
paint_error_test.dart Loading commit data...
paragraph_intrinsics_test.dart Loading commit data...
paragraph_test.dart Loading commit data...
platform_view_test.dart Loading commit data...
positioned_box_test.dart Loading commit data...
proxy_box_test.dart Loading commit data...
proxy_getters_and_setters_test.dart Loading commit data...
proxy_sliver_test.dart Loading commit data...
reattach_test.dart Loading commit data...
recording_canvas.dart Loading commit data...
relative_rect_test.dart Loading commit data...
rendering_tester.dart Loading commit data...
repaint_boundary_2_test.dart Loading commit data...
repaint_boundary_test.dart Loading commit data...
semantics_and_children_test.dart Loading commit data...
simple_semantics_test.dart Loading commit data...
size_test.dart Loading commit data...
sliver_cache_test.dart Loading commit data...
sliver_fixed_extent_layout_test.dart Loading commit data...
sliver_persistent_header_test.dart Loading commit data...
slivers_block_test.dart Loading commit data...
slivers_helpers_test.dart Loading commit data...
slivers_layout_test.dart Loading commit data...
slivers_test.dart Loading commit data...
stack_test.dart Loading commit data...
table_border_test.dart Loading commit data...
table_test.dart Loading commit data...
transform_test.dart Loading commit data...
view_test.dart Loading commit data...
viewport_caching_test.dart Loading commit data...
viewport_test.dart Loading commit data...
wrap_test.dart Loading commit data...