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

Add NavigatorState extensions to strongly type your navigation with arguments, return values and named routes
https://youtu.be/wv6jHvpMgag

January 19, 2022 at 08:12PM by flutter--help
https://ift.tt/3qGRb1C
New post on /r/flutterdev subreddit:

Thoughts on the `slide_puzzle` architecture with bloc
The latest flutter challenge has an bloc-based architecture, it's built by the creator of bloc and has a pretty nice implementation of it imo. https://github.com/VGVentures/slide_puzzle/tree/release/lib/puzzleGone is the state-machine inside the view and the excessive boilerplate of declaring individual state classes to represent view states. Instead the bloc holds a chunk of complex state for the view. The view can just make some intelligent decisions, eg: ``` final puzzle = context.select((PuzzleBloc bloc) => bloc.state.puzzle); final size = puzzle.getDimension(); if (size == 0) return const CircularProgressIndicator();return BlocListener<PuzzleBloc, PuzzleState>( ``` To me this is a more pragmatic implementation of bloc as the state-machine-switch approach never justified it's excessive syntax outside of specific cases like a multi-step form view.Interestingly they still used event classes rather than moving to cubit, and just calling bloc methods directly. I'm still not sold on the value of the event abstraction layer. Seems like it provides de-coupling where none is really needed, which would primarily have the effect of making debugging harder (generally simpler to debug a direct method call, vs a routed event).Thoughts?

January 19, 2022 at 07:44PM by esDotDev
https://ift.tt/3FK0emX
New post on /r/flutterdev subreddit:

PayPal Integration in Flutter
I am trying to add a feature where users would send money to each other using PayPal in Flutter, and I specifically want to be able to send payment requests to other users. I have checked out (https://pub.dev/packages/flutter_braintree) but this package seems like it is mainly useful for merchant use cases, whereas I just want to create a "plug-in" that would allow users to send money to each other via Flutter itself.I have also checked out This Medium Blog Post on PayPal gateway integration but it is the same merchant use case that I mentioned before.Curious to see if others have attempted this and what their experience has been.

January 19, 2022 at 09:28PM by thewindblowshere
https://ift.tt/3FD1kkc
New post on /r/flutterdev subreddit:

[Project] Building a Zoom clone in Flutter
This January, I tried to build a video conferencing app like Zoom with features like joining a room, leaving a room, screen share, hand raise, mute/unmute, camera off/on and chat.I have broken down the entire development process in steps here: https://www.100ms.live/blog/zoom-clone-in-flutterConnect with me on twitter: https://twitter.com/GovindMh14

January 20, 2022 at 07:03AM by govindmh14
https://ift.tt/33ADSqT
New post on /r/flutterdev subreddit:

water_drop_nav_bar now updated to 2.1.0
fixed some issues and improved documentation.
https://pub.dev/packages/water_drop_nav_bar

January 20, 2022 at 08:13AM by pavel_birdy
https://ift.tt/3tHf7E1
New post on /r/flutterdev subreddit:

Can Flutter do everything a native Android app can?
Or are there some API calls only available via native Android development?

January 20, 2022 at 07:44AM by GassyGhoul88
https://ift.tt/33TsDtu
New post on /r/flutterdev subreddit:

What's your workflow M1 Mac users?
Do you use Android Studio or VSCode or something else?What simulators you guys use?​Rn I am using AS. But running an idle Pixel 3A sim on my Mac takes staggering 4gb ram unlike iOS simulator where it barely takes 100mbs when idling.

January 20, 2022 at 10:30AM by MrVegetableMan
https://ift.tt/3GP5Hdw
New post on /r/flutterdev subreddit:

best flutter course , u had
i'm trying to learn flutter any one got course used to be good at it ?

January 20, 2022 at 10:17AM by samelden
https://ift.tt/3fI56OQ
New post on /r/flutterdev subreddit:

Flutter backend
Sorry a very very beginner question. At the moment I only know Python and Matlab. This year I would like to learn django, sql, dart and flutter. I have a precise idea of the app that I would like to build and the first version would be without a central server. My plan in the future is to offer a pro subscription for server based operations. But for an app without a server, so with a local database will Be better to use still django or another thing or for local usage is it ok to only use flutter + sql? Sorry for the dumb question, I am learning also to ask the right questions.

January 20, 2022 at 01:16PM by thecoscino
https://ift.tt/3qMwuBi
New tweet from FlutterDev:

🧩 What package does the sample Flutter slide puzzle use for state management? #FlutterPuzzleHack— Flutter (@FlutterDev) Jan 20, 2022

January 20, 2022 at 06:00PM
https://twitter.com/FlutterDev/status/1484209307730149376
New post on /r/flutterdev subreddit:

What Do You Love About Flutter?
I’ve been tasked with learning Flutter at work, but am struggling to get motivated. I thought hearing from people passionate about it, or even who just enjoy working with it, would give me some inspiration.

January 20, 2022 at 06:18PM by facadeoftears
https://ift.tt/3AfJWAW
New post on /r/flutterdev subreddit:

Android studio vs VS?
Which do you use for flutter and why? If you code on an M1 mac , which do you use?

January 21, 2022 at 02:58AM by Madridi77
https://ift.tt/3KuAHBH
New post on /r/flutterdev subreddit:

What are some widgets you like most in flutter?
Widgets that YOU find useful.

January 21, 2022 at 05:42AM by The-Hated_One
https://ift.tt/3rzFqJH
New post on /r/flutterdev subreddit:

Xcode and AndroidManifest.xml modification is getting out of hand
I love flutter and all and normally, I wouldn't mind to add one or two copy paste code to make sure my app working on android and ios.However, it start getting out of hand once the app grow and I need to use multiple plugin like notification, sign in, download, audio etc that each one of them require to modify native code, podfile or settings. Especially removing a library that I added 6 months ago that probably leave some settings in AndroidManifest.xml or xcode that I'm not dare to remove because other plugin might require the same settings. My current solution is once in a while I recreate ios and android folder then manually go through all of my pub library to add the modification as they require.is there a better way?

January 21, 2022 at 05:23AM by chaucao-cmg
https://ift.tt/3AieMZR
New post on /r/flutterdev subreddit:

Localize your Flutter packages
https://ift.tt/3rCpsOV

January 21, 2022 at 11:38AM by dtengeri
https://ift.tt/32kEEYl
New post on /r/flutterdev subreddit:

App Feedback Thread - January 21, 2022
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

January 21, 2022 at 03:00PM by AutoModerator
https://ift.tt/3nNLzB0