Skip to main content
Filter by
Sorted by
Tagged with
3 votes
2 answers
3k views

Installing Flutter with Android Studio does not show me the device list that I am expecting. When inspecting the same using the flutter devices it shows me results but not in the Android studio device ...
Gaurav A Dubey's user avatar
0 votes
2 answers
2k views

I would like to get the unique device id on android with Flutter. I've tried this plugin device_info but it doesn't return the ANDROID_ID that I get in java Settings.Secure.getString(context....
Polivicio's user avatar
6 votes
2 answers
4k views

This concerns firebase-auth plugin for flutter. I have the same code running on two mac computers. I just did a fresh install on the latter, and get a build error on FirebaseAuthPlugin.m : ...
Serge B.'s user avatar
  • 832
11 votes
3 answers
15k views

I am creating a database in Flutter by the following code, is there any way we can encrypt the database? Is there any library available for Flutter? initDb() async { io.Directory ...
Raja Jawahar's user avatar
  • 7,002
3 votes
1 answer
4k views

I want to add Firestore to Flutter app, and I have problems running it on iOS. I already added this line to pubspec.yaml cloud_firestore: ^0.6.3 Flutter is updated. Flutter doctor says that I have ...
moonvader's user avatar
  • 21.3k
16 votes
2 answers
9k views

i want to implement flow layout in flutter i found a class called FLOW in sdk but unable to find sample code on how to use it here is the layout i am trying to achieve
user avatar
0 votes
0 answers
368 views

Firebase Flutter login getting error 04-28 14:31:21.261 7687-8012/com.companyname.firebaselogin I/flutter: 'package:google_sign_in/google_sign_in.dart': Failed assertion: line 38: 'displayName != ...
A J's user avatar
  • 4,662
10 votes
1 answer
32k views

I am trying to develop a flutter app which is integrated with node.js . But I don't know how to implement it anyone can help me with this
Mahafuz Zaman's user avatar
2 votes
1 answer
3k views

I am using Dart VM version: 1.24.3 (Wed Dec 13 23:26:59 2017) on "macos_x64" WITH Flutter 0.2.8 • channel beta Framework • revision b397406561 (13 days ago) Engine • revision c903c217a1 Tools • Dart 2....
Sahil Yadav's user avatar
1 vote
2 answers
1k views

I am starting to work on one big project which includes Sirikit, Game Center, Fingerprint, health kit and home kit etc. So my doubt is can I implement those features & other features which are ...
Mayur Rathod's user avatar
3 votes
1 answer
1k views

how to enable flutter_webview_plugin 0.1.5 to enable javascript and process javascript came from webpage ? here is the code in android mWebView = (WebView) findViewById(R.id.activity_main_webview)...
user2839496's user avatar
6 votes
1 answer
16k views

I'm failing to run my first ever Flutter App. Getting the below error. Launching lib\main.dart on Android SDK built for x86 in debug mode... Initializing gradle... Resolving dependencies... * Error ...
SouRav GhoSh's user avatar
0 votes
2 answers
4k views

When i am trying to run my own flutter app in android studio it gives error like this This is my app screenshot: This is my logcat:
Dhiraj Pandey's user avatar
1 vote
0 answers
152 views

I'm trying to use Firebase Database and Firebase Messaging into my Flutter App. But when I include the firebase libraries through pubspec.yaml and try do run it on iOS, I get the following error - ...
Chirag Shenoy's user avatar
2 votes
1 answer
3k views

Unable to find bundled Java version when installing flutter.
Qusay Saad's user avatar
4 votes
2 answers
4k views

I am using OS X High Sierra. I started with the install documentation here: https://flutter.io/setup-macos/ however I cannot seem to install libimobiledevice and ideviceinstaller. When I start ...
hot33331's user avatar
  • 841
1 vote
0 answers
584 views

Hi i getting this error while cloning the Flutter SDK from GitHub. By firing this command in terminal on MacBook. fatal: unable to access 'https://github.com/flutter/flutter.git/': Could not resolve ...
Shubham Sejpal's user avatar
0 votes
1 answer
351 views

I am trying to implement map_view plugin in my flutter application. Followed the instructions provided in the plugin documentation but failed to install the plugin. I have added the dependency for ...
Md. Habibur Rahman's user avatar
7 votes
2 answers
8k views

I want to know whether google is planning to support any other platforms other than iOS and Android for Cross platform development using Flutter. Like React native windows for React native does ...
David's user avatar
  • 1,026
2 votes
3 answers
3k views

While building an app using Android Studio with the Flutter SDK I decided to get the shared_preferences plugin and play around with it. Soon after, I noticed that although the app was running fine on ...
Nathan Bird's user avatar
7 votes
6 answers
10k views

I am trying to setup Flutter in windows 10. I have: Android Studio installed Visual Studio Code When I run "andoid doctor" in command prompt is shows no errors: But When I try to configure VSCode ...
sandeep's user avatar
  • 2,892
4 votes
1 answer
3k views

I have recently started using Flutter ad noticed that apps in debug mode shows "Slow Mode",I know that it shows slow mode only in debug mode and we can remove it by setting debugShowCheckedModeBanner: ...
Shubhamhackz's user avatar
  • 8,063
18 votes
9 answers
56k views

I've been trying to get flutter to detect the Android SDK. flutter doctor returns PS I:\Projects\Flutter\fluttertest\flutterproject> flutter doctor -v [√] Flutter (Channel beta, v0.1.5, on ...
Laserbeak43's user avatar
15 votes
17 answers
54k views

I dowloaded a Flutter sample code for Catalog from git, which showing me a warning, 'package get' has not been run 'Pub get' has not been run What does it mean? How to solve it? Should I ignore ...
Krunal's user avatar
  • 79.9k
138 votes
15 answers
229k views

In Android we have, Settings.Secure.ANDROID_ID. I do not know the iOS equivalent. Is there a flutter plugin or a way to get a unique device id for both Android and IOS in flutter?
karan vs's user avatar
  • 3,404
46 votes
3 answers
15k views

What is the difference between dependencies and dev_dependencies in a pubspec.yaml? It seems that when I run pub get the dev_dependencies aren't downloaded.
user avatar

1
136 137 138 139
140