• 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
..
action_sheet.dart Loading commit data...
activity_indicator.dart Loading commit data...
app.dart Loading commit data...
bottom_tab_bar.dart Loading commit data...
button.dart Loading commit data...
colors.dart Loading commit data...
constants.dart Loading commit data...
context_menu.dart Loading commit data...
context_menu_action.dart Loading commit data...
date_picker.dart Loading commit data...
dialog.dart Loading commit data...
icon_theme_data.dart Loading commit data...
icons.dart Loading commit data...
interface_level.dart Loading commit data...
localizations.dart Loading commit data...
nav_bar.dart Loading commit data...
page_scaffold.dart Loading commit data...
picker.dart Loading commit data...
refresh.dart Loading commit data...
route.dart Loading commit data...
scrollbar.dart Loading commit data...
segmented_control.dart Loading commit data...
slider.dart Loading commit data...
sliding_segmented_control.dart Loading commit data...
switch.dart Loading commit data...
tab_scaffold.dart Loading commit data...
tab_view.dart Loading commit data...
text_field.dart Loading commit data...
text_selection.dart Loading commit data...
text_theme.dart Loading commit data...
theme.dart Loading commit data...
thumb_painter.dart Loading commit data...