Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

I made a thing and would love some input.
Hey guys.So for the longest time I’ve been wanting to build a hunting log app. Just somewhere to store some memories and experiences of your past hunts. I’ve finally managed to do so after a big learning curve 😅.Meet LogThatShot. Apple: https://apps.apple.com/us/app/id1523663519 Android: https://play.google.com/store/apps/details?id=com.frsquared.logthatshotIt’s pretty barebones at the moment, but I have big plans for it for the future, such as adding a social aspect to it, adding statistics, and possibly also including a shot placement add on for ease of reference.This being my first app, I’m obviously open to any critic and recommendations. I would love to hear your feedback and suggestions. I’m also planning on adding a “Send your Feedback” section in the next release to make this easier.Please do leave a rating as well, as this really helps to get the app up there on the boards.Just a disclaimer, there are currently ads in the app to try and cover the costs of the app stores, but I’ve made them as unobtrusive as possible. At some point there will also be a “Remove Ads” option.Thanks guys Dex

July 19, 2020 at 03:02PM by Sparkz0629
https://ift.tt/39cTIX5
New post on /r/flutterdev subreddit:

People using Firebase for production app (chatting apps), how much does it cost you monthly?
Edit: it would be a very simple chat app - no last seen/read receipts or pictures or anything apart from textnumber of students would be in a range of 200 to 1000. It probably won't be live chat, rather email style back-n-forth, as the school only has one therapist. Can anyone share their experience for any similar project? Or provide an estimate of how much would it cost in my case? The school would not spend more than 50 USD per month.​Edit: it would be a very simple chat app - no last seen/read reciepts or pictures or anything apart from text

July 19, 2020 at 05:32PM by dontGiveAnEfAnynore
https://ift.tt/39auQPH
New post on /r/flutterdev subreddit:

Complete Guide To Flutter Project(#100FlutterAppChallenge)
Hey, Everyone!​I'm happy to share the update the in Project(Complete Guides to Flutter). Today I had created my 21's App, In Indian Culture 21 is a lucky no, so thought to share it with my Reddit Community after a long time. I know, I was not consistent(because of my SDE Internship) in this #100DaysFlutterChallenge, but I am happy that in the last 1 week I was able to create 10 Mini Apps related to Flutter where I had learnt about following:​Different widgets like Bottom Navigation bar, Dynamic Search bar.Animations during the widget.State Management Techniques like Provider, Redux and Mobx etc.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.10 Apps which I had created in this 1-2 weeks are as follows:​1.Flutter_PDF_Viewer2.Flutter_Web_Firebase_Authentication3.Flutter_Mortage_Payment_App_1_BetaFirebase Quotes App5.Bloc Pattern Weather App(#WIP)6.Flutter Web Sign In Anonymously App:Flutter News API.org ProjectFlutter Movie App using JSONand 2 more project includes UI design related to Food Application.From today onwards, I will make sure that I will create 1 App every day, so stay tuned.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

July 19, 2020 at 08:12PM by flutterboxinc
https://ift.tt/30mEDhA
New post on /r/flutterdev subreddit:

Need advice
I am from a 3rd world country and tryna make myself marketable. I currently engage in day trading but this leaves me with a good amount of time on my hands. Ive decided to start learning flutter in an attempt to build an app which ive had in mind for years. I am not at all familar with any programming languages and have started Flutter course on app brewery. Also im doing a quick intro to git via skillshare. My question is, am i taking the right steps and how long does it take to learn flutter and dart?

July 19, 2020 at 10:18PM by dbesadem
https://ift.tt/3fJd9cD