• Dan Field's avatar
    Document additional cases (#137957) · a3f2c7a4
    Dan Field authored
    Fixes https://github.com/flutter/flutter/issues/137924
    Fixes https://github.com/flutter/flutter/issues/136885
    
    The framework defaults to keeping the widget tree alive and ready to render regardless of application lifecycle events such as showing or hiding a view controller.
    
    Add-to-app developers may be surprised by this, and tend to file bugs asking why `dispose` isn't called when the view is dismissed (or why memory usage is higher than expected after dismissing Flutter UI).
    
    Adds documentation to explain the limitation and what to do instead.
    
    /cc @zanderso @chinmaygarde @jonahwilliams @jason-simmons since we were discussing this in triage.
    a3f2c7a4
Name
Last commit
Last update
..
fix_data Loading commit data...
src Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_user.yaml Loading commit data...
animation.dart Loading commit data...
cupertino.dart Loading commit data...
foundation.dart Loading commit data...
gestures.dart Loading commit data...
material.dart Loading commit data...
painting.dart Loading commit data...
physics.dart Loading commit data...
rendering.dart Loading commit data...
scheduler.dart Loading commit data...
semantics.dart Loading commit data...
services.dart Loading commit data...
widgets.dart Loading commit data...