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

Trying out Flutter - Can you ease my concerns?
I've given the first couple of official tutorials a spin, and there are a bunch of things I really like (multiple target platforms, hot reload), but the Dart-as-markup aspect concerns me. I realize that the tutorial puts everything in one big main file and real world examples would never look like that, but I find that even the tiny examples in the tutorial are kind of hard to read compared to a markup-based approach (HTML/XAML).Can anyone point me to a closer-to-real-world example of something that uses some sort of pattern (MVC, MVP, MVVM) and has some basic CRUD operations against an API (Rest, Websocket, gRPC)?I'm having a hard time imagining how I would ever be able to structure this code in a way that's maintainable for larger projects. But I haven't quite given up on it yet as I'm sure there's something I'm missing.

July 20, 2021 at 11:38PM by chucara
https://ift.tt/3wT1Shq
New post on Flutter Dev Google group:

Commercial Use
Hi, Is your framework flutter suitable for commercial use and commercial projects? If so then please feel free to write back to my email address that is edouard....@gmail.com or call me on my phone number that is 07735656777 and I will try to respond as soon as possible. Apologies in

July 21, 2021 at 01:07AM by Eduard Mironenko
https://ift.tt/3ixf7z7
New post on Flutter Dev Google group:

how to print token?
i want to print the token from my code.. login_model.dart class LoginResponseModel { final String token; final String error; LoginResponseModel({ this.token, this.error, }); factory LoginResponseModel.fromJson(Map
New post on /r/flutterdev subreddit:

2 Flutter Path Provider Examples With Tutorial - For Beginners - Must Read
https://ift.tt/36MYytG

July 21, 2021 at 06:24AM by athira_reddy
https://ift.tt/3rmEAzi
New post on /r/flutterdev subreddit:

I have a flutter domain for sale
It's flutter.houseIf you are interested dm me.

July 21, 2021 at 08:37AM by AdamSmaka
https://ift.tt/3iy89db
New post on /r/flutterdev subreddit:

infinite_scroll_tab_view: TabBarView, but can scroll infinitely.
https://ift.tt/3eALdsH

July 21, 2021 at 10:39AM by Kurogoma4D
https://ift.tt/3xQB1nw
New post on /r/flutterdev subreddit:

Reading configuration files and settings in Flutter and Dart
https://ift.tt/3iyG99j

July 21, 2021 at 12:03PM by Suragch
https://ift.tt/3kBVdWx
New post on /r/flutterdev subreddit:

How Fedi(Flutter open-source social network client) works inside
Fedi is an open-source client for Pleroma and Mastodon social networks written using Flutter available on iOS and AndroidI wrote several articles about how Fedi works inside:Part 1. ArchitecturePart 2. CodePart 3. Build & ConfigPart 4. Used packagesPart 5. Android Studio Plugins & Feature PlansThere are a lot of code Gists, links to code in the repository, and links to other articles so you will see how things actually work.

July 21, 2021 at 12:14PM by jff_dev
https://ift.tt/3iBtuCL
New post on /r/flutterdev subreddit:

General Blockchain - A system to understand and explore, general blockchain intuition. Created using Flutter and Python.
https://ift.tt/3BraxLx

July 21, 2021 at 01:09PM by anipy28
https://ift.tt/3eEeGC2
New post on Flutter Dev Google group:

Weird Error with Intl
When I add intl.dart package to my code, I get this. If I remove, DateFormat doesn't work but this code works. I don't understand [image: Screenshot 2021-07-21 at 6.48.24 PM.png] -- Thanks & Regards, Hyder

July 21, 2021 at 03:18PM by Hyder Hussain
https://ift.tt/3iwWCLo
New post on /r/flutterdev subreddit:

LoForm: Flutter's version of Formik
So, I am creating a new form library for Flutter, called "LoForm", that is inspired by Formik, and solves most of the existing solution's drawbacks.Real-world forms state management is full of challenges in all frameworks, but there's a library or two in each framework that can make things easier, that's why I am creating this, to fill this gap in Flutter packages.The library is still experimental and not released on pub.dev, bugs or missing features are expected.Have a look, and leave your feedback on what can be improved: https://github.com/YoussefRaafatNasry/lo_formLive demo: https://YoussefRaafatNasry.github.io/lo_form

July 21, 2021 at 05:00PM by YoussefRaafatNasry
https://ift.tt/3xY69RY
New post on /r/flutterdev subreddit:

flutter_facebook_auth vs flutter_facebook_login
I just googled and there seems to be two plugins for facebook sign in: flutter_facebook_auth and flutter_facebook_login. Which one should I be using if I am about to start a new app?

July 21, 2021 at 04:29PM by frustrated1974
https://ift.tt/3hRUdf9
New post on /r/flutterdev subreddit:

Best tutorial for me to become a master at JSON with flutter?
Best tutorial for me to become a master at JSON with flutter?Currently having difficulties with JSON serialization, http requests. Please send over any recommendations.

July 21, 2021 at 10:51PM by mryoloo
https://ift.tt/3hV1VVE