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

Appium is able to extract Android view tree from Flutter app - how?

I have a customer that sent me screenshot of Appium Server and Appium Inspector running one of our Flutter apps. The Appium Inspector shows hin a side by side screen of a screenshot of the currently running app as well as a Widget tree that contains android view (android.widget.FrameLayout,... https://www.reddit.com/r/FlutterDev/comments/vuwlbt/appium_is_able_to_extract_android_view_tree_from/
New post on /r/flutterdev subreddit:

I'm a Mobile App Designer and want to improve my development skills with Dart and Flutter

I have watched Dart and Flutter tutorials and many IT bloggers are doing projects on Android Studio. I know about this resource, but it is very demanding on my OS. Tell me where you can develop, for example, is VS code suitable or does Android Studio have some advantage? Thanks for your... https://www.reddit.com/r/FlutterDev/comments/vuyfon/im_a_mobile_app_designer_and_want_to_improve_my/
New post on /r/flutterdev subreddit:

Quick start a project with FlutterFlow then continue it by exporting and manually writing codr

Can you start a project with FlutterFlow, export it, then continue coding it by hand? Or will you be locked in to using FlutterFlow? Im thinking of doing this to ramp up starting the project with their templates, but i want the control and flexibility of actually modifying the code. Thanks ... https://www.reddit.com/r/FlutterDev/comments/vv1nvp/quick_start_a_project_with_flutterflow_then/
New post on /r/flutterdev subreddit:

Flutter Hook widgets over Stateful widgets — for better app performance

Did you know that you can build a counter app without Stateful widget? Yes, you heard that right! Hook widgets are an extension to stateless widgets and can be used to build dynamic widgets that update the UI upon user interaction. #flutter Checkout my article at... https://www.reddit.com/r/FlutterDev/comments/vwcydg/flutter_hook_widgets_over_stateful_widgets_for/
New post on /r/flutterdev subreddit:

Flutter... composables API?

Hi there, Have you been using React's Hooks and/or Vue3's composables, recently, outside of Flutter? If yes, then, I guess you're searching something similar to be implemented in Flutter. Yes, I am well aware of flutter_hooks. That library is very much inspired by React's hooks; if you didn't... https://www.reddit.com/r/FlutterDev/comments/vwe663/flutter_composables_api/
New post on /r/flutterdev subreddit:

When will Flutter web be ready?

Hello :) I recently got into Flutter and started loving it immediately, I moved a ton of my projects from ReactNative, Kotlin and Python to Flutter. My next steps are to move some of younger my web apps to Flutter as well, but the web does not seem ready yet, I've had performance issues with it, ... https://www.reddit.com/r/FlutterDev/comments/vx3r0b/when_will_flutter_web_be_ready/
New post on /r/flutterdev subreddit:

Starting point for a noob

Hi, I'm new to Flutter and programming in general. It's been one year since I've started learning, and I already worked with C++, Hmtl/css/php but that's it. (I don't think that's relevant here tho) ​ I'd like to make a Gym App for me and my friends and maybe publish it on Play store/App... https://www.reddit.com/r/FlutterDev/comments/vxc6ya/starting_point_for_a_noob/
New post on /r/flutterdev subreddit:

Has anyone tried learning Flutter in SideGuide?

Hi everyone, I've recently stumbled upon random Instagram posts about Flutter and saw people talking about this Flutter course inside VS Code. The extension is called SideGuide and it teaches you inside the editor. Looked pretty good and I was considering buying it but wasn't sure as it is... https://www.reddit.com/r/FlutterDev/comments/vxw7i5/has_anyone_tried_learning_flutter_in_sideguide/
New post on /r/flutterdev subreddit:

Amplify Authenticator customization and Flutter testing livestream

Tomorrow (14th of July) at 5pm CET, I will go into details of Amplify Authenticator library and how to customise the UI properties comes along with library. I will also write tests to amplify_starter brick if we have enough time left :) ​ https://www.twitch.tv/msalihgueler ​ At last ... https://www.reddit.com/r/FlutterDev/comments/vxzagf/amplify_authenticator_customization_and_flutter/
New post on /r/flutterdev subreddit:

Full-stack Dart with Simon Lightfoot: Pt 2 (The Boring Flutter Developme...

submitted by /u/Pixelreddit link comments https://www.reddit.com/r/FlutterDev/comments/vy5t6g/fullstack_dart_with_simon_lightfoot_pt_2_the/
New post on /r/flutterdev subreddit:

Rad - A frontend framework inspired from Flutter & React

Hello everyone! It's been a while since I first posted about rad. If you haven't seen it yet, Rad is a zero-dependency framework for creating web apps. It has all the best bits of Flutter(widgets) & React(performance), and best of all, it's written in 100% Dart, which means you can use your... https://www.reddit.com/r/FlutterDev/comments/vymqvp/rad_a_frontend_framework_inspired_from_flutter/
New post on /r/flutterdev subreddit:

Video & Audio Calling using Flutter WebRTC | Whatsapp Clone Flutter Part 7

Hii developers 👋 if you are interested in developing a complete WhatsApp clone application in flutter then make sure to follow along with this series on YouTube. The 7th part is LIVE NOW where I have created the video and audio calling functionality in the app as we have in WhatsApp with ... https://www.reddit.com/r/FlutterDev/comments/vyuqbv/video_audio_calling_using_flutter_webrtc_whatsapp/
New post on /r/flutterdev subreddit:

Are there any disadvantages to using Get/GetX

I’ve been researching different state management and routing solutions for an app I’m starting to build. Have known about Get for a while and thought I had settled on Bloc for state management and named routes for my routing and dependency injection. I took a look at the Get... https://www.reddit.com/r/FlutterDev/comments/vyyjg3/are_there_any_disadvantages_to_using_getgetx/
New post on /r/flutterdev subreddit:

Iofod supports Flutter 3.0 project generation

https://medium.com/@iofod/iofod-supports-flutter-3-0-project-generation-e63e43ad140b iofod defines a set of DSLs, the content we edit in iofod actually generates the DSLs we define, and then we can transform the DSLs into platform-specific code with the help of a platform-specific parser. You... https://www.reddit.com/r/FlutterDev/comments/vzht0a/iofod_supports_flutter_30_project_generation/
New post on /r/flutterdev subreddit:

Flutter architecture/design pattern.

This may come as a noob question, but I would like to know what is the architecture /design pattern for the building a flutter application with bloc/riverpod? It would be great if someone can help with that and tell me resources to learn also? Thank you! submitted by /u/NanatsuXIV link ... https://www.reddit.com/r/FlutterDev/comments/vzp9cj/flutter_architecturedesign_pattern/
New post on /r/flutterdev subreddit:

What order should I make the app?

Hi! I'm making an event booking and ticketing sort of app, and I'm kinda new to this app dev thing. I've done a few things before, but I just had a question. What order should I make the app? I mean, in what page order. Do I start by making the login page, the home page, the individual event... https://www.reddit.com/r/FlutterDev/comments/w0c1zg/what_order_should_i_make_the_app/
New post on /r/flutterdev subreddit:

copyWith for constants

I've got this constant kConst = ElevatedButton.styleFrom( shape:RoundedRectangleBorder(borderRadius: BorderRadius.circular(0.0)), primary: Color.fromARGB(255, 233 , 102, 208), elevation: 0,), and I want to use it with changing the primary color, so I tried kConst.copyWith(primary:... https://www.reddit.com/r/FlutterDev/comments/w0cdnz/copywith_for_constants/