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

Avoid reallocating objects by using global constants.
Hi fellow flutter devs ...I have problem with flutter performance.Consider You have stateless widget with number of objects in build methods, objects are immutable and will not be changed. But in every build or constructing object. the same data will be created. for example:​class Foo extends StatelessWidget {final foo = SomeBigVarible();@override build(context){final bar = OtherBigVars();....}}foo and bar are immutable. every time Foo instance is created, same foo and bar should be allocated. So I decide to use foo and bar as global (static) variables. They will never change and I don't have intention to use them as global state (So Please don't mention me to study StatefulWidget's or something else I already know them, my problem is something else) .So my problem is how much convenient using global variables like this in flutter apps? I don't see any example using them. Every one literally put big chunk of objects in build or constructor method's. Could this become problem in cases like threading?

July 06, 2019 at 04:34PM by Howard_banister
https://ift.tt/2RXsCup
New post on /r/flutterdev subreddit:

Magic Time, How to do 3rd party web api keys not in Git repos
Hi Guys and Gals,​I just saw this on Medium, it can be extended to do web api keys without them being in the git repo folks our own sort of local.properties for flutter apps...Save it bookmark it and use and extend​article title isBuild variants in Flutter for multiple backend environments​https://medium.com/meeve/build-variants-in-flutter-for-multiple-backend-environments-7e139128949b

July 06, 2019 at 05:00PM by fredgrott
https://ift.tt/2JfmzP0
New post on /r/flutterdev subreddit:

How would you convince your boss to migrate to Flutter?
What has been your experience convincing your boss to test out Flutter. Please name the objections you have faced and how you have answered these challenges. Thanks

July 06, 2019 at 07:19PM by Gigatronbot
https://ift.tt/2YB57Kc
New post on /r/flutterdev subreddit:

Using Flutter to read and configure BLE beacons.
I have a project that involves doing this using my phone, and I wanted to know if Flutter_blue could be a good package for this situation, or if it's not reliable enough at the moment for that, what other package could help.

July 06, 2019 at 06:45PM by siggy164
https://ift.tt/2JwlIZ5
New post on /r/flutterdev subreddit:

Creating Scroll Animations in Flutter
https://ift.tt/2RZ24Jc

July 06, 2019 at 07:59PM by EngineerScientist
https://ift.tt/2L6L17w
New post on /r/flutterdev subreddit:

Resources to learn Flutter
https://ift.tt/2xwRpfo

July 07, 2019 at 01:25AM by EngineerScientist
https://ift.tt/2LEEkc9
New post on /r/flutterdev subreddit:

Any way to lift up state, but without having to declare it above MaterialApp?
So the thing is, I want to have say a provider in one screen and access it in another screen that I navigate to. But from what I read this is only possible if I declare it above MaterialApp. Any way to declare it further down the hierarchy and access it from other screens?

July 07, 2019 at 05:00AM by HolyFuckfire
https://ift.tt/30ec7gv
New post on /r/flutterdev subreddit:

Bottom Navigation Bar using Provider | Flutter by @ashishrawat2911
https://ift.tt/2XNaZ5P

July 07, 2019 at 06:21AM by ashishrawat2911
https://ift.tt/2S3Q6hE
New post on Flutter Dev Google group:

Cookbook "Work with WebSockets" is not working when run in release mode.
Hi all, I am working on dart:io/WebSocket... I found that running app in debug mode is working well (both on emulator and device). But running app in release mode with "*flutter run --release*" make my websocket fails to connect to my server. So I head back to the websocket demo in flutter's

July 07, 2019 at 08:00AM by Tanut Apiwong
https://ift.tt/2NCQrJw
New post on /r/flutterdev subreddit:

Flutter web scrolling
How can I make scrollable flutter web app with arrow keys from keyboard instead of using mouse?

July 07, 2019 at 10:43AM by lokesh008
https://ift.tt/2XNRJFd
New post on /r/flutterdev subreddit:

QuizApp My First App created on Flutter and also first released on playstore
Hey guys i created an app using flutter and by learning from tutorials available online. Have a look at it and tell me how does it look and feel and send me your reviews.​https://play.google.com/store/apps/details?id=in.webxstudio.android.quizapp

July 07, 2019 at 10:22AM by Gat786
https://ift.tt/30luBM5
New post on /r/flutterdev subreddit:

FlutterForce — Week 34
https://ift.tt/2XVdSBw

July 07, 2019 at 08:39AM by flutterist
https://ift.tt/2XtOrb6
New post on /r/flutterdev subreddit:

Does anyone use MobX with GraphQL?
I'm considering to use MobX + GraphQL in my new project. Please share your experience with this combination.

July 07, 2019 at 12:34PM by tranhuyphuc
https://ift.tt/30oLG81
New post on /r/flutterdev subreddit:

Chat App -Built with Flutter(Frontend) and Firebase(Backend). It supports capturing pictures, creating stories, searching users and messaging
https://ift.tt/2NEafwb

July 07, 2019 at 01:11PM by bhavisingh
https://ift.tt/32bX8p3
New post on /r/flutterdev subreddit:

Build extensions For flutter
okay short article, one can use -t target flags and a little creativeness to store api keysoutside the freaking code repo with build variants...article is at:https://medium.com/@fredgrott/build-extensions-for-flutter-43dd5f0ee955​Lats rock flutter apps!

July 07, 2019 at 02:41PM by fredgrott
https://ift.tt/2FVs03C