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

Flutter/Flutter.h not found
Hello: I have a Flutter App developed on Windows in Android Studio, and all works perfectly. I need to test some IOS functions, so need to bring it over to my MAC and open in XCode. and here are the steps I followed: Copy Directory to mac Open project in Android Studio on Mac Run "flutter pub

April 21, 2021 at 05:46PM by John Straumann
https://ift.tt/2QlCgdV
New post on /r/flutterdev subreddit:

Back with a new post on WillPopScope! Learn how to build exit confirmation dialogues in Flutter! #100DaysOfCode #CodeNewbie #Flutter
https://ift.tt/3tGyPNc

April 21, 2021 at 06:02PM by mukhtharcm
https://ift.tt/3arJUdw
New post on Flutter Dev Google group:

Regarding Screen
Hello Everyone, I have to write code to create a screen like this. The Image and the Image Name comes from API. So, please guide me, how should I create this screen? Also I have to use search bar on the top. Thanks and Regards HIMANSHU MISHRA

April 21, 2021 at 06:50PM by HIMANSHU MISHRA
https://ift.tt/3dDTJY0
New post on Flutter Dev Google group:

Regarding SharedPreference
Hello Everyone, I am getting data from SharePreference in readData() function. I have to use the values in TextBoxes. How should I do that? import 'package:conqer_music/App/navigationDrawer/navigationDrawer.dart'; import 'package:conqer_music/App/widgets/AppBarWidget.dart'; import 'package:fl

April 21, 2021 at 06:56PM by HIMANSHU MISHRA
https://ift.tt/3gsD6jD
New post on /r/flutterdev subreddit:

What packages are you using for GraphQL in Flutter?
graphql_flutter seems to be the most popular Flutter GraphQL package on pub.dev but I also think Ferry has so much to offer with built in type generation and storage options.I'm trying to figure out which packages make the most sense to focus on in an upcoming course on GraphQL for Flutter Developers, so...What Flutter GraphQL packages are you using and why?

April 21, 2021 at 06:26PM by Secret_Increase6198
https://ift.tt/3sF5l0Q
New post on /r/flutterdev subreddit:

Appwrite introduces null-safety support for the Flutter & Dart SDKs of its OSS Firebase alternative
Hey Flutter community 👋This is Eldad from Appwrite. The Appwrite team has just released two new versions for both the Appwrite Flutter & Dart SDKs with full support for null-safety and other bug fixes and DX improvements.If you're new to Appwrite, feel free to check our GitHub repo and learn more about our 100% open-source BAAS service (or a Firebase alternative if you'd like) that you can host on any infrastructure or location you wish with no hidden disabilities, limits or billing bombs.https://github.com/appwrite/appwriteIntegrating with Appwrite and Flutter is extremely simple (https://appwrite.io/docs/getting-started-for-flutter), and the SDK already has solid support for Web, Android, and iOS (more platforms are in the roadmap 😉)You can learn more about the new release on our latest dev.to post:
https://dev.to/appwrite/introducing-sound-null-safety-support-for-appwrite-flutter-and-dart-sdks-2mhc

April 21, 2021 at 03:36PM by eldadfux
https://ift.tt/3v0HmLo
New post on /r/flutterdev subreddit:

Hey, I made a phone number input
Hey, I made a phone number input with a few cool features:Here is the package:https://pub.dev/packages/phone_form_fieldHere is a demo:https://cedvdb.github.io/phone_form_field/#/Totally cross platform, this is a dart only package / dependenciesInternationalization support flutter style (delegates).Phone number validationExtends Flutter's FormFieldUses dart phone_number_parser for parsingThe parsing of phone number is made with the phone_numbers_parser library that I posted some weeks ago here:https://pub.dev/packages/phone_numbers_parserI hope this can help some of you, this was surprisingly annoying to do. Feedback is appreciated.

April 21, 2021 at 09:01PM by cedvdb
https://ift.tt/3sGFR3n
New post on /r/flutterdev subreddit:

Code review?
This is my first reddit post ever so bear with me!I'm creating a mobile app using Flutter and was wondering what people do when they want to get their code reviewed? I'm not troubleshooting anything - it's working as intended and it's 90-ish% done. I am looking for an expert-level status someone to review my work for best practices and performance.Please let me know if you are that expert-level person or where one would go to find someone to code review? (also happy discuss compensation for your time and expertise).Thanks!

April 21, 2021 at 08:56PM by Gullible-Coconut-761
https://ift.tt/3va2eQe
New post on /r/flutterdev subreddit:

Anyone here using multiple rewarded ads in their app? Will google block my account if I show 2/3 rewarded video ads?
I’m making an app where user can get apps currency by watching ads. I’m using googles ads plug in. I can’t find anything about showing multiple rewarded ads in the documentation so I just put together a scaffold and made a recursive function to show ads. I’ve never implemented google admob sdk in my apps before but I’ve heard that Google follows “better safe than sorry” kind of policy when it comes to suspicious activities i.e. suspend my admob account. Does anyone have any experience with admob? Particularly rewarded videos ads?

April 21, 2021 at 08:44PM by diedFindingAUsername
https://ift.tt/3sC6iY4
New post on /r/flutterdev subreddit:

Flutter 2
Are there any good courses for the recent flutter 2 ?

April 21, 2021 at 08:27PM by TheQuack69
https://ift.tt/3dBaeE7
New post on /r/flutterdev subreddit:

I created a StatefulWidget with business logic in it today.
...and the world didn't end.....weird.

April 22, 2021 at 12:11AM by scorr204
https://ift.tt/3enX1ha
New post on /r/flutterdev subreddit:

Flutter GIF
Hello FlutterDev Community,I am trying to find a way where I can upload GIF images to my Firebase Storage with Low quality.The issue is I want to upload GIF images in a specific MB size, I canNOT find a built-in function in Flutter where I can reduce GIF image size.I hope there is someone who has knowledge of GIF images to help me ^_^.

April 21, 2021 at 11:43PM by YousufAlyamani
https://ift.tt/2PaJqkB
New post on /r/flutterdev subreddit:

Great Idea to develop but no idea where to start
With the recent global outbreak in the food delivery services industry... each country currently have at least 5 different food delivery apps. I have recently noticed that some restaurants are available through specific apps only, or are available via their own delivery platform, or even only offer delivery service over the phone! The idea that popped to mind is, why not have a comprehensive food services index! As in a platform that holds all restaurants available in the city regardless of the delivery options they offer (either via an API of something like Google Maps + APIs from the different delivery apps, or manually entered by the restaurant owner) this way whenever you need to order food you are not limited to searching app by app to figure out which restaurant you want to eat from, and could be able to compare prices from one restaurant to another Now I have a super limited background in mobile apps development, but I have a general idea about the main concerns I need to figure out before developing such a platform and would really appreciate the community's suggestions and ideas on then ..1) how to connect the menus and delivery pricing fees from all different delivery apps to my platform in case they don't provide any API's (which they probably don't)2) how to at least connect the restaurant names, cuisine, and placement on the map from Google Maps (so the app could work as an index for restaurants in the city as currently none are available in my city)3) where to start in terms of development? I know that in 2021 I'm not supposed to develop everything from scratch and there are probably many libraries and tools that could make my life easier (I'm talking about things like user registration, reviews, connecting reviews from Facebook and google, and all generic items that should be in an index app, etc...)4) what would be the easiest way to develop such an app to cover both IOS and android users? I heard about flutter as a good option5) could someone with a good overall background in IT but almost no background in development do such a thing on his own6) are there any guides/courses that focus on a similar app concept that I could follow7) how much time and effort am I expected to put into this project8) I'm open for suggestions and ideasThanks in advance

April 21, 2021 at 11:40PM by JustDeGuyWhoNeedHelp
https://ift.tt/2RSBTrM
New post on Flutter Dev Google group:

QuerySnapshot: Storing Firebase Collection Documents into Local List
Hi Community, I'm trying to read a Collection using a *QuerySnapshot*, and store these values in a List. I'm currently Reading my whole collection successfully with the following *Future
New post on /r/flutterdev subreddit:

Flutter alternative for Firebase: AWS Amplify
If you are using Firebase in your Flutter projects and want to try something new, check out AWS Amplify a great alternative for Google's Firebase.​https://techblog.geekyants.com/aws-amplify-for-flutter-part-1

April 22, 2021 at 06:46AM by deus_08
https://ift.tt/3efBVBi
New post on /r/flutterdev subreddit:

Google calendar public URL
Hi everyone,Was curious if anyone knows of a way or a plug-in to use to use to subscribe an app that has a calendar feature to google’s public URLs. To be clear, I’m using table_calendar to implement a calendar feature in my app, which is excellent btw, and was wondering if my users can subscribe to public Calendar URLs using this package or any other package for that matter.Thank you

April 22, 2021 at 06:25AM by North_Tonight277
https://ift.tt/3sJZo2S
New post on /r/flutterdev subreddit:

How to start. Is this a good idea?
Good day everyone. I'm new to flutter. (installed it yesterday). I'm also new to mobile development in general as I've never done it before. I wamt to know what is the best way of starting. I found a whole tutorial online on how to basically build a whatsapp clone and was wondering if this might be a good idea as you learn a lot about mobile software when doing it this way. I do know the basics of coding at least in python, c++, java and my best language is Object Pascal where i at least know how to create a whole working application. So yea. Any insight on how to get started with flutter would be amazing, and thanks.

April 22, 2021 at 10:30AM by NoAd3186
https://ift.tt/3dGO5EA