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

[Breaking Change Proposal] Add BuildContext parameter to TextEditingController.buildTextSpan
Hey, This change only affects you if you call TextEditingController.buildTextSpan directly or override it in a class extending TextEditingController. This proposal adds a BuildContext parameter to TextEditingController.buildTextSpan so overrides can use it to access InheritedWidgets. Links:

January 20, 2021 at 02:56PM by Jesse Gielen
https://ift.tt/3qGV3wX
New post on /r/flutterdev subreddit:

I used Flutter to write a tool for creating app screenshots.
I am an Android engineer. I started to learn Flutter in September last year. I tried to write something.Since I usually publish some apps, I feel the difficulty of creating beautiful app store screenshots every time I publish apps, so I plan to write it myself.After three months of development, it was completed.The overall experience is that Flutter is really suitable for writing these UI-related things, and the application is very smooth. If you are still hesitant to use Flutter, you can experience the app I wrote.Here is the link.iOS: https://apps.apple.com/app/id1541634188#?platform=iphoneAndroid: https://play.google.com/store/apps/details?id=com.gravity22.screenpreview.appmockup

January 20, 2021 at 02:16PM by Kai_999
https://ift.tt/3bV61KY
New post on /r/flutterdev subreddit:

Chat SDK for Flutter App
We are developing a chat app with Flutter.Which chat SDK is best for use with Flutter apps?

January 20, 2021 at 07:47PM by meKamy
https://ift.tt/3p4iG1R
New post on /r/flutterdev subreddit:

We added BLoC, Provider, & (soon) Riverpod support on Parabeac-Core (Open-Source)
https://ift.tt/3p3GZ01

January 20, 2021 at 06:45PM by siliconivan
https://ift.tt/39OolCR
New post on /r/flutterdev subreddit:

Wrote a simple guide on Flutter State Management using Cubits (within BLoC design architecture)
https://ift.tt/3p6TkAo

January 19, 2021 at 05:23AM by AndrewCho92
https://ift.tt/3qQxJwT
New post on Flutter Dev Google group:

Navigation Issue in my flutter Application
Hi, Below code mainform.dart when run individually i.e keeping Dart entrypint: as mainform.dart working fine and redirecting or navigating to the correct page i.e Feed(); * mainform.dart* *import **'package:sqlite_crud_flutter/detail.dar

January 21, 2021 at 09:50AM by shravan kumar Pottala
https://ift.tt/362y4UW
New post on /r/flutterdev subreddit:

Trying out Hive for the first time. Building an offline-first app. [LIVESTREAM]
https://ift.tt/2LDOkoy

January 21, 2021 at 10:44AM by uhossein
https://ift.tt/3sJfOtr
New post on /r/flutterdev subreddit:

How to Improve User Experience for a Website/App?
Hey everyone! Our post is about how to improve the UX of your website and mobile app. There is a UX checklist for creating websites/apps at your convenience. You might find it worth sharing.https://2muchcoffee.com/blog/how-to-improve-user-experience-for-a-website-app/

January 21, 2021 at 03:53PM by kate2mc
https://ift.tt/3qSByBJ
New post on /r/flutterdev subreddit:

Best way to exchange data between 2 clients?
Hello,I am currently working on the prototype of an app that will be used on pairs of devices. One device will need to be controlled by the other one at some steps. It will wait for any orders and will display the adapted widgets as an answer. The user sets the device status when launching the app: giving or receiving orders. Any available receiving order device should be possible to select in a list by any giving order device to build the pair.My naive way of implementing that would be to define one type of device as a web-socket server and the other type as a client, such as in these projects : flutter create, nodecommander, client server lan. However, using mere HTTP clients and servers could also do the trick (see dart tutorial on HTTP clients and servers).I am new to Flutter (and quite new to programming in general, I only know Java and Angular) and I feel overwhelmed by all of these solutions. I know there are probably plenty of other simple ways to do what I want. What do you suggest?

January 21, 2021 at 04:21PM by HappyPhage
https://ift.tt/3sK6MMX
New post on /r/flutterdev subreddit:

How do I run a python program in a flutter app with starflut?
(Sorry if the flair is wrong)I'm attempting to run a python script in flutter and I keep getting this error:[!] Failed to load 'starflut' podspec: [!] Invalid starflut.podspec
file: no implicit conversion of nil into String.I've gone through the starflut.podspec file and can't seem to see where the issue is. For reference, I'm essentially using the code found here:https://smazee.com/blog/how-to-run-the-python-code-in-the-flutter-appThank you!

January 21, 2021 at 08:06PM by JustGlassin1988
https://ift.tt/3bYHN2z