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

Sliver app bar that surprised a pirate
https://ift.tt/34qGTHW

October 26, 2020 at 04:11AM by thehappyharis
https://ift.tt/3ksSRGs
New post on /r/flutterdev subreddit:

My learnings from taking an idea to production
I made an app that lets you know when to sleep and wake up at according to your sleep cycles, so that you don't wake up groggy. Link to the app! It's called snoozy, supports only android at the moment.The app is not too complicated, but it took me about a month from start to finish. Here are some of my learnings and thoughts while building this app:- Have a solid value to begin with: I had made a crappy version of snoozy about 5 months ago and found myself using it everyday. Got my bro to use it everyday as well. So I knew the value it offered personally, but in general you want to get people using it and iterate on the value part, before the design or anything.- Beginning with a design really helps the development experience, not only with the vision but also the colors, fonts, etc which take exponentially longer to visualize if you iterate in code. This was my first time starting out with a design I created on figma, and I think this is how I'm gonna be building apps (and other software) in the future.- Debug and production builds are not the same. I used the local notification plugin, which worked fine in the debug version but crashed the app in production (there was additional config required for release, turned out). I'll definitely make testing a release build in mind in the future.- Just put it out : There are SO MANY other things that are involved after the development process, which were quite valuable to learn. Rolling out to closed testers, then to open testing, then to production on the play store was pretty interesting. Designing play store graphics, polishing stuff in the app for optimal UX, are some of the things I know I would NEVER do if it was a personal project.The code for snoozy isn't open source, but check it out and let me know your thoughts, and I'll be more than happy to let you know how it was built! Hope this post helps out folks and encourages them to publish their sideprojects as well.​To the experts and fellow learners out there, I'd be interested in hearing your developer stories, going from idea to production and some of the things you learnt.Have a great day, flutter community!

October 26, 2020 at 04:50AM by Boutmayun
https://ift.tt/2TmzzGS
New post on /r/flutterdev subreddit:

Show Multiple Markers on Google Maps
https://ift.tt/35EUmvg

October 26, 2020 at 04:26AM by rrtutors
https://ift.tt/31G78Zd
New post on /r/flutterdev subreddit:

How to grow as an app developer(Flutter primarily) in India
I have joined a job as a flutter developer and I am fine with the job. Everyone tells me not to look at the money I am getting right now but I have tried and couldn't look beyond a certain limit. I want to know if there is something else I should do to grow or keep with company or go outside India (if that's the only possible way to get better jobs in India)

October 26, 2020 at 07:46AM by PushHub69
https://ift.tt/34tuItR
New post on Flutter Dev Google group:

Add more space between keyboard and focuced textfield?
Hello everybody, I want to ask if anyone has an idea, how can I add space between the keyboard and the current focused textfield in flutter app.[image: 1.png] [image: 2.png]

October 26, 2020 at 09:56AM by Osama Sado
https://ift.tt/3mqdsM2
New post on Flutter Dev Google group:

[windows][eventChannel] How should I passing native buffer to dart in efficient way
I want to passing a buffer array from native plugin in windows. I try the example for eventChannel & EncodableValue, but at the dart side I only get the type _Int32ArrayView which I can't use. 1. How can i transfer _Int32ArrayView to Uint32List? 2. Is there other efficient way to passing

October 26, 2020 at 10:25AM by hereMaxwell
https://ift.tt/3jvWQRe
New post on /r/flutterdev subreddit:

State management
Are there any videos or open source projects that explain state management well?

October 26, 2020 at 01:16PM by Snoo16007
https://ift.tt/35sGPqc
New post on /r/flutterdev subreddit:

Change the code to work with firebase
I'm new in app development, I want to know how I can make this code react with cloud Firebase, how to link "swiper" with document firebasethis is what I want to make:https://ibb.co/SPv9tzGHere is my code:SafeArea(
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[
Container(
height: 500,
padding: EdgeInsets.only(left: 32, top: 10),
child: Swiper(
itemCount: pic.length,
itemWidth: MediaQuery.of(context).size.width - 2 * 64,
layout: SwiperLayout.STACK,
itemBuilder: (context, index) {
return InkWell(
onTap: (){
Navigator.push(context, PageRouteBuilder(
pageBuilder: (context,a,b) => ArticlePage(
text: pic[index],
),
));
},
);
},
),
)
],
),
),​​here is the model:class Article {
String imageUrl;
String title;
String categories;Article({
this.imageUrl,
this.title,
this.categories,
});
}final List<Article> pic= [Article(
imageUrl: 'assets/scr.jpg',
title: 'Jack the parisian',
categories: 'Games',
),Article(
imageUrl: 'assets/scr.jpg',
title: 'best vedio games',
categories: 'Games',),],

October 26, 2020 at 04:01PM by xavi_soufian
https://ift.tt/2HyrBbc
New post on /r/flutterdev subreddit:

Just released an iCalendar (.ics) parser
Hi guys, I've just released a package written in pure dart to parse ics file. Seems like there wasn't any parser for this until now. It is still in early development so I'd be glad to have your feedbacks.Pub: https://pub.dev/packages/icalendar_parserGithub: https://github.com/TesteurManiak/icalendar_parser

October 26, 2020 at 03:56PM by TesteurManiak
https://ift.tt/35uWJk4
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 62! - Tutorials, videos, packages, and much more!
https://ift.tt/3ooLFOd

October 26, 2020 at 02:56PM by vensign
https://ift.tt/2G0q79b
New post on Flutter Dev Google group:

100% Interview position ll Product Manager. ll at San Francisco, CA.
Hello, Any available consultants for *Product Manager**. *I have an excellent project with my client at *San Francisco, CA.* Kindly share resume at *Maz...@mirthconsulting.net
New post on Flutter Dev Google group:

Documentation guide On mouse hover
Hi Team, How to bring the documentation guide in Andriod studio as like as in VS code when mouse hover. Please let me know. Thank you. [image: image.png]

October 26, 2020 at 05:38PM by Ram Kumar
https://ift.tt/31M5jd7
New post on /r/flutterdev subreddit:

We created a small Flutter community for solo developers to help and to motivate each other by having regular virtual meetups.
Getting back into development as a solo developer myself, and just starting my flutter journey, I did not have someone to bounce ideas off of, to look at code with, or even to keep me accountable. I wasn't sure if I could make it through my first large project or even get past those troublesome bugs. These benefits of a team would be very helpful to someone like me. So, last week, I made a post here about starting a group of 5 people to meet virtually on a regular basis, discuss each other's projects, help if we are able, and help to hold each other accountable. Well, u/definitely_robots said "let's do it" and we started a discord server and we called it "Flutter Buddies".From that post alone, 20+ showed up. Everyone is awesome and many of us are very active participants. We have built an awesome discord server, had our first successful meetup, tossed around app ideas, shared our goals, and are helping each other with our projects and code. We even have a voice chat room with a music player set up to hangout while coding like a real development team might. In just a few days, I've already made a ton of progress on my project that I might not have, learned about some really cool tools, and really enjoy the community of people we have.We're going to add more meeting times so more people can benefit from the group, start doing small educational events, and I may even propose we try a small group project if enough people are willing.I'm really excited about this group. I wanted to put an invite out there one more time if anyone else in reddit land has the same solo coder story and wants to join in. There's no skill level requirement, everyone's welcome. We do ask you if you're interested in joining to try to come to meetups and be involved in the conversation, give back where you can. If you do want to join, make sure you claim the server role in #welcome channel to unlock the private channels.We created a vanity URL for our invite, it's http://flutterbuddies.com

October 26, 2020 at 05:28PM by joeyda3rd
https://ift.tt/37OKxO1
New post on /r/flutterdev subreddit:

How’s Flutter for web doing these days?
Been a while since I looked at flutter. How is it going? Any updates on web or any news when it will be ready for production?

October 26, 2020 at 05:14PM by augst1
https://ift.tt/3kwRQxf