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

Flutter Cookbook: Over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart.
https://ift.tt/2UQANi5

August 26, 2021 at 06:53PM by Yassin_Bennkhay
https://ift.tt/3BgVpzC
New post on /r/flutterdev subreddit:

Flutter WebRTC demo with Python server to perform image processing on video frames using OpenCV
I have been working on a project recently to allow me to scan trading cards and needed a way to send a live video feed to my server, I've just uploaded the source code for my webrtc project.Here is the repository link don't forget to star it if you like it : https://github.com/jcrisp88/flutter-webrtc_python-aiortc-opencv
Please comment below if you have any issues setting it up and if I can make any edits to the readme to make it more clear, thanks

August 26, 2021 at 11:16PM by beprepared88
https://ift.tt/3krQFAm
New post on /r/flutterdev subreddit:

Is it possible to dynamically set Widget Keys in flutter
Hey,I've been doing research into flutter keys and as far as I can see there's no way for me to ensure that the widget keys remain the same across debug builds if a key was not assigned at construction of that widget.I'm looking for any resources about manipulating the widget tree by assigning keys to it or rebuilding an element and providing it with a new key.The goal is to have an overlay on the screen, tapping on a widget item, giving it a key name and the next time I run the app (debug mode only) it should have that same key.I don't know if this is possible, but if anyone has some experience with the widget tree I would appreciate any guidance on it.Dane - FilledStacks

August 27, 2021 at 07:18AM by Filledstacks
https://ift.tt/3yl88iR
New post on /r/flutterdev subreddit:

Real-time Audio Classification app in Flutter
Audio Classification app: CodePlease checkout TFLite Flutter Plugin and TFLite Flutter Helper to create performant ML apps with any TFLite Model.

August 27, 2021 at 10:03AM by _am15h
https://ift.tt/3kwPfV4
New post on /r/flutterdev subreddit:

Advice on building OTT/video streaming platform using Flutter, Firebase and GCP ?
Hey I am Joe,I am 18 and looking to create an ASMR OTT app my delight using Firebase, Flutter and Google Cloud CDN.An ASMR app featuring Video on Demand and Livestreaming platform and I was thinking of cloud transcoding rather client side transcoding.Stack ideas, best practices and frameworks to go about this?I need server side transcoding. I need a CDN. I need API for server side transcoding to CDN. I need API for Client [ on Flutter ] and/or Cloud Storage bucket to server side transcoding. I need API for CDN load balancing to Client [ on Flutter ]Desires:Low latency. Scalability. Low costs.I would greatly appreciate any remark or advice on this. Thanks in Advance.

August 27, 2021 at 10:43AM by MarslixAsmrApp
https://ift.tt/38mDJpy
New post on /r/flutterdev subreddit:

App Feedback Thread - August 27, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

August 27, 2021 at 03:00PM by AutoModerator
https://ift.tt/3BfuOTu
New post on /r/flutterdev subreddit:

Find the extension of a file in Flutter!
https://ift.tt/3sRNKVc

August 27, 2021 at 03:05PM by mukhtharcm
https://ift.tt/3zj4BTo
New post on /r/flutterdev subreddit:

A OpenGL canvas
gl_canvas allows you to direct using OpenGLES API and render in a standalone canvas.```dart class CanvasController extends GLCanvasController { // Call OpenGLES API via opengl_es_bindings LibOpenGLES gl = LibOpenGLES( Platform.isAndroid ? DynamicLibrary.open("libGLESv2.so"): DynamicLibrary.process() );
@override bool shouldRender(GLContext ctx, int tick) => false; void onFrame(GLContext ctx, int tick) { gl.glClearColor(0, 1.0, 0, 1.0); gl.glClear(GL_COLOR_BUFFER_BIT); //The render code here. } @override void dispose() {} 
} ```

August 27, 2021 at 04:59PM by gsioteam
https://ift.tt/3jkZk8c
New post on /r/flutterdev subreddit:

Macbook Air M1 Storage for Developer
Hi everyone,I hope that you are doing well, I am planning to buy a MacBook air M1 with 16gb ram but I am not sure about the storage. I am on the fence between 512gb/1TB.I use Flutter, android studio emulators and virtual machines, do you think 512gb would be enough? I wanted to get the 1TB one but I feel like I should save some money so that I can upgrade easier in 2-3 years to better versions of Macbook.Also, if I go with 512gb, can iCloud solve the storage issue for developers?

August 27, 2021 at 05:47PM by saji2000
https://ift.tt/3zquuAC
New post on /r/flutterdev subreddit:

Social Media App - Collection
Hey guys, can we use this thread to link all the tutorials and posts we know for making a social media app in flutter? Would be great to have a general list for everyone that is interested in.

August 27, 2021 at 05:20PM by NoSkillz4Ever
https://ift.tt/3sZCRkn