I am trying to send a form from flutter app to my email automatically when the user submit the form. here's the code : import 'package:flutter/material.dart';
I have flutter app and I am getting the following error when I run the command: pod install --repo-update Here are is the error I am getting: [!] CocoaPods coul
I wanted to know how to add mute unmute function with looped video without pausing it. on set state I have setState(() {}); controller.setLooping(true); con
This is my code. Bottom navigation Bar overflowing by 12 and 26 pixels to be precise. Any Solutions?** Tried Every way. I also created my custom Bottom Naviga
I am getting a error in the image picker plugin. Have tried all the resources from stack overflow and am really stuck with this from past two days. Whenevr I am
This dependency supposedly supports web, but the implementation to listen for the callback and retrieve the token is missing. After digging around for the last
I am working on an application with dynamic splash screen images. This is how I have implemented it. class _SplashScreenState extends State<SplashScreen>
I wrote this function to save contact number, but it can't save on local storage Future _saveContact() async { Contact contact = Contact(); contact.fami
I am building an app in flutter that reads pdf files from the internet. The package I'm using is "advance_pdf_viewer." I have followed everything as instructed
I want to create a cartview by allowing an item to be selected once I click on the Icon Button then the item is pushed to the cartview and it can show if the it
I am testing on a real device(Redmi 7A) when I open Camera ,URL,GPS, app always get error "Lost connection to device." but when i test on Samsung m31 or Samsung
I am new to flutter and I wonder how to develop filters in flutter something like this (screenshot taken from google images), so I just want to know how to do f
import 'package:path_provider/path_provider.dart'; import 'dart:io'; void createAppFolder() async { final directory = await getExternalStorageDi
I am working on flutter project in Intellij Idea. when I want to add a package in pubspec.yaml, it leads to below errror: HTTP error 403: Forbidden package:p
I have installed flutter and android-SDK ( without android studio ) on windows-10. Installation completed successfully and everything is fine and no errors in w
I am new to flutter and I want to play audio file from URL path with play, pause and seek button and also show notification in player.
Here I have to use pdfImageFromImageProvider function to stateless widget. So, Is it possible to resolve this issue using stateless widget? Future<Widget>
Whenever I tried to do register and tap on the register button then I am having this type of problem with the null check operator used on null values. I get thi
i can run my app only using Flutter run --no-sound-null-safety my mobile attached my my lab top samsung M21 using android studio flutter version Flutter 2.2.1 d
I get this error in my code where I used a table_calendar dependency. Here is my code where I implemented the calendar. import 'package:fitr/reusable_widgets/bo