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.

Mac OS: xcrun: error: invalid active developer path, missing xcrun

MacOS

Git, make ya da gcc kullanımı sırasında xcrun hatası alabiliyoruz.  Ben düzgün bir dokümantasyon bulamadım.   GCC işleminde hata alıyordum. Çözmek için çok debelendim 🙂 MacOS üzerinde yazılım geliştirmenin çekirdeği Xcode üzerine kuruludur.   xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun Bu sorun Xcode temellidir.   […]

Devamını Oku

Flutter- Google’s latest innovation for mobile, web, and desktop apps

Flutter

A Keynote talk by Martin Aguinis and Matt Sullivan at the WeAreDevelopers conference in Berlin discussing how Flutter is redefining app development for mobile, web, and desktop. This session includes live coding an original Flutter app, brand success stories including BMW, deep-dives on what’s been announced at Google I/O and […]

Devamını Oku

Using Firestore as a backend to your Flutter app

Using Firestore as a backend to your Flutter app

Watch Andrew from the Flutter team integrate a Cloud Firestore database from Firebase into a Flutter app. Flutter is Google’s mobile SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is […]

Devamını Oku