Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Geofire Flutter
I am using geofire in flutter, and I am wanting to display markers on google map from 2 geofires: "availableTeams" and "availableBands". There are two button on the map to toggle the markers off and on. Team Button gets clicked and would display the all of the teams in the area. Band Button gets clicked and all of the music bands in the area would display. But it is not. The trouble is that the geoquery is reading all of the bands and teams and would display the old locations of teams if I click on bands.When retrieving keys in the geoquery, it would read both the teams and bands and update it on the map. The block of code has the if statement and it should not read that block of code: if teams then show markers, else show bands.On the first run, it would show the bands when I clicked on the bands button. When I clicked on the teams button it would display the correct color of markers, but with the bands location.When I restart the app, I clicked on the teams, it would show all of the teams on the map, but when I click on the bands button, it is showing the correct color of markers, but with the teams location.How to have multiple geofires, and show different types of markers?The plugin I am using for flutter is flutter_geofire 2.0.0 from mrdishant.

July 21, 2021 at 11:28PM by No-Entertainer-6032
https://ift.tt/3wY6YJc