Loading...

General

General Flutter and mobile development questions

16
Easy Questions
9
Medium Questions
1
Hard Questions

Easy Questions (16)

#43EasyGeneral

What is Run App

#91EasyGeneral

Types of principles in software engineering ?

#103EasyGeneral

What is DRY in coding ?

#116EasyGeneral

What is 𝗦𝗲𝗮𝗹𝗲𝗱 𝗖𝗹𝗮𝘀𝘀𝗲𝘀 & 𝗣𝗮𝘁𝘁𝗲𝗿𝗻 𝗠𝗮𝘁𝗰𝗵𝗶𝗻𝗴 𝗶𝗻 𝗗𝗮𝗿𝘁 ?

#131EasyGeneral

What is sonarcube and purpose of it ?

#136EasyGeneral

What is String Concatenation ?

#137EasyGeneral

What is BODMAS rules for calculation ?

#138EasyGeneral

4 types of brackets in math?

#152EasyGeneral

What is Triage / Analysis in agile methodology?

#160EasyGeneral

Different types of API and full form of API ?

api
#169EasyGeneral

What is the use of FocusManager ?

#180EasyGeneral

What is the use of shorebird , stac.dev and what is the difference between them ?

#182EasyGeneral

What is the root dir of your project ?

#199EasyGeneral

What is the use of jcenter and Maven Central repositories ?

#222EasyGeneral

What is the difference between Method and function?

#256EasyGeneral

What is the difference between set vs map and where to use which one provide me with some-example ?

Medium Questions (9)

#4MediumGeneral

If `int? A =0;` can I make it as null on pressing the button?

#22MediumGeneral

`Int A =0;` on pressing the button can we change `A=‘name’;`?

#40MediumGeneral

If A =0 , B=1 , how to assign A value in B , B value in A

#121MediumGeneral

What are all the AI tool your using in your project and how drastic you can reduce the time using AI tool (ai agents, vibe coding, )

#127MediumGeneral

Learn Data Structure and Algorithm ?

#129MediumGeneral

Using abstract vs interface in DAO like IMenuDAO?

#141MediumGeneral

How to convert Map to string and string to Map ?

#1MediumGeneral

**Local state:** `setState()` (simple but can become hard to manage).

state
#293MediumGeneral

is dispose method is called if navigating screen on top of currenting screen then well the previous screen dispose method is called ?

Hard Questions (1)

#227HardGeneral

Create a currency converter app with the provided API ? (Interview Question)

api