Skip to content

manuelrdsg/Flutter-Todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Flutter App - Cross-Platform Performance study

This project is a benchmark applcation developed using Flutter. This application was developed in order to meassure execution times and code quality metrics in it. The result of this meassures were used in a comparative study between cross-platform frameworks.

The application can manage simple text tasks. You can add, delete, update the task list and load a JSON with a set of tasks.

More info about the written paper can be found here

Disclaimer

Please note that this app was developed specifically as a benchmark application and therefore does not contain a middleware for managing network calls, and other essential features.