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

Updated my MedKit app
Here's what I've done so far for my MedKit application. You can check it out here.This app just hold information of some common diseases and medicines that can be used to cure them at their initial stages before things get worse.Then it hold various functionalities that can be found in readme. of github link.Open to suggestions, mistakes, ideas etc.#happyfluttering

March 31, 2020 at 07:16AM by m_hamzashakeel
https://ift.tt/2wFC7s8
New post on /r/flutterdev subreddit:

Admob or Adsense in Flutter Web
Does anyone know if is there any way we can use ads with Flutter Web?Looks like there are packages that seems to be compatible with Flutter Web but I haven't tested them yet:https://pub.dev/packages/admob_flutterhttps://pub.dev/packages/flutter_native_admobAnd about using admob in Flutter Web, isn't it wrong? Shouldn't we use adsense instead since it's Web and not mobile? And if so, Will we need to implement adsense and check in code if is executing in Web or mobile?

March 31, 2020 at 06:48AM by D_apps
https://ift.tt/2xF8oiM
New post on Flutter Dev Google group:

Custom Info Window Of Marker In Google Maps
Please any one guide me, how to create custom info window of marker in Google Maps?

March 31, 2020 at 09:06AM by Mohsan Ikram
https://ift.tt/2USm3LH
New post on /r/flutterdev subreddit:

Would it be possible to embed Adobe XD prototype design to Flutter website? What do you think?
Hi Flutter devs, I am looking to build lean landing page for my app. I would like to use Flutter, but it is really important for me to be able to put my prototype on the page for user to click through and experience the app..Most of examples that I find, people are coding with Html and I know that works. But would it work with Flutter to? Did anyone tried this before?

March 31, 2020 at 09:23AM by anonbudy
https://ift.tt/2wGoDfL
New post on /r/flutterdev subreddit:

Flutter backend iOS app for begenner
Morning everyone, can some else help me to find a learning iOS mobile app for flutter devp that guides us on backend using sqflite instead of firebase. Thanks a lot 🙏

March 31, 2020 at 10:41AM by ItachyUtuwa
https://ift.tt/3azszxe
New post on /r/flutterdev subreddit:

Local notifications with/in provider
Iam currently trying to figure out, if it would be possible to use the local notifications package (https://pub.dev/packages/flutter_local_notifications) inside/through a provider (https://pub.dev/packages/provider) to minimize the boilerplate in the stateless widget where the notifications will be created, cancelled etc. Any ideas how to do that, if it's even possible? Cause right now I can't find a way by myself.

March 31, 2020 at 02:08PM by Senpai_Sturkopf
https://ift.tt/3bAlxbC
New post on Flutter Dev Google group:

How can I return multiple widgets using for loop?
Hi, The question might be childish but it's really bothering me. I have a listview.builder widget and it should return some cards based on the elements of a non empty list. The list is called names. I know I could use a map function but I want to use a for loop to return the cards. The code I

March 31, 2020 at 02:50PM by Souvik Dutta
https://ift.tt/340JczK
New post on Flutter Dev Google group:

Allow Only English Language to type in TextField
Hi, I have to allow the user only to type English Language in Text Field in Flutter. Do anyone has any idea? Thanks, Balaji KS

March 31, 2020 at 03:25PM by balaji ks
https://ift.tt/2Uw8ylP
New post on /r/flutterdev subreddit:

Weekly Questions Thread - March 31, 2020
This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Also the Flutter.dev getting started tutorial and the Flutter Cookbook should have the answers to most simple questions. Examples of questions:How do I send data to a new screen?Does anyone have a link to the source for the Flutter Gallery app?How do I change the application launcher icon in Flutter?Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged.Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead.Have a question about the subreddit or otherwise for /r/FlutterDev mods? We welcome your mod mail!Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Fridays.Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link!

March 31, 2020 at 02:33PM by AutoModerator
https://ift.tt/2yqcI6h
New post on Flutter Dev Google group:

How to get Webview current URL and How to add Icon to one PopupMenuButton item
import 'package:flutter/material.dart'; import 'package:webview_flutter/webview_flutter.dart'; class PaginaWeb extends StatelessWidget { @override String TituloDaPaginaWeb; PaginaWeb(this.TituloDaPaginaWeb); Widget build(BuildContext context) { return Scaffold(

March 31, 2020 at 04:16PM by Bruno Zan
https://ift.tt/2Ux1EwA
New post on Flutter Dev Google group:

How to add realTDB to shop app
guys i really need to add backend to my shopping app ui any ideas i will be grateful

March 31, 2020 at 04:27PM by eteku moses
https://ift.tt/2JsFYLN
New post on /r/flutterdev subreddit:

How to change screen orientation in Flutter
https://ift.tt/3dOJ8HR

March 31, 2020 at 05:12PM by ishanfx
https://ift.tt/3awRJNf
New post on Flutter Dev Google group:

Expirience with ffi/ using a native c library from Flutter
Hello, we have our own C++ Library/SDK with C interface developed that we use for our own application and provide to other developers. Now it is in discussion to use Flutter to write our own Application depending on this library. We tried out ffi with a very short demo (just doing some

March 31, 2020 at 07:32PM by T Maier
https://ift.tt/2xzDsRl
New post on Flutter Dev Google group:

1.17.0-dev.0.0 has pushed to the dev channel
Hi all, The `1.17.0-dev.0.0` release has been pushed to the Flutter dev channel. This is the first use of a new versioning scheme, so if you experience any issues in the `flutter` CLI that seem to be associated with versioning, please file an issue at https://ift.tt/2R2nfuy

March 31, 2020 at 10:11PM by Todd Volkert
https://ift.tt/2R2oIRH
New post on /r/flutterdev subreddit:

Best practice for OS releases on Git?
Hello,I’m wondering what the best practice is when creating a release. I made a separate branch to prepare my android release where I changed the bundle name and did everything else necessary for release listed in the docs for preparing an android release.Is it best to keep this as a separate branch or should I merge it onto the master?Should each OS have it’s own production branch?Thank you in advance for any opinions or advice!

March 31, 2020 at 10:38PM by CallMePaulB
https://ift.tt/2UzkGT3