VOVietnam Outsourcinginblog.giacongphanmem.com·Nov 22, 2023 · 2 min readHow to localize Flutter app name?To localize the app name in a Flutter project, you'll need to modify the Android and iOS sections of your code. This process is not related to Flutter itself, but rather to the specific platforms your app is running on. To begin, you'll need to add t...00
VOVietnam Outsourcinginblog.giacongphanmem.com·Nov 20, 2023 · 1 min readError: CocoaPods's specs repository is too out-of-date to satisfy dependencies. To update the CocoaPods specs, run: pod repo updateError: CocoaPods's specs repository is too out-of-date to satisfy dependencies. To update the CocoaPods specs, run: pod repo update With flutter, when "flutter build ios". Bug when pod outdate and not installed. If using sudo gem install pod, have e...00
VOVietnam Outsourcinginblog.giacongphanmem.com·Nov 19, 2023 · 1 min readCocoaPods could not find compatible versions for pod "FBSDKLoginKit" inside ios directoryWhen cd ios folder, and run "pod install". If show error: "CocoaPods could not find compatible versions for pod "FBSDKLoginKit" inside ios directory" Fix: Open file ios\Podfile uncomment first line, minium 12.0 platform :ios, '12.0'00
VOVietnam Outsourcinginblog.giacongphanmem.com·Nov 18, 2023 · 1 min readError when publish app to chplay "at androidx.fragment.app.FragmentActivity.onStart(Unknown Source:20)""at androidx.fragment.app.FragmentActivity.onStart(Unknown Source:20)" I checked wrong in path folder android. I forget rename 3 folder like such as package bundle id: net.st47.vietech It will show error "fragment.app.FragmentActivity.onStart"00
VOVietnam Outsourcinginblog.giacongphanmem.com·Oct 26, 2023 · 1 min readThe argument type 'BorderRadius?' can't be assigned to the parameter type 'BorderRadiusGeometry' because 'BorderRadius?' is nullable and 'BorderRadiusLaunching lib/main.dart on Chrome in debug mode... ../../../.pub-cache/hosted/pub.dev/nb_utils-6.0.0/lib/src/widgets/blur_widget.dart:37:23: Error: The argument type 'BorderRadius?' can't be assigned to the parameter type 'BorderRadiusGeometry' becau...00