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

7 Flutter tips kinda rare ๐Ÿง™โ€โ™‚๏ธ
GridPaperApp Size (DevTools)MediaQuery OrientationFlowWillPopScopeshowSearchCupertinoButton

September 04, 2021 at 12:02AM by fluttermapp
https://ift.tt/3gWszNd
New tweet from FlutterDev:

@TK14863 ๐Ÿ’™๐Ÿ’™๐Ÿ’™โ€” Flutter (@FlutterDev) Sep 3, 2021

September 04, 2021 at 12:04AM
http://twitter.com/FlutterDev/status/1433913807961661440
New post on /r/flutterdev subreddit:

7 Flutter Widgets/Tips (in the comment)
https://www.youtube.com/c/fluttermapp

September 04, 2021 at 12:27AM by fluttermapp
https://ift.tt/2WNF1rQ
New post on /r/flutterdev subreddit:

Flutter: First Impressions (From a .NET Perspective)
https://ift.tt/3kS92i0

September 04, 2021 at 02:55AM by emanresu_2017
https://ift.tt/3BHu6Pa
New post on /r/flutterdev subreddit:

I would like to help you on your flutter app project
Hi guys i just got free time on my hands so decided to help people on their project, anyone needs help or contribution on their open source project?

September 04, 2021 at 02:19AM by erwinodyssey
https://ift.tt/2WNR3Bw
New post on /r/flutterdev subreddit:

I released an app made of Flutter.
โ€‹I used a flutter, It is a voice-based messenger.
Android / ios was available at the same time.The network's a little under repair.
We will continue to develop new products.
If there's a problem,
I'd like to ask you here.Type "BeepMe" in the search box.
You can try it.https://apps.apple.com/us/app/beep-me-voice-messenger/id1579165771 https://play.google.com/store/apps/details?id=com.tenbil.beeper

September 04, 2021 at 06:53AM by CriticismDesperate98
https://ift.tt/3h10Lr5
New post on /r/flutterdev subreddit:

provider which is the best way to read state?
I created state in mobx with provider as userDetails.now which is best way to read this states in build like individual state or state as a whileeg.var userDetails = Provider.of<userDetails>(context, listen: false);orvar userName = Provider.of<userDetails>(context, listen: false).userName;โ€‹I am confused between using this two ways.is reading the whole object have any performance impact?

September 04, 2021 at 09:42AM by prONoOB1004
https://ift.tt/3kSeKjR
New post on /r/flutterdev subreddit:

Is there a database like Firebase which can be used with flutter but doesn't collect user data?
All options and opinions welcome. Google authentication is not at all a priority for me.

September 04, 2021 at 12:47PM by King_Avi
https://ift.tt/3BDuiPp
New post on /r/flutterdev subreddit:

Needs a good video tutorial for learning Flutter which is not outdated
Hi guys ,I need to start working on a flutter project after 10 days and I know nothing about Flutter but I find it extremely difficult to find a flutter video tutorial on current flutter framework becuase flutter has changed rapidly.In reveiws I found out all the udemy courses are also outdated though they claim 2021.I highly appreciate if you guys can tells me about some up to date video courses about flutter and dart (I prefer videos but if its harder to find any other tutorial formats are also fine)

September 04, 2021 at 05:35PM by Thrall424
https://ift.tt/3yQHrTy
New post on /r/flutterdev subreddit:

We need Flutter Instant Apps
I really wish we could tap on a link and open a Flutter app without the need to download or install anything.Outside Silicon valley app based companies such as Uber and Doordash, web is king and mobile apps are treated like a second class citizen for most parts IMHO.As much, if not more of the development budget goes towards the mobile website as the mobile app in many companies. Even though often the end result is that the mobile website lacks the performance and capabilities of the app. Instead, we should be able to tap on a link and open a native, lag free Flutter instant app experience.Currently, what are the technical barriers to Flutter instant apps?Currently, the biggest barrier is the instant app size limit of 4MB. An empty Flutter app is 15.8 MB. Splitting the APK based on target platform brings the size down to 5.8MB. The bulk of the space is taken up by the Flutter engine (4.7MB). What if this engine could be decoupled?Decoupling the engine from the app.Flutter apps ship with their own runtime and Skia engine. If the engine was decoupled, then the host device would need to have the target engine embedded. This creates the problem of a potential mismatch between engine and app. One potential solution is to create a Flutter Instant app target. A fixed engine version could be deployed to client devices (perhaps via Google Play Services). If a developer wishes to support Instant apps, they will need to build a version for that specific engine target.Speed up Flutter web.If Flutter apps could be decoupled from the underlying engine, then Flutter web apps could potentially also ship with a fixed runtime. Then, Flutter web apps could load much faster than they do now.Ignoring that there are other devices than Android and Chrome, Flutter + Instant apps could be a game changer and the future of mobile web.

September 04, 2021 at 08:51PM by Codelessly
https://ift.tt/3BGHAdR
New post on /r/flutterdev subreddit:

Can Flutter Web be used to build a Twitch extension ?
Hi!I am trying to build a twitch extension with Flutter web! However, I get a blank screen on Twitch when I export the build/web folder to Twitch. Did someone already try to make an extension with Flutter Web ? Is it even possible ? I guess it should be. If yes, am I missing something?Love ๐Ÿ˜˜

September 04, 2021 at 10:16PM by EskAere
https://ift.tt/3h2z5Ce
New post on /r/flutterdev subreddit:

Displaying SnackBars in Flutter
https://ift.tt/3h2rPpI

September 05, 2021 at 09:08AM by VandadNahavandipoor
https://ift.tt/3BHg6ov
New post on /r/flutterdev subreddit:

Is it possible to use WebSockets to push media into a Flutter App?
My Flutter Application uses media (Images / Videos), is it possible to delete / modify / add new media to the device through a local server using WebSocket and socket.io?

September 05, 2021 at 09:38AM by iEmerald
https://ift.tt/38HTCHG