Close

Flutter, Dart Programming Language

Flutter is an open-source, cross-platform UI toolkit created by Google. It is used to create native-looking applications for mobile, web, and desktop. Flutter is a relatively new language, but it has quickly gained popularity due to its speed, performance, and ease of use.

Flutter apps are written in the Dart programming language. Dart is a compiled language, meaning the code is converted into machine code before it is executed. This makes Flutter apps faster than interpreted languages, such as JavaScript.

PocketBase: The One-File Open Source Backend Solution

PocketBase: The One-File Open Source Backend Solution

PocketBase is an open-source backend platform designed to streamline the development process for SaaS and mobile applications. It offers a comprehensive set of features encapsulated in a single file, making it a unique and efficient solution for developers. Key Features: For a deeper dive into its capabilities and to explore […]

Devamını Oku

Implementing Real-time Location Updates on Google Maps in Flutter Apps

Implementing Real-time Location Updates on Google Maps in Flutter Apps

Google Maps is a powerful tool that can be used to display maps, get directions, and find businesses. In Flutter, you can use the Google Maps plugin to add Google Maps to your apps. One of the most popular features of Google Maps is the ability to track the user’s […]

Devamını Oku

Unable to find DartDev snapshot

Unable to find DartDev snapshot

Kaotik Flutter hatalarına devam, Herhangi bir işlem yaparken “Unable to find DartDev snapshot” hatası alıyorum.  MACOS kullanıyorum, sınırlı disk, sınırlı bellek ve yavaş internet erişimi var.  Çözümü aşağıda anlattım.

Devamını Oku

Freelance Yazılımcının Sırt Çantasında Neler Olur?

Yazılımcının çantası

Yeni arkadaşlara faydası olması için kendi araç kutumu açıklıyorum 🙂 PENCIL Flowchart, akış diagramlarını hazırlamak için çok pratik bir araçtır.   Pencil kurumsal site TRELLO Tek başımıza dahi olsak, çevik yöntemleri uygulamaya devam edelim.  Yalnız çalışmak, takım üyesi olmaktan daha fazla disiplini gerektiriyor. Kendi işlerinizi kendiniz izleyeceksiniz.   TRELLO görsel […]

Devamını Oku

error: could not find included file ‘Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig’ in search paths (in target ‘Runner’)

error: could not find included file 'Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig' in search paths (in target 'Runner')

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

class BuildConfig is public, should be declared in a file named BuildConfig.java

class BuildConfig is public, should be declared in a file named BuildConfig.java

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