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

crossAxisCount of StaggeredGridView.countBuilder is not taking effect?
My code: Container( margin: EdgeInsets.only(top:10.0), height: 250.0, width: 320.0, color: Colors.redAccent, child: Column( children: [ Expanded( child: StaggeredGridView.countBuilder(

June 11, 2020 at 10:16AM by Abdullahi Abdi
https://ift.tt/2AYoMNj
New post on Flutter Dev Google group:

Embed Typeform into Flutter App
Hi Flutter fam, Do you know how could I embed a Typeform (https://ift.tt/ZDZDsZ) into a Flutter app? The idea is to give business people flexibility to change the form's content on the go without having to publish the app over and over again - not sure if that is possible though. Thank you,

June 11, 2020 at 10:29AM by DiF
https://ift.tt/3dZ5fLm
New post on Flutter Dev Google group:

Login Page Making Without Using Firebase Using Provider
Hello everyone, I am one of the new users of Flutter and there is a lot more to learn. Hope this helps me improve on this platform. Hope to learn new information together. I have a problem like this. I have to log in through my two API resources. First of all, I send the mail and password

June 11, 2020 at 10:33AM by Gökçen Merve Horuk
https://ift.tt/2MMJjqF
New post on Flutter Dev Google group:

setting up streambuilder!
hey guys! i am a bit lost . i have a news screen that return my users from firestore! on top of the screen i have 6 buttons that says eg(New york, london , stockholm...), i would like the stream builder to reset the state of the screen based on the button (city)that user chose and return the

June 11, 2020 at 11:10AM by Error Place
https://ift.tt/3dTFVpN
New post on Flutter Dev Google group:

Hero Widget flutter
hey . i am trying to make a hero transition for images i am fetching from firestore. i have tried multiple ways but not been succesfull. can someone please point me to the right direction. this is how i am fetching the images from firestore body: FutureBuilder( future: usersRef.document(wid

June 11, 2020 at 12:39PM by Error Place
https://ift.tt/2UARw5s
New post on Flutter Dev Google group:

How to use flutter provider in a statefulWidget?
class GirisSayfasi extends StatefulWidget { @override _GirisSayfasiState createState() => _GirisSayfasiState(); } class _GirisSayfasiState extends State
New post on /r/flutterdev subreddit:

How can I structure my firestore database for online bookstore flutter app?
https://ift.tt/2Yt0K5b

June 11, 2020 at 01:48PM by OmarYehiaDev
https://ift.tt/3cUR8Fn
New post on /r/flutterdev subreddit:

Where to start to understand the BLoC?
I used only Provider before. TIA.

June 11, 2020 at 05:38PM by 2reform
https://ift.tt/3dUFWtI
New post on /r/flutterdev subreddit:

Is Angela Yu's course on Flutter and Dart good starting point for someone who has never typed a single code?
I really want to learn Dart and Flutter and I was thinking between Maximilian Schwarzmüller's course and Anglela Yu's. Is it even possible to learn coding without any prior knowledge with courses like that, and which one is better for total beginner? Thanks!

June 11, 2020 at 05:28PM by Bat_is_my_last_name
https://ift.tt/2Ykhzz2
New post on /r/flutterdev subreddit:

Discuss an solution to decode image (Image Provider) from another isolates instead of using main isolates
Hi folks,To what I known, when I want to display an network image on a screen, the common solution i often go with is using Image.network(....). But the problem is the internal image provider DOES NOT load and decode up stream data ( an array of bytes) into an image in separated isolates. In fact, it uses adefault decoder from PaintingBinding.instance.instantiateImageCodec as below:IMAGE_PROVIDER.DARTvoid resolveStreamForKey(ImageConfiguration configuration, ImageStream stream, T key, ImageErrorListener handleError) {
// This is an unusual edge case where someone has told us that they found
// the image we want before getting to this method. We should avoid calling
// load again, but still update the image cache with LRU information.
if (stream.completer != null) {
final ImageStreamCompleter completer = PaintingBinding.instance.imageCache.putIfAbsent(
key,
() => stream.completer,
onError: handleError,
);
assert(identical(completer, stream.completer));
return;
}
final ImageStreamCompleter completer = PaintingBinding.instance.imageCache.putIfAbsent(
key,
() => load(key, PaintingBinding.instance.instantiateImageCodec),
onError: handleError,
);
if (completer != null) {
stream.setCompleter(completer);
}
}=> Would come up with a laggy screen if the image is large.So do u guys have any idea to improve this?

June 11, 2020 at 06:14PM by andy1x08
https://ift.tt/3hiYkPa
New tweet from FlutterDev:

Looking for a sample from the Flutter team? Check out this curated list of samples and apps.

List here → https://t.co/M03miWMaqS pic.twitter.com/RwAL7i9m2F— Dart Language (@dart_lang) June 11, 2020

June 11, 2020 at 07:14PM
http://twitter.com/FlutterDev/status/1271128648297242624
New post on Flutter Dev Google group:

Change flutter status bar opacity
Does anyone know how to change the opacity of the flutter status bar, its already transparent but still has a dark shade to it , does anyone know how to remove that dark shade, thanks in advance < https://hashnode.com/post/change-flutter-status-bar-opacity-ckbb8zgqn00jfi2s1rwfaot07 >

June 11, 2020 at 11:08PM by Macphail Magwira
https://ift.tt/2UyHl1x
New post on /r/flutterdev subreddit:

Flutter is now available as a snap package [Linux]
I just noticed that there's a snap called flutter on Snapcraft, Canonical's software platform for Linux systems, and the snap is actually by the Flutter team.https://snapcraft.io/flutterIn fact, an issue was opened on GitHub a while ago regarding snap support and it was updated roughly two weeks ago: https://github.com/flutter/flutter/issues/21062I installed and tried it on Ubuntu 20.04 LTS and it worked flawlessly in the terminal as well as in VSCode. Setting PATH to include the flutter folder (~/snap/flutter/common/flutter) was not needed, but the VSCode extension had to be pointed to it to work. Apart from this minor difference everything worked just like with the pre-built archive.If you find any snap-specific issues, which might happen as the snap is still in pre-release (edge) status, you should report it on GitHub.

June 12, 2020 at 12:33AM by Szaki_EU
https://ift.tt/3hkfJa5