Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

How a Flutter developer and student built Tabs - design, ux, development, roadmap, and advice (open source)
https://ift.tt/32pCthO

February 25, 2020 at 06:37PM by boon4376
https://ift.tt/3a2ojWl
New post on /r/flutterdev subreddit:

Weekly Questions Thread - February 25, 2020
This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Also the Flutter.dev getting started tutorial and the Flutter Cookbook should have the answers to most simple questions. Examples of questions:How do I send data to a new screen?Does anyone have a link to the source for the Flutter Gallery app?How do I change the application launcher icon in Flutter?Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged.Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead.Have a question about the subreddit or otherwise for /r/FlutterDev mods? We welcome your mod mail!Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Fridays.Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link!

February 25, 2020 at 11:32PM by AutoModerator
https://ift.tt/2T1cmux
New tweet from FlutterDev:

Congrats to @Miickel and thank you to everyone for participating in the #FlutterClock challenge!

🥇The particle clock: stunning visual effects, code quality, and the mathematical complexity impressed the judges.

See the repo &rarr; https://t.co/H7cocn14JR
And the masterpiece &darr; pic.twitter.com/ohmulHtezD— Flutter (@FlutterDev) February 25, 2020

February 26, 2020 at 12:12AM
http://twitter.com/FlutterDev/status/1232443189207781377