Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in flutter

How to add multiple rows to bottom app bar

Create or Run Flutter Project Offline or without internet

flutter

Flutter Hero Animation dismissing keyboard on textfield

flutter flutter-animation

Why I can not add some packages to pubspec.yaml file?

flutter yaml

Flutter Dart - isolate stops working when screen is off

Flutter - routing to a specific screen when app launched through a push notification

Flutter default app doesn't run - Build failed - task ':app:compressDebugAssets' - Task :app:processDebugManifest FAILED

android flutter gradle

How to fix Flutter "Toolchain installation `usr/lib/jvm/java-21-openjdk` does not provide the required capabilities" error

Problem about MediaQuery.of(context).viewInsets in Flutter for Redmi 7

Flutter 3 Transparent AppBar with transparent shadowColor is still visible

flutter flutter-layout

Riverpod Testing: How to mock state with StateNotifierProvider?

flutter dart testing mockito

Why can LayoutBuilder not have an intrinsic dimensions?

flutter flutter-layout

Failed assertion: line 4429 pos 12: '!_debugLocked': is not true

Why I should use named routes?

flutter

Flutter realtime database onValue parsing

Flutter wrapping row elements

How can I initialize screen util package in a different package ? Or is it correct way to do it?

flutter migration to null-safety - Bad state: Error: package has unmigrated dependencies - own screens

facing error in flutter on Android version 11

Why can't non-nullable fields be initialized in a constructor body in Dart?