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
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
For my last project, I am using Java and Apache PDFBOX . For the chaotic “U+000A (‘controlLF’) is not available in this font encoding: WinAnsiEncoding.” Error I ‘ve found a simple solution
Devamını Oku
Cloud computing giant Salesforce is acquiring the workplace chat app Slack. Salesforce (NYSE: CRM), the global leader in CRM, and Slack Technologies, Inc. (NYSE: WORK), the most innovative enterprise communications platform, has entered into a definitive agreement under which Salesforce will acquire Slack. Under the terms of the deal, Slack […]
Devamını Oku
Raspberry Pi has always been a PC company. Inspired by the home computers of the 1980s, our mission is to put affordable, high-performance, programmable computers into the hands of people all over the world. And inspired by these classic PCs, here is Raspberry Pi 400: a complete personal computer, built into […]
Devamını Oku
Flutter için üretken bir geliştirici topluluğu var. Flutter öğrenirken kullandığım kaynakları paylaşıyorum. Başlangıç noktası https://flutter.dev/docs/get-started/install Kurumsal site https://flutter.dev/ Türkçe ve derli toplu bir rehber https://github.com/salihgueler/flutter-rehberi Awesome Flutter https://github.com/Solido/awesome-flutter Widget library https://api.flutter.dev/flutter/widgets/widgets-library.html Codelab başlangıcı https://flutter.dev/docs/get-started/codelab Türkçe güzel bir kanal https://www.youtube.com/channel/UCqN0oXvdrMl_A8zayv_keJA Codelab örnekler https://codelabs.developers.google.com/codelabs/first-flutter-app-pt1#0
Devamını Oku