Getting "CocoaPods could not find compatible versions for pod "Firebase/Database" " Error on flutter
Issue i have followed an exact guide on how to setup a geofire on to my project. i have success…
get it fixed!
Issue i have followed an exact guide on how to setup a geofire on to my project. i have success…
Issue Following an online example I have the following code: _fetchData() async { setState(() { isLoading = true; }); final…
Issue I did a regular flutter run on my Mac, targeting my iPhone simulator today and got these errors. Error…
Issue For Dart 2.17, we can use constructors in enum similarly to how we do with classes. I am trying…
Issue how do i create a list builder that’s going to return a row like in the picture or a…
Issue In file included from /Users/shaifdihan/development/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter_wkwebview-2.7.1/ios/Classes/JavaScriptChannelHandler.m:5: /Users/shaifdihan/development/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter_wkwebview-2.7.1/ios/Classes/JavaScriptChannelHandler.h:5:9: fatal error: ‘Flutter/Flutter.h’ file not found #import <Flutter/Flutter.h> ^~~~~~~~~~~~~~~~~~~ 1 error generated. note:…
Issue Im not sure that my code is correct for using themes and easylocalization together and im open for any…
Issue Someone know how to setup analytics provided by Apple in Xcode? I have a Flutter application and I want…
Issue I only want my App to available on iPhone. This is what I setup in XCode: And in my…
Issue I am using chart_flutter plug in https://pub.dartlang.org/packages/charts_flutter and I want to change the line color of my TimeSeriesChart? The…