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

How to generate Widget source code from runtime List of Widgets
Hi guys, I am just new to Flutter but I found it a very interesting framework to learn and code. I am working on a side project idea that allow users to build form via drag and drop with Flutter Web and allow users to download the form in source code, so I need to able to generate source code from the runtime List<Widget>.What are the proper approaches to do that? Are there any plugin already done that so I don't reinvent the wheel?Much appreciate any help from everyone.

August 31, 2021 at 06:05AM by yenngvp88
https://ift.tt/3gOt5wB
New post on /r/flutterdev subreddit:

Website with app challenges to enhance your skills?
Hey guys,​I'm new to flutter and currently working through Dart and Flutter: The Complete Developer's Guide By Stephen Grider and i was wondering if there is a website that has compiled coding challenges / challenge apps to build so you can practice what you have learned. I know I'm very new to the framework and not necessarily ready to build things on my own but would like to start working through challenges/puzzles so all this becomes second nature faster.​Cheers and happy coding! :)

August 31, 2021 at 05:11AM by hmblhstl
https://ift.tt/3t21NYk
New post on /r/flutterdev subreddit:

ABYOW DATING APP (2021)
What's up flutter developers ?We have just launched ABYOW ( https://play.google.com/store/apps/details?id=com.abyow ) on google play store and are looking for a few awesome flutter developers to join our team and make this beautiful product even better.Abyow is a dating app born to kill the swiping culture.Role: Flutter Developer Duration: As long as you work great. Experience required: 1+ years Tools and Skills Required: Flutter/Dart, Firebase, Google map Must have : Published at least 1 flutter app on Google Play store. Type: Freelance Pay: Will be negotiated per task. Work timing: flexibleIf you happen to be a good professional with a nice attitude, additional perks are also available.Hurry up, Drop your CV at abyow1@gmail.com#experience #developer #nodejs #freelance #work #startup #jobs #hiring #jobsearch #recruitment #flutter #appdating #recruiting #cv #resume #jobseekers #lookingfor #job

August 31, 2021 at 07:15AM by ravs_7777
https://ift.tt/38pf43Z
New post on /r/flutterdev subreddit:

Best login screen in flutter app 🔥🔥
https://youtube.com/shorts/2-7l7R_2IXo?feature=share

August 31, 2021 at 10:44AM by base77
https://ift.tt/2Y1aFCb
New post on /r/flutterdev subreddit:

A Customizable Progressive Time Picker for Flutter allow you to customize time picker based on your requirements for selecting a specific range from time picker and it supports multiple platforms.
https://ift.tt/3zAvimS

August 31, 2021 at 11:45AM by connectsteven
https://ift.tt/3kz8ldk
New post on /r/flutterdev subreddit:

Can anyone point me to detailed explanation on Flutter (Dart) instances creation and storage system?
Hello,I'd like to know if Flutter/Dart instances are virtual and to read more about objects and instantiation.I googled a lot and I think the material found is too superficial.Best,GS333

August 31, 2021 at 02:05PM by GoodSamaritan333
https://ift.tt/2WG76Rx
New post on /r/flutterdev subreddit:

Created my first plugin: flutter_exprtk a Flutter wrapper for the exptrk Mathematical Expression Toolkit Library
It's not much, but it's honest work :)https://pub.dev/packages/flutter_exprtk

August 31, 2021 at 01:55PM by fichti
https://ift.tt/2WFGOyX
New post on /r/flutterdev subreddit:

Help: GetX + Firebase Auth + Firestore full example
I use Firebase in nearly all of my Flutter projects and I know it's quite common. I have also been looking into GetX (Provider before that) and have no problem finding either Firebase Auth or Firebase Firestore examples - but never a complete example of everything working together.The most common seems to be to subscribe to the authStateChanges and when the user is null - pop off all pages until the Login page.
Get.offAll(() => LoginScreen()); 
`And I do like this pattern - it's easy. All you need to do is logout and the navigation takes care of itself.But in my examples I have, say a HomeScreen that subscribes to a stream from Firestore and when I signout the first thing that happens is the app crashes because of a Firestore permissions error.Now, I can do this with a StreamBuilder and handle that specific issue and just render an empty container, but that seems like a hack.Here is a StackOverflow post with more code: https://stackoverflow.com/questions/68840299/firebase-firestore-query-with-getx-and-firebase-authDoes anyone have any "best practices" using State Management (GetX) + Firebase Auth + Firebase Firestore with navigation?

August 31, 2021 at 10:11PM by austinn0
https://ift.tt/38tK8j0
New post on /r/flutterdev subreddit:

Created my first Flutter Plugin! It provides useful Flutter extensions. Tell me what you think about it:
https://ift.tt/3t3pkZ8

August 31, 2021 at 11:18PM by sephiroth485
https://ift.tt/2WFxScV
New post on /r/flutterdev subreddit:

Minimum specifications to run Android Studio smoothly
What are the minimum specifications for a machine to run Android Studio smoothly? I tried tips from S.O and other places to try to speed it and Intellij up but it did not work. I am on a Lenovo Ideapad 3 with Core i3 10th Gen, 8 Gigs of Ram, SSD running Ubutnu 20.04.I started a new job remotely and my boss said, "Unless you are much better in VSCode, it is easier to trace bugs and errors if we are all using Android Studio".I am not going to argue with my boss as it is a hierarchical company in Asia where that is frowned upon. So I want to buy a new machine if necessary.

September 01, 2021 at 03:33AM by webNoob13
https://ift.tt/3t32alv
New post on /r/flutterdev subreddit:

Open images with native phone gallery
HiI want to view a list of images with the phone galleryIs there a plugin for that ? or should a implement one ?

September 01, 2021 at 04:40AM by ANDRUXUIS
https://ift.tt/3gNWTcG
New post on /r/flutterdev subreddit:

Is it possible to integrate JS in Flutter to render and interact with it on all platforms?
Hello flutter community! Greetings!!I am a bit new to Flutter. But I have little to zero knowledge about web technology. I want to integrate a JS library to render and interact with items on the screen - say something like chart.js or pdf.js as an example. As far as I understand, if I need to only manipulate data or do backend stuffs related to JS engine, I can use flutter_js which is available on all platforms. But if I need to render the graphics and interact with it via JS, it is a totally different thing? I need to use platform specific plugins. For web, I can use JS plugin for flutter. For android and IOS, I need to use webview_flutter plugin as seen in high_chart example. If that is so, is there any options for windows and macos?

September 01, 2021 at 04:14AM by Ok-Panda4332
https://ift.tt/3mOQYYJ