Tag Archives: dart

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…

Read More

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…

Read More