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

Building your own Live Video Streaming application
Yesterday, when I was attending my online yoga class, I realized that I use so many live streaming applications for my everyday activities — from my business meetings to yoga classes, jam sessions, and movie nights. For most people who are stuck at home quarantining, live streaming is the best way to get closer to the world. This influx of users watching and starting their own live streams created a gap in the market for a “perfect” streaming application.So I grabbed a cup of coffee and started building my own Live Streaming application. For me, Agora was an obvious choice while building the webRTC logic because Agora provides APIs that are easy to use and their global network is secure and reliable. Another reason to use Agora was that it enabled me to have up to 17 hosts on a call and up to a million audiences subscribed to their stream.You can have a look at this blog to know more about the entire logic behind this application: https://www.agora.io/en/blog/adding-live-interactive-video-streaming-using-the-agora-flutter-sdk/You can also find the complete code for this application over here: https://github.com/Meherdeep/Interactive-Broadcasting

April 01, 2021 at 07:09PM by ameanhoeacid
https://ift.tt/31KvRed
New post on /r/flutterdev subreddit:

I'm new to web dev, and I'm interested in a flutter.
Hello! I do coding, and I recently started getting into web-dev, and I saw that flutter, which I heard about before as a framework(?) to make apps, can be used to make websites. I'm interested and have some questions. How does the browser show flutter? does it "compile" to HTML/CSS/JS? or is flutter the backend and it generates the HTML/CSS/JS when someone enters the site? Can I use flask as a backend for a flutter websites?sorry about all the questions, I'm just very curious.

April 01, 2021 at 08:57PM by GafiQ
https://ift.tt/3dnuIis
New post on /r/flutterdev subreddit:

Add more customization to your buttons, switches, checkboxes, and sliders with the responsive_styled_widget package
I just posted a medium article talking about the new Styled Component feature of the responsive_styled_widget package. You can now create custom buttons, switches, checkboxes, and even more. If you want a unique design language for your app/website, have a look at this package.

April 01, 2021 at 09:56PM by kevinvan0720
https://ift.tt/3sMX7F8
New post on /r/flutterdev subreddit:

Anyone Specializing in Flutter Web UI/UX?
I have an opportunity to prove out an add-on to a Flutter mobile application as a Flutter web app/site. There are plenty of amazing mobile examples for Flutter for iOS/Android and tablets, but I was wondering if there were any folks specializing or working on UI/UX specifically for Flutter Web.Flutter for Web works - amazing/surprisingly well - but without effort and though you can end up with a typically Material/Scaffold - swipy/fly-in-from-the-right navigation scheme, with an AppBar, and other mobilely-looking/working buttons. Navigation with the "#" hashtag, etc. This works on the web, but doesn't "feel" like the web.I know it wouldn't take much to achieve a typical Material Web site in Flutter, but if there were blogs or folks who have thought and worked this through to production, with any recommended setup/tips/tricks, that could save a lot of time in trial and error.If so, that'd really help. If not, I'll post something in a sprint to two to share what I find.

April 01, 2021 at 09:36PM by abernetb
https://ift.tt/2PjPvLS
New post on Flutter Dev Google group:

Previous Screen's variable is used and updated instead of Current opened screen using same widget
Hi everyone. I have an issue with regards to using recursive widget. I am trying to create something like a Google drive component where each widget will house the folder/files. The structure is like this. Tab -> (Tab 3) DriveWidget() contains driveFolder (root) When click on a folder, it will

April 02, 2021 at 03:13AM by Mark Chester Goking
https://ift.tt/3cH5igh
New post on /r/flutterdev subreddit:

Just made a very simple practice project with Flutter! It's a basic photo album viewer.
https://ift.tt/3cFRDq2

April 02, 2021 at 03:50AM by shibaemu22
https://ift.tt/31HfLC8
New post on /r/flutterdev subreddit:

Exploring RVMS with Flutter Command
Hello!, I wrote an article after a while on flutter, I hope to stay consistent now. It would be helpful if I can get any feedback, let me know how you liked it, Checkout the article,Exploring RVMS with Flutter Command

April 02, 2021 at 06:05AM by SameerKash
https://ift.tt/3mdx5YV
New post on /r/flutterdev subreddit:

Flutter Design Patterns: An overview of the Observer design pattern and its implementation in Dart and Flutter
https://ift.tt/3sKQ2ot

April 02, 2021 at 09:10AM by mkobuolys
https://ift.tt/2OfuHo9
New post on /r/flutterdev subreddit:

App Feedback Thread - April 02, 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

April 02, 2021 at 03:00PM by AutoModerator
https://ift.tt/3mbG6ls
New post on /r/flutterdev subreddit:

How do you deal with environment variables on big projects?
To me, the topic seems to lack information online. What is your preferred way to do it in a Flutter application? And why do you prefer it?

April 02, 2021 at 02:20PM by AydinGuven
https://ift.tt/2Ok8Zzo
New post on /r/flutterdev subreddit:

Flame 1.0 Collision Detection on Animated Sprites Tutorial
New tutorial showing how to use collision detection with animated sprites in Flame 1.0.This is part of a tutorial series on using the Flame 1.0 2d Game Engine. I have published 15 videos in the series thus far as part of my shelter-in-place hobby in California.If people are completely new to Flame or want to know what Flame is, check out What is the Flutter Game Engine and When to Use It - under 3 minutes.The video series covers the pre-release version of Flame which is at 1.0.0-rc8 so people can practice their skills and be prepared for the official Flame 1.0 release.As the official Flame documentation for the pre-release 1.0 is not finished, the tutorial series is for novice people that want to improve their Dart/Flutter skills in small steps. For example, video #8 shows how to copy constructors and named constructors from the Flame source, but doesn't explain how to make constructors.If you just want to make mobile games and are not focused on Flutter/Dart, there are other frameworks which are likely better for your needs. Flame is for people that want to use the Flutter/Dart workflow and practice their Dart skills by building fun games.Some other points about Flame:Flame is for 2D (like a platform or tile map) games, not 3D (does not use 3D assets like Unity)Focused on mobile app, though the graphic components largely work on Web/Desktop in addition to iOS/Android. I don't recommend Flame for production use on Web/Desktop as there are more mature frameworks for those deployment platforms.It is a minimalistic framework that is designed to work with other packages (such as the Flutter widgets or the Box2D physics engine)Some points about the tutorial series:shows a simple way to learn a game concept, not the best way. Example, does not show gravity acceleration. Just shows += 1 to move a character.you should be prepared to read through the source code of Flame, at least to understand the constructors. It is in pre-release. I find this a good way to improve Dart skills.I have tested the video series with children at the teenage level. Seems usable by high school kids.

April 02, 2021 at 03:40PM by codetricity
https://ift.tt/3ds6hjL
New post on /r/flutterdev subreddit:

Any recommendation for form validation in Flutter
Hi,I really wanted to know what you use for validating inputs or forms in Flutter? Do you use any package or simply using conditionals.

April 02, 2021 at 03:13PM by ravgeet
https://ift.tt/3uhC6m2
New post on Flutter Dev Google group:

Flutter 2.0.4 released to the stable channel
We are pleased to inform you that Flutter 2.0.4
New post on /r/flutterdev subreddit:

What are the monetization options for a flutter mobile app?
I am currently learning flutter and would like to build flutter apps as a career, but I am confused as to what the monetization strategies are.

April 03, 2021 at 02:31AM by KEEPREADING2604
https://ift.tt/3dsxhjf