Tools & DevOps
Development tools, version control, CI/CD, deployment, and project management
9
Easy Questions
9
Medium Questions
2
Hard Questions
Easy Questions (9)
What is the difference between dependencies and dev_dependencies in pubspec.yaml?
flutterdartpubspecdependenciespackages
View Details →Code
Why does the first Flutter app build take so long?
flutterbuildgradlexcodecompilation
View Details →Code
Medium Questions (9)
Know how to create CI/CD pipeline - jenkins , github actions (created from the scratch and now successfully running)
git
The manuall way of publishing apps to app store and play store ?
Application runs in debug mode but crashes in release mode why ?
How to automate fastlane in iOS?
fastlaneautomationiosci-cddeployment
How to automate fastlane in Android?
fastlaneautomationandroidci-cddeployment
What is the use of Network Inspector plugin in Flutter? Provide examples.
flutternetworkingdebuggingdevtoolsdio
How to activate Flutter DevTools and how to check memory leaks?
flutterdevtoolsmemorydebuggingperformance
Hard Questions (2)
Flutter Native Integration & Platform Configuration Files
native-integrationplatform-channelsandroidiosgradle
View Details →Code