Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New tweet from FlutterDev:

Starting on June 27th at 10AM IST 😃— Flutter (@FlutterDev) June 26, 2020

June 26, 2020 at 07:30PM
http://twitter.com/FlutterDev/status/1276568432083824641
New post on Flutter Dev Google group:


how to add vedio in the story view package. I can add pictures and gif's but not vedio I tried Story item.pagevedio but I was getting an error

June 26, 2020 at 07:57PM by Shailebhyanand G
https://ift.tt/3gdXfa3
New post on Flutter Dev Google group:

Flutter IntelliJ Plugin M47 Release
Flutter IntelliJ Plugin M47 Release General bug fixes and enhancements - We fixed an issue where the Flutter device selector could get stuck showing the Loading… message. - We’ve updated the InheritedWidget code completion template to avoid a deprecated API.

June 26, 2020 at 08:43PM by Steve Messick
https://ift.tt/2Vm4AvT
New post on Flutter Dev Google group:

Why is required to change channel?
Greeting all Am still new prebeginner in flutter sector (Web and mobile)but my question about build app by flutter web? I installed Flutter and SDK and dart: and these is a current information about my local work zone: Flutter --version: Flutter 1.17.3 • channel stable • https://github.com/flu

June 26, 2020 at 10:19PM by Akram Tester
https://ift.tt/2YAezzJ
New post on Flutter Dev Google group:

Flutter Firestore Show Users Their Own Data
Hello, I'm developing a Flutter application that uses Firestore as backend. I want the application's users to view only the data that they have inputted so that they can't view and change other users' data. How is this possible?

June 26, 2020 at 11:52PM by Corey Smith
https://ift.tt/31mBsIH
New post on /r/flutterdev subreddit:

I implemented FilledStacks DialogArchitecture using RiverPod Package
https://medium.com/@Techniqally/i-implemented-filledstacks-dialogarchitecture-using-riverpod-f0f539806b16I just wanted to try the RiverPod state management package and thought of using one of my favorite tutorials from FilledStacks. The link contains a brief comparision to the code structure.The code is also available at github.Feedback welcome. Thanks!

June 26, 2020 at 11:41PM by p2harry
https://ift.tt/2ZgCDXJ
New post on /r/flutterdev subreddit:

The reason why Flutter animations need a vsync/TickerProvider
https://ift.tt/2VjIcmP

June 27, 2020 at 12:28AM by remirousselet
https://ift.tt/3i5xGtl
New post on Flutter Dev Google group:

PageView transition
So when I swipe to another page/widget using PageView.builder it looks like this(This is on Flutter Web btw): [image: problem1.gif] (*Notice the pink line when I swipe?*) So the pink line is a widget called

June 27, 2020 at 05:50AM by Tililweet
https://ift.tt/2Zkmcd4
New post on /r/flutterdev subreddit:

How much memory takes a List with 1M Offsets?
TIA!

June 27, 2020 at 06:13AM by 2reform
https://ift.tt/3i8Jc75
New post on Flutter Dev Google group:

To change app bar icon dynamically according to sms received
Hi... I'm doing an app in which it needs to change the appbar icon according to the SMS received. I have used the SMS package to receive SMS and it is working. Now I want to change appbar icon according to received SMS. For example: if the SMS received is "On", The appbar icon needs to change to

June 27, 2020 at 07:12AM by Abinavan Nagendran
https://ift.tt/31nEsF0
New post on Flutter Dev Google group:

delayed using afterbuild methods
after finished building my ListView i want to compare the result , and change to next page. buat it got delayed, and only executes after I pressed back button on my device..( or such). why ? @override Widget build(BuildContext context) { final MyAuth someVar = ModalRoute.of(context).settings

June 27, 2020 at 08:07AM by Bambang Soetanto
https://ift.tt/3dBFaAP
New post on /r/flutterdev subreddit:

About Provider and Riverpod
Will Riverpod completely replace Provider when it is ready? Or is riverpod an experiment which will be merged into provider when its ready/I was looking at its website and looks much better, especially not needing build context to access state

June 27, 2020 at 08:56AM by pyboy10000
https://ift.tt/3g5RFGi
New post on /r/flutterdev subreddit:

Flutter desktop for Linux on Dev channel - Channel dev, 1.20.0-2.0.pre
Maybe old news, I upgraded earlier on and I now have a third device, Linux,my dev channel is running - Flutter (Channel dev, 1.20.0-2.0.pre, on Linuxgreat to see linux desktop have made it to the dev channel,I wonder if windows is also now on the dev channel.​flutter devices3 connected devices:Linux desktop • linux • linux-x64 • LinuxWeb Server • web-server • web-javascript • Flutter ToolsChrome • chrome • web-javascript • Google Chrome 83.0.4103.116

June 27, 2020 at 12:35PM by sebe42
https://ift.tt/2BGkKtk
Flutter Day India will take place on June 27, 2020, at 10 am IST. We’ve invited Flutter experts from around the world to answer your questions and speak with you about various topics throughout this event.
More Details About Flutter Day India https://flutterindia.dev/#/
We will be Streaming on our YouTube Channel: https://www.youtube.com/flutterindia
Use #AskFlutterIndia to ask any questions related to new features and updates on Flutter!!
Hashtags and Tags for Flutter Day India:
#FlutterDayIndia #FlutterIndia #Flutter @IndiaFlutter
Connect with Flutter India:
Twitter: https://twitter.com/IndiaFlutter
Slack: https://bit.ly/2zFMmOq
Facebook: https://www.facebook.com/IndiaFlutter
LinkedIn: https://www.linkedin.com/company/flutterindia/
New post on /r/flutterdev subreddit:

Kiwi vs Get_It, what's your preferred dependency injection package?
Kiwi and Get_It both have code generation (kiwi_generator and injectable respectively).Kiwi takes a more centralised approach: you register all your factories, etc in a file or group of files. So you have all your dependencies imported into a these files.Get_It (or rather injectable), on the other hand, has you annotate your injectable classes. So you have the injectable package imported all over your code.I'm just curious as to people's thoughts on the two packages that do pretty much the same thing.Context: I've been using Kiwi up until now, mainly because I liked having things centralised and didn't particularly want annotations everywhere. However, now I'm using @freezed over built_value and intend on picking up the AutoRoute package (which uses annotations) so I'm considering Get_It/injectable.

June 27, 2020 at 01:41PM by Not0nFire
https://ift.tt/2Zhw0UP
New post on Flutter Dev Google group:

Animation with dynamic position
I have 2 text widgets and I want to use them in my animation controller widget. I have a question about this. I use the SlideTransition widget for this and I want to adjust the start and end position of the text widgets according to the screen size, and then these text widgets should be centered

June 27, 2020 at 02:52PM by Can Aktepe
https://ift.tt/2YG0fGd