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

How To build a slider like this?
Check the Image Here:https://imgur.com/a/on3UNW6

February 26, 2020 at 01:13PM by maadhav2001
https://ift.tt/32xuFe6
New post on Flutter Dev Google group:

Image uploading failed on actual device but working perfect on emulator.
Hello Everyone, I need to upload an image to server using rest api. everything woking on emulator but failed on actual device. i have tried both libraries http and dio for this. (both working as expected on emulator) *Note: i have provided necessary permissions and imports for Physical

February 26, 2020 at 02:08PM by Mohd. Asif
https://ift.tt/39dIznS
New post on /r/flutterdev subreddit:

Flutter Architectural Patterns: How We Built the Splice App, by Angelina Fabbro
https://www.youtube.com/watch?v=FcjPNKmyrlMBuilding a Flutter app and unsure how to structure it as your code grows? Tried BLOC and unsure if it’s for you? Where should the state of your application live in a Flutter app, exactly? When dealing in a new framework without established patterns and practices, how do you make good choices? In this talk, I’ll discuss several different ways to we considered building our Flutter at Splice, the tradeoffs involved, and the architecture we chose to move forward with. Angelina Fabbro is a principal engineer and a technical lead at Splice, where they support the engineering organization through architectural design, prototyping, and R&D. Angelina has taught programmers new skills across multiple languages on the topics of software architecture, web development and web standards, graphics performance, and cloud computing infrastructure in over twenty countries.

February 26, 2020 at 02:42PM by fluthien
https://ift.tt/38ZK1KM
New post on /r/flutterdev subreddit:

Any french people here ?
Hi, I'm new at Flutter and I find it very interesting. I just wondered if there were french programmers or companies that use Flutter in their products.. Does someone have an idea ?

February 26, 2020 at 04:43PM by tdwebdev
https://ift.tt/2wHSsfg
New post on /r/flutterdev subreddit:

I recreated a HEX clock webapp in flutter as small side project
HI all, i cam across this clock a couple days ago on r/AskReddit and gave a shot at recreating it.It takes in the current hours, minutes and seconds, converts it into RGBO format and uses it as background colour.Would love some feedback on how to improve the quality of the code and overall thoughts on ithttps://hecsclock.web.apphttps://github.com/Germain-L/hecksclock

February 26, 2020 at 05:36PM by Week0_
https://ift.tt/393K8on
New post on /r/flutterdev subreddit:

Should I use Provider as BLoC provider?
I want to use the BLoC and RxDart approach in my app. Usually I would use BlocProvider class from Flutter docs but maybe using the Provider package is better? The usage of Blocs would be very similar but we could take advantage MulitProvider etc. Do you guys think that’s a good idea?

February 26, 2020 at 05:25PM by poq106
https://ift.tt/2HWuHTl
New post on /r/flutterdev subreddit:

Zero programming experience
I want to learn Dart/Flutter with ZERO programming experience.Aside from combing through youtube videos, where is the best place to start?

February 26, 2020 at 05:23PM by steps1912
https://ift.tt/2VmLmHk
New post on Flutter Dev Google group:

[Breaking Change Proposal] Removes deprecated isInitialRoute.
Hello flutter community, If your app does not use isInitialRoute
New post on Flutter Dev Google group:

Connecting Flutter app to nas drive
Hi, Is there a way to have a flutter app connect and backup to network attached drive?

February 27, 2020 at 04:05AM by Bereket Degefa
https://ift.tt/2IbRFpH
New post on Flutter Dev Google group:

Error compile proyect using ssh plugin
Hi. I am implementing an application in flutter. But I have problems generating the flutter build apk. Although debug already generates the application. When generating the final app does not connect me to the internet. I already added the permissions on the androidManifest, but I'm still

February 27, 2020 at 06:28AM by TheMaster2893
https://ift.tt/32xu3EY
New post on Flutter Dev Google group:

Advise for System design of offline encyclopedia app
Hi, everyone. I have multiple questions and I need your help! I have some background in Web dev but quite new in the mobile development world. I need to build an app similar to an offline encyclopedia. I have the data in MySQL DB. Users should sign up in the app and download the DB from the

February 27, 2020 at 07:19AM by Bahriddin Abdiev
https://ift.tt/32wBcFV
New post on Flutter Dev Google group:

How to get only string before comma using replaceAll method.
how to get only string before comma using replaceAll method. For example I have string (https://ift.tt/3935TVn < https://slack-redir.net/link?url=https%3A%2F%2Feample.net%2Fsites%2Fsampada.net%2Ffiles%2F1.jpg&v=3>, /sites/sampada.net/files/002.jpg, /sites/sampada.net/fil

February 27, 2020 at 08:15AM by mahantappa b k
https://ift.tt/3834tcb
New post on /r/flutterdev subreddit:

[Flutter Appbar] App bar show/hide like an iOS style
Hi all,I want to show Appbar only when the first child of ListView is scrolled over like iOS style. There are lots of iOS apps have this behavior. But I don't know how to implement it in Flutter. Does anyone know a solution to this one?This behavior is described via this GIF

February 27, 2020 at 10:07AM by tobi931998
https://ift.tt/2PrxVSE
New post on Flutter Dev Google group:

How To Choose The Best Flutter vs React Native From the Developer’s Point of View?
Flutter vs React Native 2020: Performance, Productivity, & UI Components Read More

February 27, 2020 at 02:05PM by Game Reviewer
https://ift.tt/2wSd7gV
New post on Flutter Dev Google group:

Remove hash symbol ' # ' from Flutter web navigation
Hello everybody, I want to create one simple web application with Flutter web but after i create some simple application with this