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

What app would you suggest as a perfect architecture example?
I'm an experienced developer and I learn best by copying, modifying, etc. I'm looking for some suggestions on open source Flutter apps that demonstrate ideal architecture with state management, network layer, navigation, etc. Any suggestions?

October 24, 2019 at 07:30PM by utilitycoder
https://ift.tt/2JeBGYL
New post on /r/flutterdev subreddit:

The new Nvidia Shield TV remote app is written in Flutter
I'm talking about this app. Screenshot of licenses here. The reason it might be more interesting is, it makes heavy use of Bluetooth, gives haptic feedback on "remote button" touches, and it works flawlessly. I loved my Shield TV as it is, and this is a nice addition to it.

October 24, 2019 at 10:18PM by hundeva
https://ift.tt/2ojKANo
New post on /r/flutterdev subreddit:

dartx: Collection of static extension methods for Iterable, String, File etc.
https://ift.tt/2paHTy0

October 24, 2019 at 11:27PM by leisim
https://ift.tt/2oZxg13
New post on Flutter Dev Google group:

Google Maps Autocomplete TextField
Does anyone here work with Google Maps AutoComplete TextField In Flutter?? I need some help badly.

October 25, 2019 at 12:08AM by Shaikh Mohammad
https://ift.tt/2PiSZLY
New post on /r/flutterdev subreddit:

How Flutter Relate to our Real Life and why we should choose.
How development relate to our real life and why Futter is meant to be that?Here is a short and calculative real-life example that really helps to understand:Old days, avg human life were 100+Nowadays, avg human life is 70+If we can see the ave human life decrease with 30+ years.So if our avg life cycle decrease by 30+ then why not our Mobile app development should be decreased by at least some month or some years based on our projects.So that why Google introduced Flutter a Cross-Platform development SDK that allows developing a native app with a single code base for multiple platforms like (Android and Ios).Here is an example: Before Flutter native mobile app development:Android: Write code on for Android on Java or whatever language you preferred. It has own development life cycle and owns code. And the time is taken by the android developer.IOS: Write the code on Xcode. It has own SDLC and different team and code that will not on other platforms.The total sum of developing native app for both platforms:Android Development + Android Code + Time + Android Development Team + cost + IOS development + Ios (Xcode) code + Time + IOS development team + It's Cost.Now when Flutter introduced:Android App + IOS app = Flutter Development + Single Codebase + Single team + Single time to develop for both platforms + Cost is same for one development team.So what you say? If our human life decreases by 30+ years so why not we decrease our development life cycle time Flutter.If you think how it will look and hows it flows after the development then you can try our live demo at https://www.ionicfirebaseapp.com/products/category/Flutter-AppOr you can try with our open source at https://www.ionicfirebaseapp.com/products/Flutter-Todo-appHappy development with Flutter.devAnd let me know in the comment section what you think and how you interpret with your real life.#flutter #reallifeexample #whytochooseflutter #happycoding

October 25, 2019 at 07:34AM by ionicfirebaseapp
https://ift.tt/2PhrWk9
New post on /r/flutterdev subreddit:

Is there any way to retrieve the URI of an asset?
I have been unable to find a way to get the URI or path of an asset. I know there are ways to get the actual data of the assets, however I am looking to specifically find the URI.Thanks for any info!

October 25, 2019 at 09:37AM by banana_shavings
https://ift.tt/2Wd9z1f
New post on /r/flutterdev subreddit:

#21 ListView Flutter Widget
https://youtu.be/o-yvXZLTKwo

October 25, 2019 at 12:45PM by systechdevelopers
https://ift.tt/344o2PE
New post on Flutter Dev Google group:

SelectableText does not allow to get selected text?
I try to get the selected text from SelectableText.rich(Textspan(..)) but do not see an opportunity to get it. How to? I want to get selected text when user finishes to select..

October 25, 2019 at 02:43PM by Georgii Dernovyi
https://ift.tt/2JmsaTA
New tweet from FlutterDev:

It's time to drop some tips for #FlutterFriday!

Want to learn more about widgets?

Searching the Flutter codebase on GitHub can often give you hints about when and how to use the widget's properties. ↓ pic.twitter.com/nm5cA4CvHr— Flutter (@FlutterDev) October 25, 2019

October 25, 2019 at 05:58PM
http://twitter.com/FlutterDev/status/1187760466593890307
New post on Flutter Dev Google group:

Using Location, please help.
I can't make it to work. Anyhow one, I need help here. Thank you. https://ift.tt/33Z8LQn [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: NoSuchMethodError: Class '_MyHomePageState' (15994): Receiver: Instance of '_MyHomePageState' E/flutter (15994): Tried calling:

October 25, 2019 at 06:17PM by Victor Unda
https://ift.tt/2NaPswM
New post on /r/flutterdev subreddit:

Hey guys, today I'd like to introduce dart_filter. If you ever needed to filter (.where) a List then you know how ugly a simple solution can be. I'm trying to solve that ugliness and make it maintainable with a well-known programming pattern.
https://twitter.com/modulovalue/status/1187770442985201665

October 25, 2019 at 07:28PM by modulovalue
https://ift.tt/32Qn89i
New post on /r/flutterdev subreddit:

Play & App Store Webhooks / Server Side Code on subscription start and cancel
I need to add server side logic when a user buys and cancels a subscription. To me this seems like a basic feature that many apps probably use. However as it turns out it's not that simple to setup up the need webhooks.My App will be available on android and iOS, so I will need to configure both, which is why I thought about using RevenueCat. But it turns out, this is a paid feature for $110/month, which is way too much for a/my new app. This is probably the biggest time saver for RevenueCat compared to using the official InApp Purchases package, so I don't see why they would make it a paid feature.Anyways how would you handle this problem? Whats the best way to handle webhooks with the Play Store and the App Store? Any Guides and Tipps would be very helpful!

October 25, 2019 at 06:57PM by jwknows
https://ift.tt/2JpUMv8
New post on /r/flutterdev subreddit:

Flutter as first UI framework and Dart as first programming language
Hey all! I've recently started diving deep into Flutter, but I am still very new to mobile development. I want to be able to create my own app ideas, and first started learning Swift, but I wanted to be able to push my apps on Android as well, so I thought Flutter would be the best way to learn.I have previous experience with front-end development (HTML, CSS, and a little JS).But I guess I'm getting into a part of my journey where everything is starting to seem a little overwhelming and I don't know if I made the right decision learning Flutter and Dart first. For example, I know that there are still a lot of benefits to coding in Swift to tap into iOS features that Flutter can't do, but I don't know if I've grasped the whole thing yet.TLDR: Is Flutter and Dart a good first language or is there something else I should also start learning alongside it to get the most out of my programming journey?

October 25, 2019 at 08:11PM by standwisp
https://ift.tt/2BUOGih
New post on /r/flutterdev subreddit:

Flutter for Android - Java and Kotlin and AndroidX
I have just finished releasing my first Flutter app to both app stores. Super Stoked!But now I'm sort of confused about some of the details.What exactly is AndroidX? I had to migrate to androidX at one point and i'm just curious why? It seems like a namespace issue with some older Android packages?How can I check if my android app is being built in Java or Kotlin?and if it's Java, can I or should I migrate it to Kotlin?(I am a .NET/angular web developer that has learned Flutter over the past year -- so my knowledge of building phone apps is very limited).

October 25, 2019 at 10:19PM by maylortaylor
https://ift.tt/2BLB5d0
New tweet from FlutterDev:

🥳 We’ve reached 100k subscribers on YouTube 🥳

Celebrate the occasion with a special newscast from Dash and special appearances from two new team members. We love bringing you #WidgetoftheWeek, Flutter in Focus, the #BoringShow and more!

Subscribe → https://t.co/UMZ106wDRN pic.twitter.com/zy8hjVuqpa— Flutter (@FlutterDev) October 25, 2019

October 25, 2019 at 10:00PM
http://twitter.com/FlutterDev/status/1187821162199425027
New post on Flutter Dev Google group:

dual screen in Flutter
I have to communicate with 2 display screen to show different information in each screen, any idea where to start

October 26, 2019 at 05:07AM by sara Ibrahim
https://ift.tt/346f2tk