Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Expo(https://expo.io) like tool for flutter ? Any future possibilities ?
Hi Everyone, I am Aswath, from India. I'm learning dart and flutter for past few weeks. I'm working on a low end laptop, with android device for simulation. Let me share some problems I really have. 1. Everytime "*flutter run*" command starts app from scratch from Intialiting Gradle to

January 01, 2019 at 05:48AM by Aswath Murali
http://bit.ly/2VjESXm
New post on Flutter Dev Google group:

Get Documents and return list of mapped objects
Greetings - Trying to pull documents for a user and return a list of the objects (StopWatch), but all I'm getting back are nulls. Is this the appropriate implementation? Future > getCollection() async{ List templist; CollectionReference walkRef = Firestore

January 01, 2019 at 08:34PM by Matt Mason
http://bit.ly/2SBGGcJ
New post on Flutter Dev Google group:

How to check if file on external storage exists?
Hi. I have a procedure which prepares data and writes it to external storage of Android device. After creating a file, I want to check if file really exists there, and possibly get size of it. But, I can't find a correct way to check if file exists there. So, what is corrrect way to check if file

January 01, 2019 at 08:41PM by Sandi
http://bit.ly/2Sw4Xki
New post on /r/flutterdev subreddit:

One Year with Flutter: My Experience – Hacker Noon
http://bit.ly/2AoxBg2

January 01, 2019 at 09:43PM by seenickcode
http://bit.ly/2SxG3R6
New post on /r/flutterdev subreddit:

YouTube channel recommendations for Flutter tutorial/resources?
Hi r/FlutterDev,Please share me your subscriptions for all things Fluttery :)

January 01, 2019 at 10:26PM by tentdeveloper
http://bit.ly/2AphI9l
New post on /r/flutterdev subreddit:

Learning Flutter coming from a non iOS / Android background
I've been following Flutter closely and I'm dying to dive into it. Before doing so, I have a question that I have been unable to find a solid answer to anywhere I look. I hope someone here can help me. Let me elaborate.For my full time job I currently work with React Native. Previously I have only done web development, all JavaScript and never any iOS / Android and their associated languages. I found that one of my current limitations with my job is that I don't quite understand the iOS and Android ecosystems very well and if there is ever anything to do on the native side of things, one of the more senior devs on the projects takes care of it. I hate that I have this limitation because I really want to fully transition over to cross-platform app development and be seen as more senior and more independentI've been thinking that maybe before dedicating myself to learning Flutter it might be better to actually take a couple months to learn some iOS dev at least and then go down the Flutter path so I don't keep having these limitations.So my question is, with Flutter, how likely am I to have these same limitations? Should I start by learning iOS and then get into Flutter later on (thus also giving Flutter more time to mature)? Or will I be fine and not experience these same limitations if I just dive straight into Flutter right now?​A quick follow up question would be, what are the most important things to know regarding iOS dev and Android dev that would make my life easier when it comes to working with cross-platform frameworks like React Native and Flutter?​Thanks in advance for your responses!

January 01, 2019 at 11:25PM by jean-maried
http://bit.ly/2SwfHz8
New tweet from flutterio:

Need to fit one widget inside another, but they're not quite the same size and shape? Try FittedBox! It can stretch, shrink, clip, and align its child to help you get the perfect fit.

Click for more #WidgetoftheWeek tips ↓ pic.twitter.com/6dvixsp9F3— Flutter (@flutterio) January 1, 2019

January 02, 2019 at 12:58AM
http://twitter.com/flutterio/status/1080251829282197504
New post on /r/flutterdev subreddit:

Any chance at a career in Flutter/Dart?
So, I've been trying to find something I enjoy doing. I'm coming from basic C knowledge (I'm currently in my second semester of a CS diploma) and haven't really enjoyed JavaScript or Python. For some reason I liked the stronger typing/definition of C syntax, where python and JavaScript just felt like there was too much interpreted "magic".Flutter recently caught my interest, so I started learning Dart and enjoyed it immensely. It felt familiar but also had a lot of nice surprises.Now that I've got the "enjoyment" and "interest" part covered, I'm wondering if there's a career in it for me if I stick to flutter and dart professionally before I decide to heavily invest in it. I was interested in making cross platform apps (hopefully to web and desktop too in the future). Looking around I don't really see much hiring interest in either Dart or Flutter. I have a few years before I am even graduated and looking for a job but I'm still worried it's not going to be something companies hire for. How realistic is a career in Dart/Flutter after a few years, would it be rewarding at all?

January 02, 2019 at 06:36AM by lemon07r
http://bit.ly/2QgIPbA
New post on Flutter Dev Google group:

File created on SD card not visible in Windows File Explorer
Hi. With method which is shown below I create a .csv file on Internal Shared Storage of Android device. File is created and populated, and it can be seen on Android device through File Explorer. But sadly, this file is not visible in Windows File Explorer. Other files are visible just fine.

January 02, 2019 at 11:36AM by Sandi
http://bit.ly/2ApE7Dw
New post on /r/flutterdev subreddit:

The Flutter Crash Course v1.0 launch
Hey everyone, FYI I've just launched v1.0 of https://fluttercrashcourse.com. It offers over 4.5 hrs of free instructional videos.I've been doing mobile development for many years now and it's still unbelievably fun and rewarding. So my goal of this site is to help others get access to free, quality content.Lastly, this site is different than Udacity or any other tutorials out there, not only because it's free but because:The course is lean and focused: I've taken all my personal experiences with Flutter in the past year and have created the tutorials to match what I personally this is important, which should save a lot of time for newcomers.I'm not only focusing on learning 100s of widgets, but more "end to end", step by step tutorials. I don't think there's enough content out there on the more "holistic" approach to Flutter dev.I write Flutter apps regularly so if you have any questions or need any help with a tutorial, feel free to comment below in the video player on the site and I (or others) will try to help out.I've spent a ton of time creating this custom course site (prob far more than I should have). It's a passion project for me as has been super rewarding thus far helping more folks get into software engineering and mobile dev.A new "Flutter for Junior Developers" course module will be starting later this month by the way, as well as more advanced, one-off videos as well so stay tuned. If you register on the site you'll get email updates on the progress.Happy coding.Nick@seenickcode​

January 02, 2019 at 02:48PM by seenickcode
http://bit.ly/2AnjVC0
New post on /r/flutterdev subreddit:

Code::Stats Viewer - Open source app for browsing Code::Stats profiles made with Flutter
Code::StatsSee your coding statistics in realtime​If you and your friends are using Code::Stats to track your coding, there now is an app for having them all in one place.The code is on Github, and it is available on Google Play.The architecture is BLoC and RxDart for my StreamBuilders. I use Phoenix channels for updating the profiles in real time over websockets. The initial data is queried with GraphQL.I am open to all suggestions and criticism, it is still under development, and I'll answer any questions you might have.

January 02, 2019 at 05:05PM by Schwusch
http://bit.ly/2TlTiEx