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

Any full stack developer teams here?
Hey Flutter devs,Want to meet and chat?Last week was a great week at Google I/O. There was a lot of convergence around the full stack story (both for Kotlin as well as Dart). It's exciting to see the enthusiasm that's specifically coming from the Flutter community.If your team is using or is considering using Dart on the backend, or if you would like to but your needs are not being met, I would love to hear from you. Yes, I work for Google, but I'm not in sales, marketing, or product management.You may have heard of Appcelerator. I led the cloud R&D team focused on building the containerized platform for serving mobile app backends. Before that I was a full stack developer and probably share experiences similar to many of you. I spent a number of years in the trenches building client/server apps in C++, C#, and Java, before moving on to full stack JavaScript and system tools with Go. I've worked the spectrum from Silicon Valley startups, like PlanetWeb and Appcelerator, to tech giants, including Yahoo, AWS, and Google.My only point in all of this is I've been a programmer most of my adult life and can relate to and empathize with many of the same issues you have also experienced. So I'd love to hear from you directly, hear what kinds of things you're trying to build, and hear where your pain points are today.It isn't possible to solve every problem, but I'd like to listen and help relay feedback to help reflect real world use cases and pain points for our developers. I think we have a great cloud platform and I'd like to see full stack developers succeed on it.Feel free to comment if you want to engage in a discussion here, but I'd also love to have a video chat with you.No sales, no slides, no b.s. -- just straight talk between engineering leads to discuss architecture and brainstorm solutions, no matter what the right solution ends up being for your team.If interested, email me and let's find a time on the schedule when we can chat.Tony Pujals
tonypujals @ google dot com
Engineer at Google Cloud

May 28, 2021 at 03:45AM by subfuzion
https://ift.tt/2RR4o9x
New post on /r/flutterdev subreddit:

As a Windows user, what console do you use?
As the developer of DCli I'm interested in what are the most common console shells that Window's Devs are using?View Poll

May 28, 2021 at 04:36AM by bsutto
https://ift.tt/3fPtYDJ
New post on /r/flutterdev subreddit:

Which IDE do you use for Flutter Development?
Just a survey...View Poll

May 28, 2021 at 06:57AM by rajatpalankar
https://ift.tt/3fQj5BM
New post on /r/flutterdev subreddit:

zoom_pinch_overlay - An Instagram-like zoom package with null safety.
https://ift.tt/3bTWp2g

May 28, 2021 at 08:02AM by Mayb3Not
https://ift.tt/34nch9d
New post on /r/flutterdev subreddit:

Open source production level flutter repos
Ok , i decided to build an app using flutter ( i had previous experience, just new to flutter) , I watched a lot of youtube videos and read books, I know flutter but as much as those books and videos teach me, which is basic, I cannot find a lot of resources for that advance and intermediate level , like architecture, pitfalls etc, (i have watch resocoder clean architecture but its too theoretical I needed something real world)what i needed was some good real world examples I find those and like to share that , maybe these also help you in going to next level.https://github.com/robertodoering/harpyhttps://github.com/4seer/openflutterecommerceapphttps://github.com/Sky24n/flutter_wanandroidhttps://github.com/jesusrp98/spacex-gohttps://github.com/piggyvault/piggyvaulthttps://github.com/comerc/minsk8https://github.com/ReceiptManager/receipt-manager-apphttps://github.com/Datlyfe/flutter-tuneinhttps://github.com/tsvillain/Wallbayhttps://github.com/LaCoro/ConsumerFlutterApp
https://github.com/TheAlphamerc/flutter_twitter_clonehttps://github.com/devclub-iitd/ShareACabIf you could also suggest me some other resources that would be awesome

May 28, 2021 at 08:46AM by manupanday19998
https://ift.tt/34rwZVu
New post on Flutter Dev Google group:

Google map markers react like glitch
Hi, I used google map and set markers but markers react like weird like the in the video ,it changed randomly position i used code to set markers like below GoogleMap( padding: EdgeInsets.all(25), mapType: MapType.normal, myLocationButtonEnabled: false, myLocationEnabled:

May 28, 2021 at 09:10AM by Amicus India
https://ift.tt/3fvxEMe
New post on /r/flutterdev subreddit:

Windows flutter developer
is there any flutter developer who codes in dart/flutter using windows? There's benefits for macbook programmers but windows developers have to use methods like codemagic. So i wanted to ask how's the experience for a windows flutter developer? Do they get jobs and freelancing work easily just like the Mac developers? Thanks and sorry for the stupid question.

May 28, 2021 at 09:57AM by opinvader
https://ift.tt/3wFKahW
New post on /r/flutterdev subreddit:

In app purchase confusion
For a bit of context, I am developing an app that allows people to book gardening services. Currently, there is only one time purchases available in the app, and because the payment is for a physical service then I can use Stripe to complete the payment.There's now a requirement to enable a subscription model that will add more packages to choose from, as well as reduce the price of existing gardening packages. Because I am still offering physical goods, can I use Stripe for the subscription payments? Or would I need to use Google & Apple's IAP? The documentation around this is very unclear, every page or article I read seems to contradict the previous one.

May 28, 2021 at 10:13AM by _Kaizer
https://ift.tt/34qZNO4
New post on /r/flutterdev subreddit:

Having trouble applying some concepts
I am pretty confident with the basics of flutter. By basics, I mean the front end. Besides the front end, I am having trouble understanding the way state management with BLOC works and how to handle firebase server communications. I have been trying to avoid getting stuck in tutorial hell by trying to work on a small project that relies on these aspects, but I have not seen much progress. What do you guys recommend ? I mainly need to polish my understanding of BLOC state management and the whole server side (Auth, Custom Claims, Database architecture, etc..). Do you guys know of any course that could help me get a better understanding of these topics ? Thanks!

May 28, 2021 at 12:00PM by Oxpal
https://ift.tt/3bZUHfS
New post on Flutter Dev Google group:

Error in get data from google map using geocoder plugin from gps. it showing old data from the google map. my pincode is mathur,600068
Error in get data from google map using geocoder plugin from gps. it showing old data from the google map. my pincode is mathur,600068 13.1719805, 80.2462054 for this lat and long it showing 600051 and mathur, thiruvallur in google map itself. but now the pincode is 600068. just check on the

May 28, 2021 at 12:15PM by Gobal Krishnan V
https://ift.tt/3fLtSx2
New post on /r/flutterdev subreddit:

📱Build a Flutter Wishlist App, Part 3: Finishing the App with User Authentication and a Secured API.
Hey Devs! This is the last part of this full tutorial about Build a Flutter Wishlist App. I'd like to share with you the last part of this interesting article about  Flutter. Read more about the Tutorial here.

May 28, 2021 at 01:59PM by robertinoc
https://ift.tt/3uw22u7
New post on /r/flutterdev subreddit:

App Feedback Thread - May 28, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

May 28, 2021 at 03:00PM by AutoModerator
https://ift.tt/3uv57KW