Category Archives: Flutter

Flutter UI Design Examples 🎈
I started a new series on Flutter. In this series, I create different responsive designs with Flutter and share them on github. Below is my first design, Food Order UI design. Food Order UI Github: https://github.com/Aleynaesr/flutter-ui-design-examples I hope it will be useful to you. Happy Coding 🎈👩🏻💻

Flutter Bottom Navigation Bar Tutorial
Merhaba 🎈, Geçenlerde bir uygulama yaparken bottom navigation bar kullanmak istedim. Fakat tasarlarken bir türlü istediğim gibi yapamadım. Bunun üzerine baştan farklı tasarımlara sahip bottom navigation bars oluşturmaya ve bunları bir repo da toplayarak kullanmak isteyenler için bir tutorial hazırlamaya karar verdim. Umarım sizlere faydalı olur. Aşağıda github linkine ulaşabilirsiniz. Github : Flutter Bottom Navigation Bar…

Flutter Local Json Dosyasından Veri Okumak | Şehir Örneği
Merhaba 🎈 Bu yazımda en son oluşturduğumuz json ap mızı Flutter diliyle okuyup nasıl ekrana verileri yazdırabiliriz ona değineceğim. İlk öncelikle buradaki gibi indirdiğimiz json dosyasını projemizde assets dosyası oluşturarak içerisine atıyoruz. Daha sonra ana sayfamızda verileri satır satır okumak ve yazdırmak için aşağıdaki kod örneğini kullanabiliriz. Bu 3 bölümden oluşan yazı serimle, SpringBoot ile…

My Flutter Notes
Contents Build Flutter Appbundle State Management Effective Dart Style All Dart Cheatsheet Build Flutter Appbundle Use the following command in terminal for Windows Create a file named [project]/android/key.properties that contains a reference to your keystore: Add the keystore information before the android block for [project]/android/app/build.gradle Find the buildTypes block and replace it with the following…