Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Contact_Service Form?
I am using contact_service package in my app and I was wondering if there is anyway to change the form that is given when you go to create a new contact? Right now you are given exactly what you get when you add a new contact in your regular contacts app, can that be redesigned?

February 27, 2021 at 03:26PM by Mark Valeriani
https://ift.tt/2NCTjac
New post on /r/flutterdev subreddit:

Adding simple pagination to a Gridview
https://ift.tt/3q4Gdzj

February 27, 2021 at 03:56PM by saxykeyz
https://ift.tt/2ZVJruv
New post on /r/flutterdev subreddit:

Using code magic to compile time out in preparing machine
Hello Iam trying to compile my flutter sop using code magic. I followed all the steps but when I build it is always stuck at “preparing machine” and then after couple of hours it says “time out” and then exits. Any one facing the same issue?

February 27, 2021 at 04:16PM by zarzor_2010
https://ift.tt/3swFg4D
New post on /r/flutterdev subreddit:

M1 Mac
Can you install flutter on the m1 macs?

February 27, 2021 at 05:39PM by AdAdministrative3798
https://ift.tt/3pZyMcV
New post on /r/flutterdev subreddit:

Flutter Fully Responsive UI - Web, Mobile & Tablet
https://youtu.be/hntFZd5bddU

February 27, 2021 at 06:49PM by codecrafts
https://ift.tt/3q0DKWH
New post on /r/flutterdev subreddit:

Why flutter video_player team won't fix green screen problem?
Hi all I'm using video player in every update have a problem with 720 resolution video, the part of screen draw as green pixels is there better player than video_player?

February 27, 2021 at 07:51PM by diyar_gulli
https://ift.tt/3q0v42A
New post on /r/flutterdev subreddit:

Robust message queue Lib
Hi all, I want my app to subscribe to a simple message queue with short JSON payload. I am currently using amqp, but I had to write a lot of boilerplate to cover connection issues and switch from wifi to 4g, and retrospectively RabbitMQ is overkill for my use. I look for a simpler alternative, but I would like to retain the network robustness. What lib/backend would you recommend for a production use (keeping in mind the connectivity issues, all libs are otherwise fine in a stable env.) ? Nats, Google Pub/Sub, mqtt ? Thanks

February 27, 2021 at 07:47PM by Sbesnard
https://ift.tt/3r32fUr
New post on /r/flutterdev subreddit:

bgg_api package migrated do null safety!
Any board game geeks here? :) I wrote a simple package that allows you to communicate with boardgamegeek API. It's still work in progress but yesterday I've migrated it to Dart 2.12 with null safety. :)
Take a look - any suggestions are welcomed.https://pub.dev/packages/bgg_api/versions/0.3.0-nullsafety

February 27, 2021 at 10:28PM by bartektartanus
https://ift.tt/3aZT4yu
New post on /r/flutterdev subreddit:

CICD implementation in Flutter using Azure DevOps and AppCenter
https://ift.tt/2P825Nx

February 28, 2021 at 12:40AM by ALOKAMAR123
https://ift.tt/3uDWKOp
New post on Flutter Dev Google group:

Expanding Card on Tap
I was wondering if there was a way to tap on a card with a list tile inside it and instead of navigating to a new page that card gets bigger, shows more info but you doesn't take up the entire screen?

February 28, 2021 at 02:55AM by Mark Valeriani
https://ift.tt/2MzikCw
New post on /r/flutterdev subreddit:

You might already know, in Pub.dev there is a filter for nullsafety packages. At this time have 920 packages.
https://ift.tt/3uEdu87

February 28, 2021 at 03:01AM by anticafe
https://ift.tt/2O79iNo
New post on /r/flutterdev subreddit:

Checkout this squishy cyberpunk-themed button built with the responsive_styled_widget package
Hello everyone. Here is another package I just published called responsive_styled_widget. It utilizes all the packages I published recently. Check out the medium article where I showcase some of its features. (I realized this sub does not allow images so I can't post the GIFs here...)

February 28, 2021 at 06:00AM by kevinvan0720
https://ift.tt/3aZqJZ7
New post on /r/flutterdev subreddit:

App Store screenshot maker - Flutter desktop
https://www.youtube.com/watch?v=1dUa61K2mFA&feature=youtu.be

February 28, 2021 at 05:22AM by sfvr
https://ift.tt/3ksI1RM
New post on Flutter Dev Google group:

firebase_admob issue
For Clearity SS added as attachements : ISSUE : with dependencies : firebase_core: "^0.7.0" firebase_auth: "^0.20.1" cloud_firestore: "^0.16.0+1" firebase_admob: "^0.11.0+1" ----------------------------------------------------------------------------------

February 28, 2021 at 06:26AM by Shriram Ghadge
https://ift.tt/3dNQ4Y2
New post on /r/flutterdev subreddit:

Flutter - ListView - Search Filter - NewsApplication
https://ift.tt/3uD0eRa

February 28, 2021 at 07:00AM by rrtutors
https://ift.tt/3kvlkfC
New post on /r/flutterdev subreddit:

beginner coming from web, needing help making sense of StatefulWidget
I'm reading up on creating a StatefulWidget for local/ephemeral state.So I make a class that extends StatefulWidget.My class contains createState which returns in instance of the state.The state is a class that extends State and contains the data members and mutation methods. Makes sense.And then the state class implements a build method and returns the UI. What the hell?!This just seems way... off. Am I misunderstanding something?Conceptually, state should return data, and a widget should use the state and return UI. Separation of concerns right? Is this pattern pervasive throughout Flutter, or is pattern unique to StatefulWidget?

February 28, 2021 at 06:10AM by izzlesnizzit
https://ift.tt/37QM9pl