Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dart

In background flutter app works only for 1 minute after that it stops it's working, is Dart-Isolates good to try?

Best practice for effectively scale this UI according to different screen sizes in Flutter

flutter dart flutter-layout

Flutter Sign in with apple failure

ios iphone flutter dart signing

In flutter, how to add an outline button that look like a text field with underline?

flutter dart flutter-layout

flutter_lints any which doesn't exist (authorization failed), version solving failed

How do the new class modifiers work in Dart 3.0 (interface vs abstract)?

flutter dart

How to dynamic access the enum

flutter dart

In meterial 3, the background color of the BottomAppBar does not change. Pink shades appear in the background of the BottomAppBar

How to disable logging in easy localization package in flutter?

Flutter static usage and performance?

Building flutter apk failed after upgrading to Flutter 3.27.1

Is there a way to get the JSON enum value when using @JsonEnum(fieldRename)

Scrollable.of() was called with a context that does not contain a Scrollable widget

flutter dart

Keep the bottom navigation bar in every screens flutter

flutter dart flutter-layout

hydrated_bloc: The parameter 'storageDirectory' is required

flutter dart bloc pubspec

How to exclude files, classes, libraries or packages from dart obfuscation in flutter?

flutter obfuscation dart

How to manually trigger AsyncSnapshot error with FutureBuilder

flutter dart future snapshot

How to send an array in dart post request

How can I combine Getx and go_router in flutter app?

How can I control what is passed to Navigator.pop() when clicking outside of a showModalBottomSheet?