Day 14 of flutter class

1)What is statelesswidget ?

A stateless widget in flutter is is defined as any widget which changes its state within its lifetime.

2)What is statefulWidget ?

A widget that has mutable state.

3) What is Buildtime and Runtime ?

Build time is the time at which the source code is converted into an executable code.

run time is the time at which the executable code is started running

3)What is the use of MediaQuerry ?

Establishes a subtree in which media queries resolve to the given data

4)What is SetsState?

Calling setState notifies the framework that the internal state of this object has changed in a way that might impact the user interface in this subtree

To view or add a comment, sign in

More articles by Sam Bhusal

  • AWS Questions - 10/6/2021

    What is Cloud computing ? Cloud computing is the distribution of computing services like storages, databases, software,…

  • Day 5 Python

    Day 5 Python How to be successful in python? To practice and practice. Programming using variables What is variable?…

  • Python Day 2

    Python Continued..

  • Day 3 of Flutter

    Dart pad debug console and terminal instead of just writing print Life is beautiful 3 times like this print("Life is…

  • JSON and API, etc …

    What is API and how to create own API? The set of functions and procedures allowing the creation of applications that…

  • Day 1 of AWS 10/12/2020

    What is Cloud computing ? Cloud computing is the distribution of many distinct services. How AWS cloud is different…

  • Day 1 Intro to Python

    Day 1 Session 1 Before beginning Python we should first address some questions that generally arouse in first time…

  • Intro to Linux/Unix 3/21/2021 Overview

    Chapter 1 The Standard Boot process for PC Power to Computer The Basic Input/output system (BIOS) is read from a chip…

Explore content categories