Flutter Quiz! Day 01 Be fast and choose the correct options to win a cool swag kit for yourself. #DevFestIndia2021 #DevFest *Required Email * Your email address Name * Your answer A widget that allows us to refresh the screen is called a ____________. * Stateless widgets Stateful widget Statebuild widget All of the above Dart programs run in _______ modes. * 2 3 4 5 When was Flutter 1.0 announced? * Dec 2017 Feb 2021 Dec 2018 June 2020 What are build modes in flutter? * Debug Profile Release All of the above How many types of widgets are there in Flutter? * 3 4 2 5 Dart has multiple interfaces * TRUE FALSE Flutter is mainly optimized for 2D mobile apps that can run on? * Android iOS Both A and B None of the above The _______ function is a predefined method in Dart. * declare() list() main() return() pubspec.yaml file does not contain? * Project general settings Project dependencies Project language Project a...
Comments