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

Looking for Flutter Backend Developer Serious
Anyone here to take up Paid Job for the Flutter professional Backend using REST API or even creating the REST APIKindly Message me back to my WhatsUp +96599144152 or skype=joharmandav@hotmail.comThanks

July 22, 2021 at 01:03AM by joharmandav
https://ift.tt/3hTI2OJ
New post on Flutter Dev Google group:

Background process in flutter
Hi , I need to call a function every second and call the api as background process,it ll work if ap in background and also app terminated like a service kindly share the example for this background function

July 22, 2021 at 07:06AM by Amicus India
https://ift.tt/2W9fBnN
New post on Flutter Dev Google group:

ui-grid for flutter or any gridview component that supports export?
I need add export feature to grid view. I remember I used a component calls ui-grid when I use AngularJs. I wonder what such gridview is available for flutter? even only for flutter web? Thanks

July 22, 2021 at 07:23AM by wyx....@gmail.com
https://ift.tt/3xYgM7y
New post on Flutter Dev Google group:

Embedding flutter web app in website
I've a multi screen flutter web app. But I want to embed a particular screen in my website and don't want to allow user from moving forward or backward from that screen. Basically I want that user can not press on the embeded page. Can anyone help me in achieving this functionality. I'm using

July 22, 2021 at 07:50AM by Sachendra Jain
https://ift.tt/3zogBTf
New post on /r/flutterdev subreddit:

Open source blood donation app
I had developed this app when I was experimenting with firebase and flutter, but I ended up polishing it and deciding to make it open source: https://github.com/bassel/BloodDonationIt's an app that connects blood donors with people who need blood. When I first started with Flutter I used to always look for complete apps with a full working structure instead of just dummy UIs in order to learn from them. So I hope this demo I made can be helpful for some people.Have fun creating!

July 22, 2021 at 07:25AM by DirectorOfTheCIA
https://ift.tt/3eKoSJd
New post on Flutter Dev Google group:

fatal error: 'Flutter/Flutter.h' file not found
Hi, Ever since I have upgraded to Flutter 2.2.3, I have been coming across this issue fatal error: 'Flutter/Flutter.h' file not found #import "Flutter/Flutter.h" for the two plugins 1. Shared Preferences 2. URLLauncher The post-install of my pod file is post_install do |installer|

July 22, 2021 at 08:50AM by Ritika Desai
https://ift.tt/3eKwfAn
New post on Flutter Dev Google group:

struggling with the configuration of flutter with android studio
the developpment group i work in bought an ecommerce application from active it zone, and i have to customize it and since i never worked with flutter so am stuck at the beggining can anyone help me please, i m already late and i have to give the project back tonight T_T , thank you so much

July 22, 2021 at 09:55AM by lynda sa
https://ift.tt/3eLly0t
New post on Flutter Dev Google group:

Firebase cloud messaging. Doesn't appear push notification
Firebase cloud messaging. Doesn't appear push notification on block screen and floating notification. on some devices. The options in app notification settings are turned on. Someone know what is it?

July 22, 2021 at 10:30AM by PE LURENET
https://ift.tt/3zoEYAd
New post on Flutter Dev Google group:

Turn on app notification settings programmatically
How to turn on app notification settings programmatically such as "floating notification" and "notification on block screen"?

July 22, 2021 at 10:32AM by PE LURENET
https://ift.tt/2W9ZKW0
New post on /r/flutterdev subreddit:

Offline first advanced Bookmark app
https://play.google.com/store/apps/details?id=com.alekha.net
Features include:- Offline first architecture :zap:- Export and synced to Markdown automatically :page_with_curl:- Create nested blocks :chart:- Full text search :mag:- Built in twitter Threadreader out of the box- Choose to make your block public- Find user's and their blocksCome say hi on the app :wave:

July 22, 2021 at 10:38AM by the_100lvlmaster
https://ift.tt/3f2yBuT