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

Using the browser's back button with named routes
The company is building an app that caters both mobile and web. Routing works fine using named routes. But our QA filed a bug where if you go to a certain screen using the web version, and press the browser's back button afterwards, it will not go back. Expected behavior should be is let's say you go to screen 2 from screen 1, if you press the back button, it should go back to screen 1.I've tried using ` WillPopScope` but not really working. Maybe because I'm using Navigator.pushNamed(namedRoute) and not Navigator.push.Any advice?

April 21, 2021 at 08:00AM by reddit04029
https://ift.tt/3dxL0X7
New post on /r/flutterdev subreddit:

How to send emails in Flutter using SendGrid API?
Recently, working on this project I wanted to send out order confirmation emails automatically once the user makes a successful purchase.So, I used the SendGrid API that lets you send 100 emails/day forever for free.In video I show how to integrate it with Firebase 'Trigger Email' extension.https://youtu.be/NFPdeVIMBFo

April 21, 2021 at 07:13AM by adityathakurxd
https://ift.tt/3syYfep
New post on Flutter Dev Google group:

How open a new window on the desktop?
How open a new window on the desktop?

April 21, 2021 at 09:49AM by 橙果
https://ift.tt/3tBG1ug
New post on /r/flutterdev subreddit:

Buying old iPhone for testing, which minimum model?
Hey guys, I'm thinking of buying a used iPhone for about $100/150 for testing my apps. I know I can use the emulator but my projects are highly focused on computer vision thus I would need access to a live camera to record in real time and take pictures, and maybe even streaming my drone video.I can see a lot of iPhone 6(S), SE and some iPhone 7 for sale in my price range. Any things to consider before purchasing a certain model? E.g. does storage matter much for testing, what about camera features (missing), being able to run latest OS smoothly for the foreseeable future etc...

April 21, 2021 at 11:38AM by Spotums
https://ift.tt/3at40nM
New post on Flutter Dev Google group:

How to pass data from one class to another?
How to pass myLocation.latitude of class SelectonMap to textfield of FormPage class SelectOnMap extends StatefulWidget { static final String pageName = "selectonmappage"; Position currentposition; SelectOnMap(this.currentposition); @override State
New post on /r/flutterdev subreddit:

Android studio video Player faster reload or flutter?
Hello i have video player an app created with flutter the video player is so fast when loading video it's well, but flutter video player has some bugs also i need access more system functions so i need to re-create it with android studio but fast reloading video is important for me do you think android studio video Player has fast reloading like flutter video player?

April 21, 2021 at 12:19PM by diyar_gulli
https://ift.tt/3gzEu3U
New post on /r/flutterdev subreddit:

Are in-app purchase upgrades "stored" for Flutter apps?
If the user downloads a "standard" version of my app, performs an IAP to get an one time upgrade for the full version, then deletes & re-installs the app or gets a new phone & installs the app on that phone, will they still have the "upgraded" version?If not, what are the technical implications I need to consider so they don't need to re-purchase an upgrade? Will I have to create a user account within the app or something like that ?Thanks for the help.

April 21, 2021 at 02:17PM by kevinsflutterdev
https://ift.tt/2QkrSTM
New post on /r/flutterdev subreddit:

Flutter state management for minimalists
https://ift.tt/3v7vPK9

April 21, 2021 at 01:14PM by Suragch
https://ift.tt/3n5leN4
New post on /r/flutterdev subreddit:

Best and Free resource for UI/UX
Any site where we can get logo asset design for free.

April 21, 2021 at 04:57PM by Prashant_4200
https://ift.tt/3tCTlOQ
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