Skip to main content

Questions tagged [flutter]

Use this tag for questions about the Flutter cross-platform UI toolkit. If your question is platform-specific, tag the platform as well (e.g., [android], [ios], etc.). You may also wish to include the [dart] tag for coding questions.

flutter
0 votes
0 answers
8 views

Flutter | Excel | StateError: (Bad state: No element)

I encountered a problem while importing an Excel file into my mobile application. At runtime var excel = Excel.decodeBytes(bytes); the program stops on the exception: StateError (Bad state: No element)...
NickNefyodov's user avatar
0 votes
0 answers
7 views

Copy data from one widget to another page

I have an old flutter app that I want to show on the profile page of the user the reviews but when I add to the code it appears data with a red line saying name doesn't exist class UserPage ...
sanda17's user avatar
  • 57
0 votes
0 answers
9 views

Flutter ios build error :No named parameter with name 'size'

i am trying to build and ipa file for a Flutter project on android and Windows everything works fine, now when I try to build on ipa I get this error " No named parameter with the name 'size'. ...
user1992910's user avatar
0 votes
0 answers
7 views

Best practice to use google map API key in flutter app

I am building an app where users will utilize Google Maps to locate nearby services. I am interested in using the Google Maps widget in the Flutter app. I found information on "https://codelabs....
Kishan Dholariya's user avatar
0 votes
1 answer
11 views

How to update a record stored in cloud firestore in flutter

This is how my function looks to edit a particular record Future<void> updateCourse(Course updatedCourse) async { QuerySnapshot courseQuery = await FirebaseFirestore.instance .collection(...
Pratham Dave's user avatar
0 votes
0 answers
9 views

Horizontal tree indent guides is missing

I am using Android Studio . but I am unable to see this tree indent guides (like the fig. 2) Please help me how to enable this option. I've tried to check the option in Settings -> Languages & ...
Mahdi Msb's user avatar
  • 159
-2 votes
0 answers
10 views

My screen is blank when I start the application. It's a flutter app made using bloc cubit and custom backend using Node

https://github.com/varun-wahi/LeafNotes/tree/243eda07f55cf18537c0ad51d650abf1d9c167cd if someone is willing to run and check the code. Or just give me tips where the error could be producing from. I ...
Varun Wahi's user avatar
0 votes
0 answers
11 views

Troubleshooting WooCommerce API Integration and Paystack Payment Integration in Flutter

I have a couple of queries regarding API integration that I need assistance with: I've successfully integrated the WooCommerce API into my Flutter app, but I'm encountering issues with the cart ...
qasim Saeed's user avatar
0 votes
1 answer
13 views

Tried to automatically register plugins with FlutterEngine but could not find or invoke the GeneratedPluginRegistrant

I am experiencing issues with multiple Flutter plugins (OneSignal, Razorpay, FlutterToast, UrlLauncher, etc.) not being registered correctly. The errors indicate missing implementations for various ...
Avanish 's user avatar
-1 votes
0 answers
13 views

I am having a problem building my flutter app

When I use flutter build iOS function I get this error. I have not had this before, and cannot find information online. Error (Xcode): Package google_api_headers:ios references google_api_headers:ios ...
Steve O'Brien's user avatar
0 votes
0 answers
11 views

Presigned URL PutObject with Flutter and Golang

I'm trying to upload images to my S3 bucket using presigned URLs. My bucket has no public access, and the CORS policy is this: [ { "AllowedHeaders": ["*"], &...
RusskiT's user avatar
  • 206
0 votes
0 answers
69 views

Flutter App does not return back after Apple OAuth in Android

I am developing a Flutter app that is Supabase-backed and not self-hosting. All native and web sign-ins and Google sign-ins for Apple are working. However, apple sign-in for Android does not work. I ...
Abdurrahim Yılmaz's user avatar
0 votes
1 answer
17 views

Customized Bottom Navigation bar icon doesnt change color

In my flutter app, I have created CustomBottomTabBar to be used as a reusable widget in all pages. Just 4 icons to navigate to different pages and change color upon selection. class CustomBottomTabBar ...
V M's user avatar
  • 111
1 vote
1 answer
38 views

catch/ignore async exceptions from futures

Here is a simple app that has 3 buttons that increment counter. import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({...
Malnen's user avatar
  • 11
0 votes
0 answers
18 views

Flutter PDF Content on New Page Even if Space Above

I am trying to my _contentFooter() to break into page. When there are 4 row in _contentTable() It come exactly Bellow the table, but more row it comes on second page. Using flutter package https://pub....
Cipher's user avatar
  • 2,080

15 30 50 per page
1
2 3 4 5
11902