Last active
March 24, 2025 04:50
-
-
Save LabN36/fbf277d323cf18cc64902a7e805bf119 to your computer and use it in GitHub Desktop.
Flutter Interview Question Bank
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*These questions are based on my personal experiences and based on the interview I have given | |
The questions are listed on random order, I may organise this topic wise in future.* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
what are
sealed
classes, what is the use of it, why its necessary to havesealed
class, what are the alternatives