Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

how to get data through reference field from firestore collection
I have attached 2 picture of my data bas, how to write query to get data from another collection using reference field?

February 24, 2020 at 06:56PM by Saad Malik
https://ift.tt/2PmOSxH
New post on /r/flutterdev subreddit:

Flutter logo in Flutter's Canvas in 2 minutes (raw layer)
https://youtu.be/AzXazch8AaI

February 24, 2020 at 06:49PM by creativemaybeno
https://ift.tt/37V7aMM
New post on /r/flutterdev subreddit:

Regarding creating an E2EE communication app
Hi there!I'm looking at creating an end to end encrypted chat app for couples. What I'm trying to look at a bit more is the actual encryption. Right now I have a prototype working with what I stole from EnigmaI'm wondering if there's better solutions. Maybe look at creating a platform channel for themisMy concern is if I ever decide to go fully native in the future, I wont' be able to easily create those apps.

February 24, 2020 at 09:00PM by DoPeopleEvenLookHere
https://ift.tt/2HSPRla
New post on /r/flutterdev subreddit:

step_progress_indicator 0.2.0 released. New support for circular indicators, continuous loading indicators, and many new features
https://ift.tt/38WoDWH

February 24, 2020 at 09:48PM by cmprogrammers
https://ift.tt/37XtYLW
New post on Flutter Dev Google group:

HI yall can you look at this builder context thingy
I am very new to doing flutter development, and could not get this builder function to work no matter what I did import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'home_page.dart'; import 'auth.dart'; import

February 25, 2020 at 01:14AM by Samme Qandil
https://ift.tt/2wKdzxI
New post on Flutter Dev Google group:

Have you ever received this message before while working with flutter
Launching lib\main.dart on SM A105G in debug mode... Running Gradle task 'assembleDebug'... D8: Cannot fit requested classes in a single dex file (# methods: 90608 > 65536) com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: The number of method references in a

February 25, 2020 at 02:20AM by Princess Jellyfish
https://ift.tt/2wK6Kfy
New post on /r/flutterdev subreddit:

Is this a naive solution for a local cache?
I would like to implement a local cache. I don't want to have local persistent storage (Through sessions) because I would like the queries to be updated every time the user starts a new session. Is this a bad solution for a temporary local cache? I'd be using get_it so it's accessible everywhere.```
class Cache{ HashMap<String, dynamic> _cache = new HashMap<String, dynamic>(); bool addToCache({var item, String key}){ _cache[key] = item; return true; } dynamic readFromCache(String key){ if (_cache.containsKey(key)){ return _cache[key]; } else { return null; } } bool contains(String key){ return _cache.containsKey(key); } } 
```

February 25, 2020 at 04:12AM by anthOlei
https://ift.tt/32ur0gX
New post on Flutter Dev Google group:

How can i write this C# line of code to dart language?
output += (char)((input[i] + key[j]) % 26 + 'A');

February 25, 2020 at 09:03AM by شہریارعظمت صدیقی Sheheryar Azmat Siddiqui
https://ift.tt/3a0dx30
New post on /r/flutterdev subreddit:

How to make Banner above card Flutter?
https://ift.tt/37UATWh

February 25, 2020 at 02:43PM by maadhav2001
https://ift.tt/2Pl4OQT
New post on Flutter Dev Google group:

fierbaseAuth is working but when i did navigation it got error
import 'package:firebase_auth/firebase_auth.dart'; import 'package:flash_chat/components/paddingButton.dart'; import 'package:flash_chat/constants.dart'; import 'package:flutter/material.dart'; import 'chat_screen.dart'; class RegistrationScreen extends StatefulWidget { static const String id =

February 25, 2020 at 04:46PM by shafin rahman
https://ift.tt/2TesWG3