Questions tagged [flutter-update]

4 questions
8
votes
5 answers

Flutter - Error (Xcode): Signing for "DKImagePickerController-DKImagePickerController" requires a development team - select a development team

Updated my xcode to 14.0. After upgrading the xcode, My Flutter project throwing the below error. select a development team in the Signing & Capabilities editor Target > Signing & Capabilities > Team also already selected Could not build the…
Anand
  • 4,355
  • 2
  • 35
  • 45
1
vote
0 answers

issues before update flutter version: rm_navigator

After doing the flutter update yesterday, my project stopped compiling, throwing the following error message, I don't understand what it could be or what changes should be made. Error: The argument type 'bool?' can't be assigned to the parameter…
0
votes
3 answers

icon at bottom right corner flutter

I want like this my code SizedBox( height: 150, width: 100, child: Card( elevation: 2, semanticContainer: true, shape: RoundedRectangleBorder(borderRadius:…
Jaini Shah
  • 45
  • 3
0
votes
0 answers

NTP - Flutter plugin not works on Android Emulators

I use the ntp: ^2.0.0 plugin to get Internet time. The plugin was working fine before Flutter upgrade. Now I upgrade my flutter version from 3.0.0 into 3.3.2. After upgrade the plugin works fine on real devices, but not working on Android Emulators.…
Anand
  • 4,355
  • 2
  • 35
  • 45