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

fetch Html Page and then Extract Json from that page
I am trying to get a JSON which is inside the HTML page but I am really confused about how to do this in flutter I searched a lot on google but could not able to find anything. I am doing the same thing in laravel with just 2 lines of code preg_match_all('/sharedData\s=\s(.*[^\"]);<.script>/ixU

March 22, 2020 at 09:53PM by Nalin Nishant
https://ift.tt/2U9tNJS
New post on /r/flutterdev subreddit:

Calling special kind of intent
So I am working on a project where i have to make the app in the auto-start app list and to do this i have to start an activity to the autostart list in the settings but to do that i have to pass 2 package names following is one of the examplesfor oppo devices
Intent intent = new Intent(); intent.setClassName("com.coloros.safecenter", "com.coloros.safecenter.permission.startup.StartupAppListActivity"); startActivity(intent); 
for xiaomi
Intent intent = new Intent(); intent.setComponent(new ComponentName("com.miui.securitycenter", "com.miui.permcenter.autostart.AutoStartManagementActivity")); startActivity(intent) 
any help on this will be helpful as i followed the intent doc and all i was able to get is how to call the whats app intent and other normal intents

March 22, 2020 at 09:57PM by omega_savvy
https://ift.tt/2Us7OwO
New post on /r/flutterdev subreddit:

Maps with navigation?
I want to implement a maps app that uses custom markers and has the possibility to do navigation(directions) between two points, what API should i use?

March 23, 2020 at 03:43AM by Ihab_MadDz
https://ift.tt/3adrpaG
New post on Flutter Dev Google group:

Missing Plugin Exception
Hi, How can I solve this error MissingPluginException , please help me. [image: error.jpg]
New post on /r/flutterdev subreddit:

Corona Updates app (Open Source Project)
So I've been working on a corona updates app and because I am a windows user only android build is done. Any mac users who could build and push an IOS build is appreciated.Not only that any kind of pull requests and feedbacks are welcome.Link to the project : https://github.com/ashishkhuraishy/CovidUpdates

March 23, 2020 at 09:08AM by AshishKhuraishy
https://ift.tt/2WB0hOT
New post on /r/flutterdev subreddit:

Made a simple Corona Info app.
Made a simple Corona Information app using Muhammad Mustadi'S very easy to use Covid-19 API.I hope beginners might find it helpful.Happy Coding and Stay safe.GitHub

March 23, 2020 at 11:59AM by theketan2
https://ift.tt/3bomd41
New post on Flutter Dev Google group:

How to allow click event on bar graph to drill related information
Hi Guys, I'm new to flutter. I was wondering if anyone can guide me Q. How to add click event to a bar graph? (for further drilling information) Regards Arfeen Khan

March 23, 2020 at 12:30PM by Arfeen Mushtaq
https://ift.tt/2wv8l9e
New post on Flutter Dev Google group:

Flutter support for 32 bit
Hello, I just started learning dart and flutter for app and web development, I use a 32 bit x-86 operating system and flutter is only supported for 64 bit operating system. I really love dart and would like to develop in dart without having to get a new PC. Is there going to be support for 32

March 23, 2020 at 01:14PM by Ojukwu Ezechukwu
https://ift.tt/2xefgDL
New post on Flutter Dev Google group:

Flutter - parameters to Future Function
Hello, I am trying to pass parameter (id value which is obtained from another dart file) to Future, based on this id data will be fetched via php mysql. Please guide me thtough. TIA Vikram

March 23, 2020 at 01:28PM by Vikram S Sangotra
https://ift.tt/2UdcZSv
New post on Flutter Dev Google group:

Flutter bluetooth connectivity issue
I am having problem regarding bluetooth connectivity using any dart package available in pub.dev. Even the documentation is not clear and some raw codes provided in the documentation consists of errors.Can anyon e help with proper connectivity with bluetooth by using any of the available

March 23, 2020 at 01:46PM by Shouvik Kumar Chakraborty
https://ift.tt/3bmxBx0
New post on /r/flutterdev subreddit:

Flutter Attendance Manager
I want to make an attendance manager for my teachers in the college. I'm new to flutter. How can I create a basic attendance manager app??

March 23, 2020 at 02:26PM by vedanshdwivedi0
https://ift.tt/3dnHAnP
New post on /r/flutterdev subreddit:

Does anyone know where the flutter generated code from adobe xd gets stored in the pc?
https://ift.tt/2UYwuNc

March 23, 2020 at 03:09PM by rishikrishna1011
https://ift.tt/2QFmZl2
New post on Flutter Dev Google group:

Flutter - Image Conversion
Hello, people! How to convert *jpg* image to *png* image in *Flutter*?

March 23, 2020 at 03:27PM by Zau Bunga Maiano
https://ift.tt/2Uw9m8R
New post on /r/flutterdev subreddit:

Issue 31 - Flutter Tap Weekly Newsletter - Tutorials, videos, packages!
https://ift.tt/3aeliTA

March 23, 2020 at 04:05PM by vensign
https://ift.tt/2WJaQQ9
New post on Flutter Dev Google group:

Re: Support for flutter 32 bit
Would you run Flutter Hello world in your 32bit PC and see what breaks? https://ift.tt/335pu3t It only takes 15 minutes, faster than waiting responses from other folks. On Mon, Mar 23, 2020 at 08:20 Ojukwu Ezechukwu
New post on /r/flutterdev subreddit:

Flutter Web | Create .vcf file (vCard) and download it
Hi guys,I am working with flutter web and would like to generate a .vcf file (vCard) out of contact information. For IOS and Android there is a nice package which does the magic and saves the file in local storage.​In this case I want to generate the file and download it on the device.Do you have an idea how to do that? I couldn't find anything helpful.Thank you!

March 23, 2020 at 05:04PM by BrawlStarMaster
https://ift.tt/2JeXkLP