Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Testing Read as Semantic Behavior
Just anote I figured out eBay's obtuse docs on Given When then and PageObjects so that we can use them to get Semantic reading test, golden tests, and insturmented tests.​Long article coming Sunday night.​Has any one else made the plunge into this and found other tricks to use?

August 28, 2021 at 02:36PM by fredgrott
https://ift.tt/3DAPo2K
New post on /r/flutterdev subreddit:

Flutter Developer Weekly Issue #25 is LIVE! This week's focus is Flutter JOBS
https://ift.tt/3mDiPuU

August 28, 2021 at 06:37PM by FlutterDevWeekly
https://ift.tt/2Y74gWg
New post on /r/flutterdev subreddit:

Is it good to learn flutter or complete learn android development?
I have question for you guys, I have some experience in programming android application. So, I am looking to improve my skills so I would ask is worth it to complete android development or is better to start learning flutter?Please let me know what do you think?

August 28, 2021 at 08:55PM by zaher88abd
https://ift.tt/3ykuRvv
New post on /r/flutterdev subreddit:

Is Flutter Web really ready for production?
Hi awesome people... A question about Flutter Web...did anyone used it for a real project for a client (web apps) ? Beside SEO issues, Is it really ready for production?

August 28, 2021 at 10:24PM by samnbd
https://ift.tt/3yqg1U0
New post on /r/flutterdev subreddit:

Unity flutter implementation
Does anyone have any useful content about communication btw flutter and unity I've been struggling all week :'(

August 28, 2021 at 10:19PM by EroMCakes
https://ift.tt/3jmfoXw