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
4 views

Because progress_dialog 1.2.4 doesn't support null safety and no versions of progress_dialog match >1.2.4 <2.0.0, progress_dialog ^1.2.4 is forbidden

After running flutter pub get, the following error occurs click on the image I have also changed the version bound to >=3.2.4 <4.0.0, but still this error is coming. Also this is the output when ...
Ritam26's user avatar
0 votes
0 answers
4 views

flutter project wont run on iOS . android works

I cannot get iOS emulator or real device to run using flutter. Android works. Ive tried flutter clean, updating pods etc also reinstalling Xcode but still I get the same error: Failed to build iOS app ...
user19051554's user avatar
0 votes
0 answers
5 views

Convenient way to observe navigation in Flutter go_router

In go_router, is there a way to read the current route once a navigation event happens (read the route before it changes). Similar to auto_router's onNavigattion. I tried getting that from the ...
sharbel okzan's user avatar
-1 votes
0 answers
4 views

Issues Running Cloned Flutter Project on Mac - CocoaPods Error

I started a Flutter project on my Windows PC, but now I want to test it on my Mac. I have installed all the necessary tools, including an emulator. The emulator works fine when I create a new Flutter ...
IniOluwa Longe's user avatar
0 votes
0 answers
8 views

How to create a custom drawer in flutter?

How to create a custom drawer in flutter? This attached example was made with ionic, I would like to know if it is possible to create a custom drawer in flutter with this same behavior. The drawer ...
José Ferreira's user avatar
0 votes
1 answer
21 views

Large JSON encode

I was performing a JSON file encoding in my project and noticed that the method for encoding is synchronous. While discussing this with a friend, he questioned whether a very large JSON file could ...
WilliamKose's user avatar
0 votes
0 answers
8 views

flutter web app displays blank screen after compiling with flutter build web --release

I am trying to deploy a flutter app on the web. I have compiled it using flutter build web --release and I have commented out this line . I found this in other posts but it didn't work for me. I ...
LostTexan's user avatar
  • 797
0 votes
0 answers
7 views

Is there a simple way to open an authenticator app for viewing?

I know how to open an authenticator app for registering a new account by using the URL scheme otpauth://... But what if I simply want to open the authenticator app for viewing? For example, I want to ...
Magnus's user avatar
  • 18.1k
0 votes
0 answers
7 views

Flutter Android Plugin has IDE errors when using Android Studio

I create a new Flutter Android Java plugin like so: flutter create --template=plugin --platforms=android -a java sample_android_plugin I open the project on the current latest version of Android ...
Yahya Uddin's user avatar
  • 28.2k
1 vote
0 answers
17 views

Solving CORS issues between my fastapi and flutter application

I have a fastapi server running in my local network and want to make a request to that server using flutter. I am allowing all origins inside my main.py app = FastAPI(lifespan=lifespan) origins = [ ...
jack's user avatar
  • 27
0 votes
0 answers
14 views

How to solve the error unable to detect project KGP version. Skipping version checking. on Flutter /Android studio

I'm currently having the following error in Flutter /Android studio I couldn't find any help on google: Warning: unable to detect project KGP version. Skipping version checking. This may be because ...
datavinnie's user avatar
0 votes
1 answer
15 views

Flutter How to make paging at Future<void>

I have data for 100 items coming from my API server and the data is fine with no problem with it, but I'm trying to make it show 20 items every time I get to the end of the list but it keeps loading ...
Emad Younan's user avatar
0 votes
1 answer
10 views

Flutter serverpod issues with sample project Mac, database seems to be missing tables

Mac M1, Serverpod 2.0.1, Flutter 3.22.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision 761747bfc5 (5 weeks ago) • 2024-06-05 22:15:13 +0200 Engine • revision edd8546116 ...
Peter Eriksson's user avatar
0 votes
0 answers
9 views

Use bitmask with isar database

I have a class in my flutter project that uses a bitmask to store certain flags in an int. Objects of this class are stored in an isar database and I want to query these objects based on the flags. ...
hammer's user avatar
  • 11
0 votes
0 answers
11 views

Launch Url Function not working on clicking the button but works fine on flutter web release

My application was working fine on local flutter web release version after deploying the application on firebase the launch url functionality not working and browser console gives this output ...
Akash_Sri's user avatar

15 30 50 per page
1
2 3 4 5
11895