foxsofter /
flutter_thrio
flutter_thrio makes it easy and fast to add flutter to existing mobile applications, and provide a simple and consistent navigator APIs.
83/100 healthLoading repository data…
Mali03 / repository
A simple cross-platform note app to create, edit, and share notes. | Not oluşturma, düzenleme ve paylaşma imkanı sunan basit bir çapraz platform not uygulaması.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
EN - A simple note-taking application built with Flutter and Firebase.
TR - Flutter ve Firebase ile geliştirilmiş basit bir not alma uygulaması.
You can select your preferred languages below:
The app supports user authentication (Login, Register), real-time storage of notes, and basic note management features (create, edit, delete and share note).
git clone https://github.com/Mali03/Flutter-NoteApp.git
cd Flutter-NoteApp
flutter pub get
Create a Firebase project at https://console.firebase.google.com/
Enable Authentication → Email/Password
Selected from shared topics, language and repository description—not editorial ratings.
foxsofter /
flutter_thrio makes it easy and fast to add flutter to existing mobile applications, and provide a simple and consistent navigator APIs.
83/100 healthherzhenr /
A cross platform app for waking machines on the network with Wake On Lan
77/100 healthwisamidris77 /
Building a workout routine, reading every day, or breaking bad habits—made simple
Create a Firestore database (start in test mode during development)
For Android:
Add an Android app in Firebase with your package name
Download google-services.json and place it in android/app/
Add Firebase config in android/build.gradle and android/app/build.gradle as per FlutterFire docs
For iOS:
Add an iOS app in Firebase with your bundle identifier
Download GoogleService-Info.plist and place it in ios/Runner/
Run pod install in ios/
Follow official FlutterFire setup docs for exact steps: https://firebase.flutter.dev/ (recommended)
flutter run
The current version of this app uses Firebase (cloud-based) for note storage.
If you would like to see the earlier implementation that used local storage with SQLite (sqflite), you can check out commit f984f70.
That version demonstrates how CRUD operations were handled locally using the sqflite package before migrating to Firebase.
Note: the old SQLite-related files are still present in the project under lib/services/crud/, but they are no longer used in the current Firebase-based implementation.
This project is licensed under the MIT License - see the LICENSE file for details.
If you need any help contact me on LinkedIn.
Uygulama, kullanıcı kimlik doğrulamasını (Giriş yap, Kayıt ol), notların gerçek zamanlı olarak saklanmasını ve temel not yönetim özelliklerini (oluşturma, düzenleme, silme ve paylaşma) destekler.
git clone https://github.com/Mali03/Flutter-NoteApp.git
cd Flutter-NoteApp
flutter pub get
https://console.firebase.google.com/ adresinde bir Firebase projesi oluşturun
Authentication → Email/Password özelliğini etkinleştirin
Firestore veritabanı oluşturun (geliştirme sırasında test modunda başlatabilirsiniz)
Android için:
Firebase’e Android uygulamanızı paket adınız ile ekleyin
google-services.json dosyasını indirip android/app/ klasörüne yerleştirin
FlutterFire dokümantasyonuna göre android/build.gradle ve android/app/build.gradle dosyalarını yapılandırın
iOS için:
Firebase’e iOS uygulamanızı bundle identifier ile ekleyin
GoogleService-Info.plist dosyasını indirip ios/Runner/ klasörüne yerleştirin
ios/ klasöründe pod install komutunu çalıştırın
Tam adımlar için resmi FlutterFire kurulum dokümantasyonunu takip edin: https://firebase.flutter.dev/ (önerilir)
flutter run
Bu uygulamanın mevcut sürümü, notları saklamak için Firebase (bulut tabanlı) kullanmaktadır.
Eğer SQLite (sqflite) ile yerel depolama kullanılan eski uygulamayı görmek isterseniz, f984f70 commit’ine göz atabilirsiniz.
Bu sürüm, Firebase’e geçmeden önce CRUD işlemlerinin sqflite paketi kullanılarak nasıl yapıldığını göstermektedir.
Not: Eski SQLite ile ilgili dosyalar hâlâ projede lib/services/crud/ klasörü altında bulunmaktadır, ancak mevcut Firebase tabanlı sürümde artık kullanılmamaktadır.
Bu proje MIT Lisans altında lisanslanmıştır - detaylar için LICENSE dosyasını incele.
Eğer bir yardıma ihtiyacın varsa bana LinkedIn üzerinden ulaş.
rajput-hemant /
A Simple but elegant Calculator app made with Flutter using Google's Material Design with Currency (Exchange Rate) and Unit Converter.
74/100 healthmahmudahsan /
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
78/100 healthAihrarshaikh /
A simple mobile application made with flutter and dart to fetch news form an unofficial inshort news api
52/100 health