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

In your opinion, what Flutter Apps have the best-designed UX?
I would like to download some apps from the app store and learn from their UX.

September 26, 2020 at 06:12AM by 11010001101001
https://ift.tt/33VaTu0
New post on /r/flutterdev subreddit:

Flutter Widgets ( Stack & Positioned ) The Whole Picture
Learn in details about flutter wigets. Read my article on medium.Flutter Widgets ( Stack & Positioned )

September 26, 2020 at 07:51AM by sulli110
https://ift.tt/369za20
New post on /r/flutterdev subreddit:

Optimal Mac laptop for Flutter development
Currently I have 2015 MacBook Pro, 2.8GHz i7, 16GB RAM (1600MHz), SSD, but it's about to die. I need another one. I want to work comfortably, but for reasonable price.My use case - medium utility app, 20 screens, iOS, Android, unit tests and a lot of Driver tests (about 15 min execution), fastlane to deploy. screenshot automation, Postgresql and node js backend. My MacRunning simultaneously emulator and simulator maxes the fans out, so does the UI tests on emulator. It takes time to recover performance after this process. Deployment (clean build release and upload to both stores) takes about 15 min.Must be: USB-C Brand new - can be recent model or unboxed from previous generation, however I'm worried about previous generation butterfly keyboard, they had a lot of issues.Current MacBook Airs processors range from 1.1GHz i3 to 1.2GHz i7 (Turbo Boost 3.8GHz) and RAM 8-16GB.Current MacBook Pro 13" processors range from 1.4 GHz it to 2.3Ghz i7 (Turbo Boost 4.1GHz) and RAM 8-32GB.Appreciate feedback

September 26, 2020 at 09:21AM by marcus-jaco
https://ift.tt/3j4SLnH
New post on /r/flutterdev subreddit:

Twitter like button with Dash
What if you see the Dash when you liked Flutter tweets?https://github.com/arslannmrv/button_interaction

September 26, 2020 at 12:14PM by arslannmrv
https://ift.tt/3kPMMUu
New post on /r/flutterdev subreddit:

Maximum limit of cache size in flutter
Hi,I am using cached_network_image to load images in my app. I noticed that the app cache size gets too big (+300 Megabytes) after running the app for a while.Is there a maximum limit on the cache size that app uses in flutter?Is there a way to force some limit on the cache size?

September 26, 2020 at 01:26PM by Atef_S
https://ift.tt/3j4qA8s
New post on Flutter Dev Google group:

Tab scroll with list
How to get this view dynamically. Mean length of each tab different from each other. https://ift.tt/2HnCqg5

September 26, 2020 at 01:34PM by john786
https://ift.tt/3375tNr
New post on /r/flutterdev subreddit:

Hide video link from link cheaters and SSL listener apps
I saw some video streaming player apps the links of it's videos cannot be captured by third party apps, can we do this in flutter? I tested my flutter live tv channels streaming app i figured that the links can be captured by cheaters.

September 26, 2020 at 02:24PM by diyar_gulli
https://ift.tt/2GgoYtF
New post on /r/flutterdev subreddit:

Techforks - Become The Boss of Your Life
https://ift.tt/2EB52l1

September 26, 2020 at 02:54PM by SnooCompliments4143
https://ift.tt/3j7Q30H
New post on /r/flutterdev subreddit:

Complete Guide To Flutter Project(#100FlutterAppChallenge)
Hey, Everyone!#54ApplicationI'm happy to share the update the in Project(Complete Guides to Flutter). Today I had created my 54's App, Tensorflow Lite using Dog/Cat Classifier. In this basically I had used the Tensorflow lite to create the Classifier to distinguish between Dog and Cat.Unique Features of the Application:[] Used Kaggle Dataset of Cat/Dogs.[] Tensorflow Lite had been used to do the classification.[] Used around more than 2000 image each for Dog and Cat.[] Prediction percentage is overall 90%.You can check out the repo: https://github.com/irahulcse/A-Complete-Guide-To-Flutter#54---tensorflow-lite-dog-cat-classifier-using-flutterMain Repo Link is:https://github.com/irahulcse/A-Complete-Guide-To-FlutterPlease Star this repo or follow me on GitHub, if you found it interesting. Pls, do let me know if you're interested in #contributing towards this project.Discord Id is: rahul_chandra#1150#EveryFlutterAppsCount

September 26, 2020 at 02:52PM by flutterboxinc
https://ift.tt/3n2d73F
New post on /r/flutterdev subreddit:

Complete Guide To Flutter Project(#100FlutterAppChallenge)
Hey, Everyone!#56ApplicationI'm happy to share the update the in Project(Complete Guides to Flutter). Today I had created my 56's App, # Fruits Classifier using Tensorflow Flite using Flutter 💥Created a Fruits Classifier which can be used to create the model which can be used to find the difference between themLearnt about the following:* [] Used Kaggle Dataset of different fruits.
* [] Tensorflow Lite had been used to do the classification.
* [] Trained the data on more than 50000  images of different fruits.
* [] Average Accuracy is around 85%.As stated, in the earlier post, I am trying to keep my promise to the Reddit Community to push one app every day. Hope to maintain this continuity until my 100 Apps.You can check out the repo: https://github.com/irahulcse/Tensorflow_Fruits_Classifier_using_FlutterMain Repo Link is:https://github.com/irahulcse/A-Complete-Guide-To-FlutterPlease Star this repo or follow me on GitHub, if you found it interesting. Pls, do let me know if you're interested in #contributing towards this project.Discord Id is: rahul_chandra#1150#EveryFlutterAppsCount

September 26, 2020 at 02:49PM by flutterboxinc
https://ift.tt/343MTon
New post on /r/flutterdev subreddit:

How good is flutters preformance on desktop?
I'm working on a small hobby game engine project. I have been using .NET for the most part I scrapped the project and started again with C++I still have one problem which is that I'm still not sure which UI library to use, Desktop UI seems dead. some of the options that I considered were either using something like QT or draw the UI using OpenGL(imgui). of course, the last option was to use a js framework like react or flutter.now these frameworks tend to have a bad reputation in terms of performance on desktop, most notably a framework called "electron". a friend of mine kept suggesting flutter he told me that it can actually translate to real native code. how close is it compared to a native win32 app?

September 26, 2020 at 05:39PM by 10o00o01
https://ift.tt/2G9IE2r
New post on /r/flutterdev subreddit:

Anyone interested with building flutter-node-builder (ts) with me?
https://github.com/bridgedxyz/flutter-jsjust kicked-off the project, main goal is building a sdk for building flutter widget tree in nodejs, for general purpose. such as building flutter code exporter based on node platform (sketch/figma, etc...)

September 26, 2020 at 09:20PM by softmarshmallow
https://ift.tt/2S1TcmV
New post on /r/flutterdev subreddit:

Problem with Flutter documentation
hello there,i want to learn flutter but when i go to the site which has the flutter documentation it keeps loading then show an internet connection error is that a problem in my internet or the site doesn't work ?

September 27, 2020 at 12:01AM by Mahmoud_Samir
https://ift.tt/3kV47vf
New post on /r/flutterdev subreddit:

Flutter apps in the browser
I love the idea of cross platform development. I've been looking for a project on which to learn flutter. I have an idea for a project but it would be delivered primarily via PC web browser . Does it make sense to use this as a way to learn flutter or should I stick to more standard web development technologies?

September 27, 2020 at 05:01AM by ShaneFerguson
https://ift.tt/2G26i1a
New post on Flutter Dev Google group:

FutureProvider cannot access updated variable
Flutter Provider : Learning FutureProvider Need Help. I am trying to change text onPressed button, the Text only changes if i save my file or make some changes and save it. FutureProvider is State manager , do i have to set its state manually ? CODE : https://ift.tt/336vTin

September 27, 2020 at 11:07AM by Forcod
https://ift.tt/333XsZx