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

Open fb link in Facebook app
1-install url_launcher library. https://pub.dev/packages/url_launcher2- call _launchUrl() ontap or onPressedvoid _launchUrl() { var url = 'fb://facewebmodal/f?href=https://www.facebook.com/YOURPROFILENAME';if (await canLaunch(url)) { await launch( url, universalLinksOnly: true, ); } else { throw 'There was a problem to open the url: $url'; }}

September 18, 2020 at 08:44PM by diyar_gulli
https://ift.tt/33JBgTF
New post on /r/flutterdev subreddit:

Best flutter firebase tutorial
Hey everyone. I was wondering if there was a good firebase tutorial for flutter that teaches not only firebase auth but the rest of the features that firebase has to offer, while being a recent 2020 tutorial so there aren't any problems when following along.

September 18, 2020 at 11:59PM by ODEESHARK99
https://ift.tt/2REJyqb
New post on Flutter Dev Google group:

Splash going very fast
Hi Flutter Dev, After upgrading flutter my app default splash screen going very fast

September 19, 2020 at 01:26AM by Ghulam Mustafa
https://ift.tt/2FRlPjM
New post on /r/flutterdev subreddit:

How to Create My App's Filtering/Searching Feature
Hey Guys! I am creating a bird identifying app where people fill out a set of questions and it will help them narrow down which bird they may be looking at. However, I do not know how to implement this filtering mechanism. If anyone can give me a tip or guide me to a possibly useful resource, it will be greatly appreciated! Thanks

September 19, 2020 at 01:33AM by BerryAppleSoup
https://ift.tt/3hHGa8I
New post on /r/flutterdev subreddit:

Flutter survey
Hey guys, I need your help with this survey. I would like to know the experience of the average of Flutter developers and what topics you need help with.This would be used to create the next course in a Flutter learning platform that I am building. All the best!

September 19, 2020 at 02:08AM by thehappyharis
https://ift.tt/33KSmjS
New tweet from FlutterDev:

🤩 @GooglePay rewrites their mobile app with @FlutterDev!

Are you in India or Singapore? Test this version on Android and iOS. When #GooglePay fully migrates, it will be one of the largest @FlutterDev deployments.

Learn why Google Pay chose Flutter → https://t.co/RK3AbtcF71 pic.twitter.com/ldOnxEHNSs— Google Developers (@googledevs) September 19, 2020

September 19, 2020 at 03:27AM
http://twitter.com/FlutterDev/status/1307129162390474753
New post on /r/flutterdev subreddit:

Trained a super resolution neural network and implemented it trough a flutter app.
I have been working on this for almost a month now. This is my very first ML project that does not involve following a tutorial and my first published app and I wanted to share it.The models were trained using tensorflow and is implemented using a tflite model. More info about the model and the app on my github.App demo (youtube)App(Playstore)App source code (github)Model (github)

September 19, 2020 at 02:58AM by Sky-e
https://ift.tt/3hLyUIG
New post on /r/flutterdev subreddit:

Which Flutter package is available for UAE based online payment
Anyone from Uae Flutter community...i want to know which payment gateway are you using.

September 19, 2020 at 05:28AM by ashbuhrz
https://ift.tt/3iWIMkc
New post on /r/flutterdev subreddit:

33 Flutter Application Created in 60 Days(#100days Challenge/Complete Guides to Flutter)
Hey, Everyone!I'm happy to share the update the in Project(Complete Guides to Flutter). Today I had created my 54's App using Flutter. I know, I was not consistent(again because of my SDE Internship) . I had last updated about the Flutter Apps 2 months ago. Post Link here ===>​This Time I had created more new application in Flutter!Why so many apps? Being an Open Source Developer and Enthusiast, I had met with lots of developers and their project which had helped a hundred-thousands of people all around the world. I also want the Complete Guide to Flutter will be able to create a resource full of knowledge so that any newbie can learn from that repo.These 33 Applications are listed on the below link.You can check out the repo: https://github.com/irahulcse/A-Complete-Guide-To-FlutterPlease Star this repo, if you found it interesting. Do let me know if you're interested in #contributing towards this project.#EveryFlutterAppsCount

September 19, 2020 at 06:03AM by flutterboxinc
https://ift.tt/2FGVDZC
New post on /r/flutterdev subreddit:

Google Pay picks Flutter to drive its global product development
https://ift.tt/2ZPxQxv

September 19, 2020 at 05:56AM by aksharpatel47
https://ift.tt/3ckE4KU
New post on /r/flutterdev subreddit:

Flutter richtext example with hyperlink
https://ift.tt/35PCwaz

September 19, 2020 at 06:56AM by nareshpradeep
https://ift.tt/3iQQaxS
New post on /r/flutterdev subreddit:

Embed/combine Flutter Web in another Web App (JS Framework)
Has anyone tried combining Flutter Web with an existing Web App made with a JS Framework like React, Angular or Vue?I think there are two ways one could "embed" Flutter Web in a Web App.Route to a page that uses Flutter Web. For example you have a React Web App where you a home page/home route and with the click on the button you route to another route that uses Flutter Web.Using Flutter Web to create Web Components and display the components inside a Web App.I'm sure the 1st option would be much easier to accomplish. has anyone made something similar to this?

September 19, 2020 at 10:50AM by jwknows
https://ift.tt/3iGcyK2
New post on /r/flutterdev subreddit:

Twitter video downloader
How i can make Twitter video downloader app ( by using URL)any plugin/package for this ???flutter

September 19, 2020 at 11:45AM by Srehan05
https://ift.tt/35T8SRA
New post on /r/flutterdev subreddit:

Please judge my first Flutter app: Well Spoken
Hey 📲 https://well-spoken.appFlutter is driving 100% of my app, this is such an amazing framework.Initially this app was my internal self-improvement app to increase my English fluency with very rudimentary UI. At some point I came to the conclusion that it's too good to keep just for myself. I rebuild it from scratch, completely redesigned and added additional features.Please ask me anything. I can share some pieces of source code or explain how things are working under the hood if you have any questions.

September 19, 2020 at 02:38PM by chrisrutkowski
https://ift.tt/3hS7Jwc
New post on /r/flutterdev subreddit:

Use it to build widgets that depend on the width and height of some image, and the color of its pixels. Correctly uses Flutter's image cache. Just published it. Hope it's useful!
https://ift.tt/2FgvwIM

September 19, 2020 at 05:05PM by marcglasberg
https://ift.tt/3hMSjZO
New post on /r/flutterdev subreddit:

Hello World!!! I built a Course on Udemy for applying cutting-edge Deep Learning Neural Networks to Flutter applications using Python & Flutter. (FREE FOR LIMITED TIME)
In this course I will teach you 6 apps including:A simple Neural Network that can understand Sign LanguageA simple Neural Network that can detect Dogs and CatsHow to build a Neural Network in Python that can detect Flowers and export it into Flutter Application with 92% accuracyHow to build a Neural Network in Python that can detect 131 Fruits & Vegetables and export into Flutter App!How to build an app that can perform Sentiment Analysis, aka an A.I. that can understand emotions behind a text!How to build an A.I. that can understand an image and generate a sentence that represents the image! (Image-To-Text, this app is very useful for blind people!)An app that can Generate a realistic looking shoe based off a Shoe Sketch the user draws in a Flutter Application! (Pix2Pix, Youtubers like PewDiePie have made videos on it! Really cool algorithm)If you are passionate about deep learning and want to apply deep learning algorithms to mobile apps then this course is perfect for you!https://www.udemy.com/course/flutter-deeplearning-course/?couponCode=DCE998986007C25EE77F

September 19, 2020 at 04:53PM by samboylansajous
https://ift.tt/3iLoutX