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

When will the official video_player package support HLS ?
Our app really depend on the video_player package and HLS support is crucial for us.

September 09, 2020 at 03:28PM by justAskinz
https://ift.tt/3bOaInW
New post on Flutter Dev Google group:

Flutter App UI - Job Finder - Speed Code
Hi guys, it's me again, I bring you a new totally free design for the community, it's a simple but modern and minimalist design 😍, I hope you like it and don't forget to like the video and share it, it would help me a lot to continue creating content… And of course you will find the source code

September 09, 2020 at 03:18PM by Germán Fajardo Sánchez
https://ift.tt/35oKUgP
New post on Flutter Dev Google group:

Downloading flutter App
Ladies and Gent I am new in flutter, please i need your help, I have a question. How do you give someone a link to download the app you built on flutter platform. I don't mean from Google Store or play. I just mean the small app you build how do you give a link to a friend to download what you

September 09, 2020 at 03:39PM by Captain Elias Jinko
https://ift.tt/3irB7ul
New post on /r/flutterdev subreddit:

AWS Amplify for Flutter - Basic Setup, Authentication, Analytics, Storage. My first medium posts, show some love :)
https://ift.tt/2R94PIl

September 09, 2020 at 05:07PM by PossibleFail2
https://ift.tt/3bGFYoy
New post on /r/flutterdev subreddit:

Is it possible to build Apple Car apps and Google Auto apps with Flutter?
I found only old topics about this.

September 09, 2020 at 05:56PM by Il_Mil2
https://ift.tt/2DIkknq
New post on /r/flutterdev subreddit:

Please can you give me Honest Review, what do you think about UX? (link in description)
https://drive.google.com/drive/folders/17EzIOna3qL-xvOjgpGlhNjTifpJq1rlZ?usp=sharingView Poll

September 09, 2020 at 08:09PM by topguntoni
https://ift.tt/3ma6cF8
New post on /r/flutterdev subreddit:

GetX vs. BLoC
I recently have been hearing things about GetX. From what I can ascertain, it appears to be a state management package similar to Redux and BLoC.With that said, has anyone used this GetX package yet? Are there any benefits to using it over BLoC? That’s what I’m currently using and I’m trying to determine if I should switch or not.

September 09, 2020 at 07:53PM by Tr3umphant
https://ift.tt/3megWlV
New post on /r/flutterdev subreddit:

Interesting article about about eBays' use of flutter for a new project
https://ift.tt/33bF2EP

September 10, 2020 at 12:22AM by sadwhaleissad
https://ift.tt/2Rd3u37
New post on Flutter Dev Google group:

Flutter Project Architecture
Hello, I am looking for a Flutter project architecture model such the layers and dependancies models (MVC for example). Is there an architecture recommended by Google?

September 10, 2020 at 06:41AM by lemo195
https://ift.tt/35oia88
New post on Flutter Dev Google group:

problem adding image
Hi, I'm newbie on flutter, can someone help me with adding an image. I'm unable to see image on device. Don't understand the problem?

September 10, 2020 at 07:54AM by lakhwi...@gmail.com
https://ift.tt/2GH2zG9
New post on /r/flutterdev subreddit:

Advantages of the BLoC pattern and its flutter library.
Hello! I'm new to flutter (I've been learning since march, was previously developing with React and Laravel) and I had some questions that popped into my head, so I thought I could ask you guys to help me with it.I am almost familiarized with flutter's entire library of widgets, and by that I mean everything from the Text widget to the CustomPainter. So basically I can design everything that I want.That's not the point though, because there's this topic that I don't know much: state management. I did some personal projects and have used some management solutions (like stateful widget, inherited widget, scoped model, BLoC, and rxdart + getit) I can almost use all of those tools, and I found out that the basically every solution (besides stateful widget) is very practical and scalable.I'll start to develop a real world app and I am really struggling to decide which state management solution I should use. Everytime I search for this question, the BLoC pattern and its library appears to be the best of all, but I honestly think that other solutions, like scoped model, can also do the job.So here's my actual question: which state management solution do you guys prefer/use and why is it better over another?Thanks!

September 10, 2020 at 08:39AM by lucasdessy
https://ift.tt/3kg4qAz
New post on /r/flutterdev subreddit:

Can you help me with this?
/r/AskProgramming/comments/ipyujh/can_you_help_me_with_this/

September 10, 2020 at 09:40AM by Salvadore_Prime
https://ift.tt/2FfoQut
New post on Flutter Dev Google group:

Flutter CI/CD Codemagic sources/prebuild questions
Hi Everyone, About Codemagic, has anyone been able to build a flutter project using sources from different locations in a single build? For instance, building source code from a repo, and config files from another source, like a bucket, and then combining those to create 1 build. How to set this

September 10, 2020 at 09:09AM by T3 G
https://ift.tt/35qn44i
New post on /r/flutterdev subreddit:

Local to remote DB (HiveDB/Firestore)
Hello everyone,I'm working on a app which is offline first. You don't have to sign up / login when you install and launch the app for the first time: you can use it straight away.Everything is stored locally with HiveDB.Now I'm trying to provide a premium option, which give you the ability to have cloud storage and sync between your devices.When you get premium, you only have to sign up at this particular moment.I've searched a lot about this, but I didn't found any solution or public repo and it seems that offline/backend sync with Flutter is a complicated topic. From what I've seen, either :​- You are a experienced dev and you build your own offline/backend sync with whatever remote and local db you are using (in my case HiveDB sync with Firestore/other)- You work with Firestore from the start and use offline data persistence (caching)​Since I'm not a experienced dev, I wanted to go with Firestore and give up Hive as a local db. But the thing is from what I've read, it is not possible to use Firestore local storage persistence without users to sign in.What do you think is the better architecture for this kind of app ?​- Firestore from the start, using anonymous login so users don't have to sign up until they want to get premium (is that even possible ? Or do users have to login in any cases with Firestore)- Keep HiveDB until the user get premium and sign up, where from now HiveDB is not used anymore; all the data is transfered to Firestore and offline data persistence take care of offline data access.I imagine this solution required a lot of boilerplate code in the business logic parts of the app.​I see more and more apps using "late sign in" (I didn't found a better name haha) and IMO it's a superior solution which makes users life easier.

September 10, 2020 at 10:04AM by Kadarach
https://ift.tt/2Frspxd
New post on /r/flutterdev subreddit:

Flutter visual Node system ?
Hi all,I'd like to know if anyone of you has had any experience creating a visual interface in flutter based around nodes (like Luna, Nuke, Blender, rete.js ...) ?Here are a few links to some attempts I could find but nothing seems quite finished :https://stackoverflow.com/questions/59717952/flutter-directed-graph-can-i-use-custompainter-class-with-custom-widgetshttps://stackoverflow.com/questions/55559960/flutter-connected-node-graph-of-widgetsI'd love to work on a library but I don't feel like I've got enough experience to do so, if anyone of you is interested I'd love to collaborate, I really believe that flutter has a great future :)Thank you

September 10, 2020 at 11:38AM by Sebraecha
https://ift.tt/32fap22
New post on /r/flutterdev subreddit:

A complete Provider course?
Is there a nice and complete provider tutorial?I followed some tutorials but they don't cover all the use cases. In particular, I struggle with the provider context; in some cases I can't access the provider (using Provider.of<T>(context)) from some widgets that should be descendants of the provider in the widget tree.

September 10, 2020 at 12:42PM by sfabio1
https://ift.tt/2DKD0Tx