Flutter MCQ Questions 1 To 100
Flutter MCQ Questions 1 To 100
1. What is Flutter?
B. SDK for building natively compiled apps for mobile, web, and desktop
Answer: B
A. Facebook
B. Apple
C. Google
D. Microsoft
Answer: C
27. What is the correct order to initialize Firebase in the main.dart file?
A. runApp() → Firebase.initializeApp()
B. Firebase.initializeApp() → runApp()
C. init() → runApp()
D. firebaseInit() → MaterialApp()
Answer: B
28. Which Firebase service would you use to authenticate users with email/password?
A. firebase_auth
B. cloud_firestore
C. firebase_storage
D. firebase_login
Answer: A
35. Which widget is used for building animations without rebuilding the whole widget tree?
A. AnimationController
B. AnimatedBuilder
C. Container
D. Tween
Answer: B
89. What tool is used for obfuscating Dart code during release?
A. minify
B. --obfuscate flag
C. dart_encrypt
D. flutter hide
Answer: B
90. What is the default mode when running Flutter apps via flutter run?
A. Release
B. Debug
C. Test
D. Profile
Answer: B
Page 1