Flutter Tutorial - Layout Widgets #15 Flow

Publié le: 11 mai 2020
sur la chaîne: EDMT Dev
1,175
18

Facebook :   / edmtdev  
Link donate : http://paypal.me/edmtdev

#Flutter #FlutterEDMTDev #EDMTDev

A widget that sizes and positions children efficiently, according to the logic in a FlowDelegate.

Flow layouts are optimized for repositioning children using transformation matrices.

The flow container is sized independently from the children by the FlowDelegate.getSize function of the delegate. The children are then sized independently given the constraints from the FlowDelegate.getConstraintsForChild function.

Rather than positioning the children during layout, the children are positioned using transformation matrices during the paint phase using the matrices from the FlowDelegate.paintChildren function. The children can be repositioned efficiently by simply repainting the flow, which happens without the children being laid out again (contrast this with a Stack, which does the sizing and positioning together during layout).

The most efficient way to trigger a repaint of the flow is to supply an animation to the constructor of the FlowDelegate. The flow will listen to this animation and repaint whenever the animation ticks, avoiding both the build and layout phases of the pipeline.


flutter tutorial,flutter tutorial android,flutter tutorial ios,flutter cross platform,flutter tutorial beginner,flutter tutorial for beginners android studio,flutter tutorial in android studio,flutter tutorial app,flutter tutorial android studio,flutter tutorial android studio for beginners,dart flutter tutorial,flutter tutorial for ios,flutter tutorial for beginners,flutter tutorial firebase,flutter tutorial from scratch


Sur cette page du site, vous pouvez voir la vidéo en ligne Flutter Tutorial - Layout Widgets #15 Flow durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur EDMT Dev 11 mai 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 1,175 fois et il a aimé 18 téléspectateurs. Bon visionnage!