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

Closest thing to p5js in Flutter
Hi all, I'm looking for some Flutter APIs that act like how p5js renders objects on its canvas. Things I'm looking for: - Full control on every frame rendering: I'm expecting a method that is called in each frame. - Support for point, line, circle, square, stroke, fill ..

July 08, 2020 at 10:00PM by Mohamed
https://ift.tt/2Zbv31O
New post on Flutter Dev Google group:

VideoPlayer supporting DRM, avaialable in Flutter?
Hi, I am trying to play a video, that has the DRM (Digital Rights Management) embedded in it. Its extension is .m3u8. Is there any player available in Flutter which supports the display of such a file? I tried many plug-ins, but all in vain. Can anyone help me in this regard? I

July 08, 2020 at 11:55PM by Renjith AK
https://ift.tt/3ebfCuA
New tweet from FlutterDev:

🖥A beautiful desktop app built with Flutter!

Flokk was built by @gskinner_team using the latest master branch of Flutter, and targets Linux, macOS, and Windows (with web support as a bonus).

The entire project is open-sourced on GitHub!

More ↓ https://t.co/MIx073tcDT— Flutter (@FlutterDev) July 8, 2020

July 09, 2020 at 12:09AM
http://twitter.com/FlutterDev/status/1280987353272610817
New post on /r/flutterdev subreddit:

What is the best place to learn BLoC
I'm trying to learn BLoC but every where I go they teach the same thing in different ways. I tried reso coder and the BLoC website, what are some other good places to learn it, I can be paid like udemy, as long as it is updated.

July 09, 2020 at 04:54AM by danielolaviobr
https://ift.tt/38QeWtP
New post on /r/flutterdev subreddit:

Dart & Flutter Resources
https://ift.tt/2O7zOTx

July 09, 2020 at 04:45AM by tledrag
https://ift.tt/3ecFbLN
New post on Flutter Dev Google group:

Flutter: Utilizing multiple API's
Hi, I'm trying to create an app that deals with multiple API's. In particular, I want to take parsed data received from one api and pass it to another api. What are best code practices to keep in mind when using something like http.get(url)? Would appreciate some advice and pointers to resources

July 09, 2020 at 07:11AM by Ahnaf Khan
https://ift.tt/3iNdXPl
New post on /r/flutterdev subreddit:

Is MongoDB a good database option for an Ecommerce Flutter app?
I'm making an ecommerce application with Flutter and, as it is my first serious project, I'm trying to figure out beforehand the best approach to do this.
I'm familiar with MongoDB as I have used it in web applications but I'm not sure about the performance with Flutter(Making rest apis, communicating with the api and database).
Is it a good database to go forward with? Or should I look for a different one. (I'm avoiding Firebase as many features I need are blocked behind a paywall)

July 09, 2020 at 08:28AM by Timndichu
https://ift.tt/3foMam8
New post on /r/flutterdev subreddit:

Interactive environment for learning Dart and Flutter?
I really like websites like codecademy.com or scrimba.com because you can you can pause the lessons and code right in the website by editing the code in the lesson. I'm looking for an interactive environment like one of these two, which requires no dowloading code, and no installing anything on my local computer.

July 09, 2020 at 09:33AM by samgermain
https://ift.tt/31YcgIY
New post on /r/flutterdev subreddit:

A Deep Dive Into DatePicker In Flutter
https://ift.tt/38FMaM5

July 09, 2020 at 10:06AM by Elixane
https://ift.tt/3iIL0UM
New post on Flutter Dev Google group:

how to make whatsapp like chatting app with flutter and firebase as backend
I aim to make a automatic group making feature for chatting using flutter

July 09, 2020 at 10:16AM by Shailebhyanand G
https://ift.tt/2VZDF9N
New post on /r/flutterdev subreddit:

Top 5 Flutter Libraries That You Should Use
Libraries play an important role in app development, they speed up the development cycle and makes the projects lot easier to manage. You can read more at - https://www.appwithflutter.com/top-5-flutter-libraries/

July 09, 2020 at 11:00AM by imviveksharma
https://ift.tt/3gJY7Dx
New post on /r/flutterdev subreddit:

High CPU usage when IDE is idle
I installed Flutter as per official documentation on my Windows 10 PC and I am able to deploy app on my mobile as well.However, I am seeing high CPU usage even when the IDE ( VS Code ) is idle ( as in not compiling the app ).Image for reference

July 09, 2020 at 12:19PM by purezen
https://ift.tt/3iNHbNY
New post on /r/flutterdev subreddit:

What CI/CD tools and pipeline should I use?
Coding in flutter has been awesome! But I’m now bogged down by having iOS and Android apps that have to get built for staging and production environments, sent to my testing teams, signed and release. It’s crazy, and an absolute nightmare to deal with manually.I’m using flavors, schemes, and dart-defines to separate build config, and it’s all built with a firebase backend. I love firebase, but it can also be limiting, complicated, or painful.What are the tools and techniques you use for your CI/CD that you would recommend me to setup? I’m looking at CodeMagic, Bitrise, and AppCircle but I haven’t done this before so there’s quite a lot to consider.Ideally I’d like to merge my git branches to trigger builds, Firebase distributions, code signings and App Store submits. I’d then also like it to be able to build and deploy an Angular CMS and an Angular frontend soon, so not just mobile.All these code signing certificates and keys are really complicated and fragile if they go missing, so any advice on that would be great too!

July 09, 2020 at 01:27PM by New_York_Rhymes
https://ift.tt/321eYO4
New post on Flutter Dev Google group:

Dismissible having a glitch after swipe
Hi All, I'm a flutter noob, so don't worry about making your answers too simplistic. I have an app that gets a list of cards (stored in Firebase), and draws them centered to the screen. I want to make them swipable left and right, and found the Dismissible Widget. So, seemingly, when I swipe

July 09, 2020 at 01:51PM by Ken Corey
https://ift.tt/3235aTw
New post on /r/flutterdev subreddit:

How to load desired localised resource(.arb) from backend Flutter?
Is there a possibility to load the .arb resources required for localisation from backend server? There is a possibility to load the desired json file with localised resources at runtime but I want to utilise the features of .arb from dart internalisation package that is dynamic string interpolation, use of plurals, etc. Please suggest the best way to achieve this.

July 09, 2020 at 02:01PM by Radhika_3
https://ift.tt/3iVhqvw