I know it sounds like a beginner's question, but here I go: I've developed a small app to be used locally in restaurants for the waiters to be able to take orde
I want to intercept the back-button of the soft keyboard in flutter. So when I want to close the keyboard by pressing the back-button I want an additional funct
I want to create a Widget with 2 container using a CustomClipper and add a line/stroke/border between them like: So I want a bottom border on the red colored C
i have been struggling to get the fields from an annotation. I am using the source code generator to generate my widget from my annotation but cant seem to use
i'm new in flutter space 'just 3 weeks from first code i wrote' and wanna to help in this issue, i develop an application with multiple themes 'just colors' and
so i'm following a tutorial and trying to build an app with cards in it that has a quote , i've put the quotes in a list as objects from a class named quote , a
I need to convert a string of 8-character hexadecimal substrings into a list of integers. For example, I might have the string 001479B70054DB6E001475B3 whi
I have the following code in my application: For creating the dynamic link I have: /// Function that creates a DynamicLink for a [SingleFashionItem] using [Fire
I have created a flutter app with WebView Is there any way to sweep down to refresh the webpage I am using "webview_flutter_plugin" plugin @override Widget
I don't have any problem with sending notifications. The only problem is that I can't set background notifications. While notification importance and icon in on
I'm getting this error with flutter_windows_v1.9.0-dev but I don't how to solve it. Missing type arguments for generic type "MaterialPageRoute< dynamic &
I'm trying to make a system of sending notifications to the phone with OneSignal. import 'package:firebase_core/firebase_core.dart'; import 'package:flutter/mat
I had a problem with the Navigator widget: I need to match the child widget height. My Navigator widget is inside an Expanded widget but when I change route to
I had a problem with the Navigator widget: I need to match the child widget height. My Navigator widget is inside an Expanded widget but when I change route to
When I build flutter project for iOS on iOS simulator, it gives me an error ld: framework not found Flutter and the build fails. This is the error message w
I'm trying to use hot reload on my Flutter project, but everytime I use it, I have this error: Hot reload received invalid response: {type: ReloadReport, succe
When I build flutter project for iOS on iOS simulator, it gives me an error ld: framework not found Flutter and the build fails. This is the error message w
I have a FloatingActionButton inside a widget tree which has a BlocProvider from flutter_bloc. Something like this: BlocProvider( builder: (context) { So
I want to create a button can move to any position like iPhone Style (Virtual Home Button) in Flutter but I don't know any packages or any library can do it. Mo
I want to create a button can move to any position like iPhone Style (Virtual Home Button) in Flutter but I don't know any packages or any library can do it. Mo