In this last session of Chapter 2, we will test performance of the application against one of the standard packages in flutter.
We will create a profiler to collect performance data and use that to understand performance issues in our application.
We also use, EventEmitter, a class which takes care of event handling mechanism and helps us to achieve event driven development for our framework.
We compare performance of the sample application with the ScopedModel sample application from flutter architectural samples. We follow a step by step approach to identify possible performance issues in our application and optimise it using standard mechanism.
If you haven't checked our previous videos, you can do so from the following links.
Chapter 2:
Part2:Session4: • Flutter Course|C2|P2|S4:Handling Data...
Part2:Session3: • Flutter Course:C2|P2|S3|Home Page|Rou...
Part2:Session2: • Flutter Course|C2|P2|S2|Home Inventor...
Part2:Session1: • Flutter Course|C2|P2|S1:Home Inventor...
Part1-Session2: • Flutter Course|C2|P1|S2|Home Inventor...
Part1-Session1: • Flutter Course|C2|P1|S1:MVC Framework...
Introduction : • Flutter Course|C2|Intro-Creating MVC ...
Chapter 1:
Session 2 - • Flutter - Using Scaffold ( C1-P3-S2 )
Session 1 - • Flutter - Using Scaffold ( C1-P3-S1 )
Introduction to Flutter course - • Flutter- Introduction to the online c...
A detailed explanation on Flutter framework - • Flutter - C1:P1 - Understanding flutt...
Learn Scaffold in 5 minutes - • Flutter- C1:P2 - Introduction to Scaf...
Need help in installing flutter in Windows, checkout our complete guide - • Setting up flutter in windows for And...
Code for the course can be found at https://github.com/iMeshAcademy/flu-tur