0% found this document useful (0 votes)
9 views

Flutter

Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Flutter

Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Question one: Write the advantages of using flutter.

1. Same UI and Business Logic in All Platforms


2. Reduced Code Development Time
3. Increased Time-to-Market Speed
4. Like Native App Performance
5. Custom, Animated UI of Any Complexity Available
6. Own Rendering Engine

Question two: Explain the flutter architecture.


Flutter is designed as an extensible, layered system. It exists as a series of independent libraries
that each depend on the underlying layer. No layer has privileged access to the layer below,
and every part of the framework level is designed to be optional and replaceable.

Question three: List some important features of flutter.


1. Hot reload
2. Cross-platform development
3. Widget library
4. Native performance
5. Open source

Question four: Write the limitations of flutter.


Flutter is relatively limited in the number of technologies it can deploy—primarily because of
the few third-party packages and libraries that it can incorporate. Additional limitations come
from the framework’s reliance on Dart as a language for development.

Question five: What do you mean by Dart? Write its importance.


Dart is a client-optimized language for developing fast apps on any platform. Its goal is to offer
the most productive programming language for multi-platform development, paired with a
flexible execution runtime platform for app frameworks.

You might also like