Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

dose flutter support 64 bit any guide?
dose flutter support 64 bit? google started to send mail about it​By August 1, 2019, all apps that use native code must provide a 64-bit version in addition to the 32-bit version in order to publish an update.

May 24, 2019 at 10:06AM by Kotaibaw
http://bit.ly/2X33Ri1
New post on Flutter Dev Google group:

Where do I report an issue wit api docs?
I suspect I should post at flutter github issues but I'm not sure

May 24, 2019 at 03:19PM by Anton Duzenko
http://bit.ly/30Edw0Z
New post on /r/flutterdev subreddit:

The marshalling library allows to marshal and unmarshal (also serialize/deserialize) an objects (e.g. into json compatible types)
http://bit.ly/30IZbjK

May 24, 2019 at 03:30PM by andrew_mezoni
http://bit.ly/2K04420
New post on /r/flutterdev subreddit:

A doubt about using Provider + BLoC together,
I have used BLoC pattern in a few projects previously and I recently checked provider package, and I understand that it provides wide range of options including option to use Blocs with it. But when I tried to use it I came across this one limitation. I cannot Initiate the Bloc as per route basis, i.e I cannot insert Bloc provider right above the widget. Instead I have to initiate them above the MaterialApp widget wrap it around them. That means everything is alive until app is alive. which seems to be not a good Idea?​At this is point am not sure I was doing something Anti-pattern or is it just a limitation of the package? What is advantage and disadvantage of both?​Edit: better explanation in issue with codehttps://github.com/rrousselGit/provider/issues/85

May 24, 2019 at 12:39PM by shashikantx
http://bit.ly/2M8YMnz
New tweet from FlutterDev:

It's so much easier to see your widget hierarchy with UI guides now 🤠 pic.twitter.com/WmjR0fihSZ— John Ryan (@jryanio) May 23, 2019

May 24, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1131953000463908869
New post on /r/flutterdev subreddit:

IntelliJ vs Android Studio Question
So basically I’m getting a “target of URI doesn’t exist” in IntelliJ IDEA CE when I try to add any package/dependency and then use the import statement in my main.dart file.But when I open the exact same project in Android Studio, those errors go away completely.Now I thought Android Studio And IntelliJ were supposed to be identical basically (for flutter purposes), so does anyone know why I’m having errors in IntelliJ but not in Android Studio and how I can fix it in IntelliJ (because I prefer IntelliJ)?Both are updated and my flutter is up to date in both.

May 24, 2019 at 06:40PM by codininja1337
http://bit.ly/2X3mUsz
New post on Flutter Dev Google group:

File Upload to server
How to upload file/document to server?

May 24, 2019 at 07:47PM by Kamran Ali
http://bit.ly/2HAdWxS
New post on /r/flutterdev subreddit:

How to navigate back to earlier screen when using bloc
Hello .. I have a question regarding the functioning of back button. I am using bloc code. I receive a state as in```if (state is GetQuestionsState){ return QuestionScreen(); }```in my question screen, I am unable to navigate back to the earlier screen, I am guessing that this is happening as I am not using```Navigator.push```to add to the stack. But since I am using bloc code, I have to return a widget. Not sure how to address this issue?

May 24, 2019 at 07:54PM by tritone_t
http://bit.ly/2YJJ1ER
New post on Flutter Dev Google group:

Windows 32 - Bits
Hi, I'm just starting to learn about Flutter, but I have a Windows 32 Bits. There is a way to get it installed on this environment? At the Flutter site installations mention just installation in 64 Bits system. Thanks

May 24, 2019 at 09:28PM by Alexandre Arcanjo
http://bit.ly/30K65VK
New post on /r/flutterdev subreddit:

Flutter Web Dependencies
I know flutter Web is still very new but has anyone found a work around to using plugins outside of the default ones list in the pubspec.yaml file? I wanted to create a website with charts but couldn't find one supported yet.

May 24, 2019 at 11:18PM by dre8597
http://bit.ly/2HCZzJe
New post on /r/flutterdev subreddit:

Web scraping in Flutter
Have you used any web scraping package in Flutter yet?What is a recommended one and the pros and cons?

May 25, 2019 at 12:48AM by HikARuLsi
http://bit.ly/2YNTOy2
New post on Flutter Dev Google group:

Problems with streams
I had a problem to communicate from a Widget to it's state (for adding new items), which I after some googling solved using a stream. But it gave me a new problem. I put this widget in a Visibility widget as I only want to show it when the user enters a kind of edit mode. Entering this mode works

May 25, 2019 at 01:15AM by Mattias Månsson
http://bit.ly/2HBYeST
New post on Flutter Dev Google group:

Beginner questions about widget re-use in build
Fairly new to Flutter and coming more from a Java background so one thing that confuses me a bit is the build function. As I understand it the build function can be called whenever to rebuild the widget tree. And in every example it seems the widgets are re-created every time from scratch. Why

May 25, 2019 at 03:09AM by Mattias Månsson
http://bit.ly/2X0Qf7a
New post on /r/flutterdev subreddit:

Do you think Flutter is mature enough to build a full fledged application?
TLDR; Is Flutter mature enough to build a huge application?I have this "idea" that might save me from working for others and it's a HUGE application but couldn't start developing since am doubting to develop in flutter because I've read so many things these past few days that flutter isn't mature enough to build a startup application.I chose flutter to start my app with bc I want to deploy it in android and IOS so developing it in native is not a choice for me.My app consists of maps and payments etc. That's the two priorities that I keep thinking when developing in flutter whether it's supported by flutter or not.

May 25, 2019 at 04:13AM by pereVush
http://bit.ly/2ExuMeD
New post on /r/flutterdev subreddit:

Understanding BLOC Architecture in Flutter
Hello everyone,Here's a quick article that will help everyone get a grasp on the latest BLOC Architecture with Flutter: https://ayusch.com/understanding-bloc-architecture-in-flutter/​Go check out !

May 25, 2019 at 05:19AM by ayusch
http://bit.ly/2XdMlrm
New post on Flutter Dev Google group:

transitive dependencies that include statically linked binaries
[!] The 'Pods-App' target has transitive dependencies that include statically linked binaries: (cloud_firestore, FirebaseAuth, FirebaseCore, FirebaseInstanceID, FirebaseDatabase, FirebaseFirestore, FirebaseFunctions, FirebaseMessaging, FirebaseStorage, and firebase_core) We have developed

May 25, 2019 at 08:24AM by Srinivasu Kota
http://bit.ly/2JD8Naw