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

Which is better for the Flutter?VScode or Android Studio?
I heard that Android studio heats up the system as a hot box that can be used for getting warm in the winter. Which one will be better?

July 18, 2020 at 02:49PM by alt-sah
https://ift.tt/397rKfg
New post on Flutter Dev Google group:

Chat App
Hi Guys, I'm new to flutter development. I have a task to develop an App that has a chat section. Q. How to build a chat section for apps in flutter with message notifications like WhatsApp? Regards Khan

July 18, 2020 at 03:42PM by Arfeen Mushtaq
https://ift.tt/3h7bKN4
New post on Flutter Dev Google group:

Execute background tasks
It's possible execute background task even device was restarted? Any ideas?

July 18, 2020 at 04:01PM by Saul Palenzuela Hdez
https://ift.tt/3fHvAhK
New post on /r/flutterdev subreddit:

I made a Figma to Flutter converter. It has 99% of test coverage, let's you choose between Material and Container, and I'm welcome to your ideas. Oh, and it is open source.
https://ift.tt/2C7sapY

July 18, 2020 at 04:15PM by bernaferrari
https://ift.tt/3fNcXJq
New post on Flutter Dev Google group:

Textfield input design
Hello guys, i want to design Textfield like boxes input, please check attachment to know what i want? Please tell me how I can do, widget name or recommend any article?

July 18, 2020 at 05:13PM by Gulam Fahad Ahmed
https://ift.tt/32umf9e
New post on Flutter Dev Google group:

Textfield design
Hello guys, i want to design Textfield like boxes input, please check attachment to know what i want? Please tell me how I can do, widget name or recommend any article?

July 18, 2020 at 05:14PM by Gulam Fahad Ahmed
https://ift.tt/2Wwknca
New post on /r/flutterdev subreddit:

Fwitter android app v1.0.6 is released on play store
A Fwitter is a working Twitter clone written in Flutter using firebase features like auth, realtime database and storage.New featureTweet filter functionality added on profile page.User profile pic view added to view user profile picture.User can tag other users in tweet, comment and in retweet.A notification will send to you if someone tag you in a tweet.If user tap on notification from system notification tray, it will redirect to user profile who tagged you.Chat list sorted by last message.Last message and time is added on chat user list page.App link:- https://play.google.com/store/apps/details?id=com.thealphamerc.flutter_twitter_cloneSource code:- https://github.com/TheAlphamerc/flutter_twitter_cloneWork progress status:- https://github.com/TheAlphamerc/flutter_twitter_clone/projectsContributingIf you wish to contribute a change to any of the existing features or add new in this repo, please review our contribution guide, and send a pull request. I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request.Project Created & Maintained BySonu Sharma (Twitter) (Youtube) (Insta)Orginal post at:- Dev.to

July 18, 2020 at 06:21AM by thealphamerc
https://ift.tt/2ZDpLfE
New post on Flutter Dev Google group:

Webview implemtation
I am currently using the latest version of dart and flutter. However my webview flutter doesn't seem to work. I get the error below. Ignore the Flutter_spinkit. It does same with the webview as well. Any help? So, because app depends on flutter_spinkit ^4.1.2+1, version solving failed. pub get

July 18, 2020 at 08:54PM by Jo
https://ift.tt/30nl1tD
New post on /r/flutterdev subreddit:

What apps to build as a beginner/intermediate in Flutter?
TLDR AT BOTTOM! Hey everyone, I have been learning flutter on and off for the last 3-4 months. I wouldn't call myself as a complete beginner but I feel that I land somewhere in between a beginner and an intermediate dev.Regarding concepts, I think I'm pretty well versed with the basic widgets(Column, Row, Forms, StreamBuilder, Container, Expanded etc.). The only state management I know is provider and I honestly have no issues using it. I have also build responsive apps, so it's something in familiar with (I get the height and width from MediaQuery once and then pass it around using provider, dunno if this is the right way but i haven't faced any issue with it). These are the apps I have built so far:An appointments app with firebase as backend where the user can register, login, add and see data to & from FB and upload images, and get local notifications about their appointments.A notes app with sqlflite(also implemented with moor & Hive) with a dark mode switch and themesAn app which consumes a REST API and shows data to the userSo what other apps should I build to improve my flutter skills? Should I try to build clones of popular apps or try to build apps based on some original ideas? Some areas I would like to better myself:Clean architecture and reusable widgetsAnother state management service, preferable bloc, redux or mobx since these are more popularDealing with Futures and isolatesBasically anything which I haven't dealt with before*TLDR- 3-4 months of flutter experience, build basic apps with firebase, local DB and REST API. What other apps should I build to move from beginner to intermediate?! *Thanks!

July 19, 2020 at 12:20AM by BoreHoRahaHaiYaar
https://ift.tt/2ZGF4Ej
New post on Flutter Dev Google group:

Textfield name?
What is the name of this widget highlighted in Image? I want to know more about that widget!

July 19, 2020 at 07:17AM by Gulam Fahad Ahmed
https://ift.tt/30pXtnV
New post on /r/flutterdev subreddit:

What is the goto solution for inter-app communication in flutter for devices in the same LAN?
I wanted to communicate between the app on devices in the same network. What do most people use in the flutter community?

July 19, 2020 at 08:11AM by SantaClaus5
https://ift.tt/2ZFoncg
New post on Flutter Dev Google group:

How do I get latitude and longitude after some 2,000 meters on the same road on Flutter Google Map without a destination?
How do I get latitude and longitude after some 2,000 meters on the same road on Flutter Google Map without a destination?

July 19, 2020 at 08:51AM by Ananth Kumar
https://ift.tt/32zJuPo
New post on /r/flutterdev subreddit:

Is there any way to run Dart in a Flutter app?
I've seen some packages on pub.dev that help to run different languages like Javascript in a Flutter application. But I haven't seen a single one for the Dart language. Is there any way to run Dart in a Flutter app?

July 19, 2020 at 11:44AM by MatataMoney
https://ift.tt/39aYOD3
New post on /r/flutterdev subreddit:

How to authenticate flutter app with Google OAuth 2.0 to use Gmail api.
For the past week, I have been trying to access Gmail api but it seems impossible. It's do-able in web app but for installable app, no luck. I have used about all plug ins there is and read through all the documentation. I also understand how to do it with http request but then I gotta manually use refresh token which is definitely not the right thing to do.With the use of various packages, I can get to the point where I get the Authorization code but when I close the web view window, I get errors. Every road seems blocked for me. There isn't enough answers on stack overflow either.Here is what I've done so far:I used google api and googleapi auth package to sign in. It gives a signin URL for user consent which is successful in a browser but then it returns a authentication code in the url in the browser and there is no answer where in the package I can use the code to get access token.I used Google sign in package but it definitely useless because I'm not trying to get public profiles but access token. It gives me error, says I don't have permission.I used simple auth and oauth2 client package but just like no. 1, I have nowhere to put Authorization code after user consent. I'm slowly loosing all hopes. Please help me.I'm trying to make a gmail app that requires to read and write user's email. Thanks

July 19, 2020 at 11:50AM by AashishandSingh
https://ift.tt/30qbu59