website icon indicating copy to clipboard operation
website copied to clipboard

[PAGE ISSUE]: Example on breaking change page should be updated to be null safe

Open abinvs-2019 opened this issue 3 years ago • 2 comments

Page URL

https://docs.flutter.dev/release/breaking-changes/parent-data-widget-generic-type/

Page source

https://github.com/flutter/website/tree/main/src/release/breaking-changes/parent-data-widget-generic-type.md

Describe the problem

@required was changed to required

Expected fix

Change the @ symbol from @required to required

Additional context

No response

abinvs-2019 avatar Jul 29 '22 05:07 abinvs-2019

Thanks for pointing that out.

It appears the code sample on that page hasn't been updated for null-safety yet.

danagbemava-nc avatar Jul 29 '22 11:07 danagbemava-nc

@khanhnwin, fyi

sfshaza2 avatar Aug 15 '22 19:08 sfshaza2