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

A Calculator app using Slidy CLI and TDD.
It was a project created by Flutterando Community to show TDD with Slidy.Slidy is a CLI template generator and package manager for Flutter. Generate Modules, Pages, Widgets, BLoCs and tests.GitHub Repository: https://github.com/Flutterando/flutter_calculatorSlidy CLI package: https://pub.dev/packages/slidy

October 28, 2019 at 03:23PM by irvine5k
https://ift.tt/2PwyKuB
New post on /r/flutterdev subreddit:

Error reporting in Flutter
Hi all, I recently made an investigation about the state of error reporting in Flutter, if you're interested you can check out this article https://blog.bam.tech/developer-news/error-reporting-in-flutter
I am keen to hear your feedback :)

October 28, 2019 at 03:05PM by yassinec
https://ift.tt/31QIVfR
New post on /r/flutterdev subreddit:

Can i use Typescript with flutter??
Im learning flutter now. I know angular too. I was wondering if its possible to use typescript or angular framework with new Flutter. Actually I dont want to learn Dart, I just want the UI part of flutter which is amazing.....well if its not possible then ive no choice, Ive to learn dart.​what do u guys think??

October 28, 2019 at 05:04PM by Subsins10
https://ift.tt/36mqxz4
New post on /r/flutterdev subreddit:

Amazon IAP?
Flutter is really my first work at writing Android apps. Up until this point, everything that I've done has been in IOS. I now have two apps that are ready and instead of putting them on Google Play, I want to put them on Amazon. Both of the apps will have IAP. On one of them, the IAP will unlock additional functionality. On the other, the IAP will remove ads. Is there any way to implement Amazon IAP with Flutter?

October 28, 2019 at 04:58PM by WhoWho22222
https://ift.tt/2Jv8Vap
New tweet from FlutterDev:

🎉Announcing Flutter Interact!

Our worldwide event on Dec 11th! We’ll share how we are supporting beautiful and interactive designs while improving developer productivity. #FlutterInteract

⚡️Visual content and demos
⚡️Flutter + Material Design

Info → https://t.co/LadClwSEdo pic.twitter.com/WVm5Swt7zN— Flutter (@FlutterDev) October 28, 2019

October 28, 2019 at 05:59PM
http://twitter.com/FlutterDev/status/1188862889500786698
New post on /r/flutterdev subreddit:

Made very simple Localization class to help me to load strings into my text.
https://ift.tt/2MTLRUD

October 29, 2019 at 12:28AM by mosh_java
https://ift.tt/2opsxFr
New post on /r/flutterdev subreddit:

Best practices for role-based routing?
Hey all, I'm working on my first mobile application using flutter, and while I'm not new to programming concepts I am new to mobile app development and am currently working on my development practices. My application is a simple chatbot project that supports two types of users, instructors and students. I'm using firebase for authentication and firestore for permissions/authorization.​For some background, the students are displayed a home page that is essentially a big ListView with each item in the list being a link to a different chatbot aided exercise. The Instructor's homepage should look different; they will be able to see their students' progress and (eventually be able to) assign new chatbot assessments.​My question is: once authenticated, should my root application route users to separate "home" pages based on their role as a student or instructor? Or is it better practice to route to a shared home widget and build the contents of the page based on the roles of the user? My gut tells me the former is better because it sounds easier to modularize the widgets, but I can see there being benefits to the second option as well.

October 29, 2019 at 04:59AM by FlipSyed
https://ift.tt/2qL9XZ9
New post on /r/flutterdev subreddit:

What is the best strategy for learning Flutter?
I want to give Flutter another shot and I was wondering, what is the best strategy and resources for learning Flutter? I've seen many different tutorials in this subreddit, including "60 days of Flutter", but what would you guys recommend working through before doing your own projects in Flutter?

October 29, 2019 at 07:32AM by pro-tous
https://ift.tt/2osav5B
New post on /r/flutterdev subreddit:

I’m developing a library app for a local church, and I need some help!
Users have the ability to add books to their favorites. I’ve got the updating and deletion from Firebase down, but I’m having a hard time figuring out how to get the favorites array from Firebase and using that across multiple screens. I’m looking at provider but i can’t get it to work for some reason. Any links / advice is appreciated!

October 29, 2019 at 07:26AM by ro_mo
https://ift.tt/2pWMJiy
New post on /r/flutterdev subreddit:

#23 Navigator Flutter Widget
https://youtu.be/JDZFH7JAykI

October 29, 2019 at 06:42AM by systechdevelopers
https://ift.tt/2JpIqDd
New post on Flutter Dev Google group:

Getting ITMS-90809: Deprecated API Usage(UIWebView)
Hi guys, I am getting this email attached to this mail each time I have published an update to the Apple app store. I have tried fixing it but everything looks fine in my pub file, you can find the same attached to this email as well, Tried altering dependency versions in pub file as well

October 29, 2019 at 08:01AM by Venkatesh Bathina
https://ift.tt/2BTykX8
New post on Flutter Dev Google group:

java.lang.ClassNotFoundException error on generating signed APK
Hi, I am trying to generate a signed apk in Android Studio but i am gettina a java.lang.ClassNotFoundException I even tried generating apk on the default click tracker App that starts when we create a fresh new flutter project. There are no errors when i run on emulator or on my phone through

October 29, 2019 at 10:57AM by MVN
https://ift.tt/2WkLCoX
New post on /r/flutterdev subreddit:

Should I use Sqlite or ORM in Flutter?
Hello, I am refactoring our huge codebase from Android native to flutter( we don't have an IOS version and we decided to move to single code base). So far we enjoy Flutter, using Bloc pattern.However, one of core features in our app is local storage. We could not found any ORM, backed by Flutter team...So what should we do?In Android we are using a ROOM for our ORM. I found out that there is a Flutter similar ORM, called Moor. So far, library seems decent, but not on par with native Room.I wonder, what is your approach to local storage? Do you prefer using Sqlite or ORM like Moor? What are your experiences so far? :)

October 29, 2019 at 11:02AM by wellbranding
https://ift.tt/36iE0Ie
New post on /r/flutterdev subreddit:

My hackathon experience with flutter
I have an Android news app that I wrote a while ago, it took me about 3 months to get working well (I had a few custom views and navigation was a bit of an issue, written natively in Kotlin). Last night I decided it would be a cool experiment to see how long it would take for me to rewrite it in flutter. I had everything working correctly and looking identical to the original app in 2 1/2 HOURS. I’m still absolutely blown away. Granted it’s just a few API calls and nested tabs/categories so it wasn’t super complex, but to get a nice working app made in 2 1/2 hours is unreal. My state management isn’t the greatest, just made widgets and put all my logic in accompanying view models (still learning bloc) but it has been great on iOS and android and I couldn’t be happier. Even more excited now to try new things and push this further.

October 29, 2019 at 12:45PM by mostdope96
https://ift.tt/31Wmzts