Japan is preparing to issue digital currency in both the public and private sectors following swift moves by China and other countries to do the same. Virtual money issued by central banks worldwide is called “central bank digital currency” or CBDC and is used for cashless payments via smartphones or […]
Devamını Oku
when I build flutter application for IOS, I am giving “error: could not find included file ‘Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig’ in search paths (in target ‘Runner’)” error Solution is so simple 🙂
Devamını Oku
I am using Android Studio for flutter development on MacBook-pro. Everything was normal. Now I am getting this “class BuildConfig is public, should be declared in a file named BuildConfig.java” error whenever I want to run my application on Android simulator. Solution is “ “
Devamını Oku
interesting error while building flutter app for Android. “Gradle threw an error while downloading artifacts from the network .. Exception: Gradle task assembleDebug failed with exit code 1” and this is my solution:)
Devamını Oku
Flutter projects sometimes give similar errors ” The named parameter ‘colors’ isn’t defined.” Generally, the solution is simple Flutter -clean Under File –> Invalidate Caches / Restart
Devamını Oku
Setting the version and build number You can update both the version name and the version code number in the same place in pubspec.yaml. Just separate them with a + sign. For example: This means
Devamını Oku
Android Studio’ da normal çalışırken bir gün “Could not install Gradle distribution from …” hatası aldım.
Devamını Oku
V8 is Google’s open-source high-performance JavaScript and WebAssembly engine, written in C++. It is used in Chrome and Node.js, among others. It implements ECMAScript and WebAssembly, and runs on Windows 7 or later, macOS 10.12+, and Linux systems that use x64, IA-32, ARM, or MIPS processors. V8 can run standalone or can be […]
Devamını Oku
The future of our industry depends on two major categories of foodservice technology to advance in the area of operations and next generation foods. FoodTech21 Virtual Event will showcase the thought leaders, brands and innovators that will be leading the next foodservice revolution. Register For The Next Virtual Event HERE! […]
Devamını Oku
Android Studio ve XCode kullanarak Flutter uygulamaları geliştiriyorum. IOS simulatöründe uygulama çalıştırırken dramatik “XCode Code Sign Error” hataları için çözümü buldum 🙂 flutter clear
Devamını Oku