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

GameBoy Advance Emulation in Flutter
I'm interested in writing a gba emulator in Dart for Flutter. Does anyone know of any good examples or have some advice for making the emulator?
I've looked around a little bit and all I've found is a gameboy color emulator using an older version of Dart (so no null safety, but after a couple minor changes it works on macos) and a partial example using Rust

August 26, 2021 at 03:19AM by phant0mf1sh
https://ift.tt/3zkRlOf
New post on /r/flutterdev subreddit:

how to adjust autocompletion in vscode
When I type a widget say Text or Container, etc and then put up that first "(", auto-completion shows me a bunch of options when I would rather press Enter to go to the next line, ie. I like to keep my code as formatted as possible while I type. But pushing Enter at this very moment actually tells auto-completion "I want that first named argument" so it gets written into my editor and I have to manually backspace every time.I don't believe this was a problem in Intellij nor Android Studio but for those I am just having performance issues as my laptop is not that old but not too powerful (the newest i3, 8G of RAM, SSD on Ubuntu). Is there any way for Autocomplete to give me a blank choice as the top option so when I do push Enter it chooses that and actually goes to the next line without anything written?P.S. I have tried some of the tuning measures for JetBrains IDE's introduced on S.O. and elsewhere but they only improved marginally so I am using VS Code.Also when that first named argument happens to be what I want, VS Code does not go to the next line automatically so I end up typing the entire width of the editor and only when I finish and match up all the braces does it do its auto-formatting which is also difficult to work with.

August 26, 2021 at 06:40AM by webNoob13
https://ift.tt/3kjv9O8
New post on /r/flutterdev subreddit:

How to use flutter_bloc in your app ?How to define state and event?
I have been trying to learn bloc but different video tutorials have different implementations of bloc. I have read the official bloc documentation also but still i am confused, How are states and event defined and implemented. What are the steps to create events and state is it by extending abstract class or by creating enums?

August 26, 2021 at 11:08AM by Common-Ad4673
https://ift.tt/3ynV6kp
New post on /r/flutterdev subreddit:

[Opensource] Just Released Figma Assistant - A Figma to Flutter Plugin 🚀
I'm really exited to share with you guys about Figma Assistant (by Grida)Figma Assistant is a Free & Open source Code converter that generates High quality Flutter code. You can see the full story here. If you like it please ⭐️it on github, and upvote on product hunt.​It has THE MOST Advanced flutter support. Converting Figma design to Flutter be like..text styles as Theme.of(context).textStylesicons support with Icons.icon_nameImage support with automatic hosting. (No need to export images. It's right there in code with url ! )And most importantly, the code generation is in instant, you can get the code of your design without uploading anywhere (Although, we do have uploading feature experimentally ;)​Get it now >product hunt - https://www.producthunt.com/posts/grida-assistant-figma-2-flutter-reactgithub - https://github.com/gridaco/assistantfigma plugin install linkour website - http://grida.co/

August 26, 2021 at 11:37AM by softmarshmallow
https://ift.tt/3zlXkCb
New post on /r/flutterdev subreddit:

best approach to this
So i wanted to created a timer in my app that was synced with notifications like this for example this:(this a progress bar synced with the timer)i have 2 ideas: a cloud function using firebase, or make the timer run in the app and make the notification using the in app timer but in that way i think i will need to ask for an app permission to make the app run while the screen is off is there any other way to do this?

August 26, 2021 at 01:06PM by dreamxz
https://ift.tt/3gAvhb0
New post on /r/flutterdev subreddit:

Is there a dev who developed his own native video player?
Hello everyone i want to make my own video player with android platform api, so i need your experience i posted a question at flutter help group no one answered

August 26, 2021 at 03:50PM by diyar_gulli
https://ift.tt/3ktjFaJ
New post on /r/flutterdev subreddit:

Can someone explain how should I do state management in flutter?
Hello everyone!!I know a little bit of Flutter I mean I can build a mobile app UI and add some functions. But guys I don't have an idea about state management (I know what it is) but I can don't understand it, I don't know how to set up the project structure, and where to use it. Can someone share a good resource? I already saw everything on youtube and so on...Thank you guys in advance !!!

August 26, 2021 at 03:47PM by imavlastimov
https://ift.tt/2Y3Xj8x
New post on /r/flutterdev subreddit:

ASMR Brand and Platform built on Flutter looking to build a community
Hi I am Joe the founder of Marslix ASMR we are an ASMR SaaS product, brand and community launching after 01 November built on Google Cloud Platform and Firebase and Flutter.We have a total 400 followers across platforms. How do we further grow into Reddit. We started our first social Instagram in April ,but arrived to Reddit only in July.Our ASMR app has got Livestreams and Video on Demand on Freemium with good search and categorization of different ASMR Niches and a Payout model for creators granting 60% to them of Donations and Monthly Subscription[$15.99] to them.I know Reddit is alpha. How do I get 100,000 reddit downloads on launch. I am willing to give away 10,000 one month Subscriptions to users on this Reddit and Verify[Unlocks Payouts] 300 Creators from this Reddit no work needed. How do we appeal to you ?

August 26, 2021 at 04:43PM by MarslixAsmrApp
https://ift.tt/3ylgjf4
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