@flutter_online
Flutter with Ibrokhimov A
Channel ID: 5648
11
subscribers
Avg Views
36
per post
Growth Rate
N/A
Engagement
3.3%
Fake Score
0/100
About
Related Channels in Public
Latest Posts
Flutter + Native. Phone battery tutorial.
---
# 🔌 Flutter ↔ Native (Platform Channels)
### Example: Get battery level from Android
---
## 1️⃣ Flutter side (Dart)
### Create a MethodChannel
impor...
59 views
05-17 20:41
05-17 20:41
Future<void> signOut() async {
await _auth.signOut();
}
// get current user:
User? user = FirebaseAuth.instance.currentUser;
44 views10:04
44 views
05-17 20:41
05-17 20:41
logout
45 views10:04
45 views
05-17 20:41
05-17 20:41
# 1) Prerequisites
* Flutter SDK installed.
* Firebase account (console.firebase.google.com).
* Your project created in Firebase Console (we’ll configure the app below).
* (Optional but recommended) ...
31 views
05-17 20:41
05-17 20:41
await _db.runTransaction((transaction) async {
final docRef = _db.collection('users').doc(userId);
final snapshot = await transaction.get(docRef);
final current = snapshot.get('balan...
33 views
05-17 20:41
05-17 20:41
firebase cloud storage tutorial
50 views09:56
50 views
05-17 20:41
05-17 20:41
https://theapplaunchpad.com/
AppLaunchpad
AppLaunchpad: Free App Store Screenshot Generator
AppLaunchpad is an android & app store screenshot generator to create customized App S...
37 views
05-17 20:41
05-17 20:41
https://theapplaunchpad.com/
Ilovangizni play marketga joylash uchun rasm qilib beruvchi sayt
34 views05:15
34 views
05-17 20:41
05-17 20:41
https://play.google.com/store/apps/details?id=com.lifecalendar.app
Life Calendar my app finnely on production. track your life hope it will help
40 views08:51
41 views
05-17 20:41
05-17 20:41
Inshallah Apple Dev account payment done✅
🔥2
34 views13:49
35 views
05-17 20:41
05-17 20:41
#nocoment
😁4
31 views00:05
32 views
05-17 20:41
05-17 20:41
https://play.google.com/store/apps/details?id=com.mening.hamshiram.mening_hamshiram
Google Play
Mening Hamshiram - Apps on Google Play
Uyingizga professional hamshira chaqiring - tez...
15 views
05-17 20:41
05-17 20:41
Alhamdullillah new app published to Play Market
14 views06:28
15 views
05-17 20:41
05-17 20:41
Future<UserCredential> signInWithEmail(String email, String password) async {
try {
final userCredential = await _auth.signInWithEmailAndPassword(
email: email.trim(),
password...
36 views
05-17 20:41
05-17 20:41
https://youtu.be/dNntYdZQ_mk?si=oyM9-2RFoFtBSsi6
YouTube
How I Code Apps SOLO That Actually Make Money (Idea + Build + Marketing Guide)
Want to work with me 1:1? Book some time with ...
33 views
05-17 20:41
05-17 20:41
Future<UserCredential> signInWithEmail(String email, String password) async { try { final userCredential = await _auth.signInWithEmailAndPassword( email: email.trim(), password...
44 views
05-17 20:41
05-17 20:41
https://youtu.be/dNntYdZQ_mk?si=oyM9-2RFoFtBSsi6
small guide on how ot build ur app solo.(it's not only about flutter)
main aspects:
as a backend:
Supabase really good for devs
payment(for ...
40 views
05-17 20:41
05-17 20:41
https://play.google.com/store/apps/details?id=com.lifecalendar.app
Google Play
Life Calendar - Time Tracker - Apps on Google Play
Visualize your year, month, week & entire life i...
38 views
05-17 20:41
05-17 20:41
After editing rules/index JSON you can deploy:
firebase deploy --only firestore:rules
# and
firebase deploy --only firestore:indexes
# 18) Extras & gotchas
* FieldValue.serverTimestamp() is gre...
51 views
05-17 20:41
05-17 20:41
7 views
05-16 18:47
05-16 18:47