Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Building a new app should I use flutter or do native ios and android
Hi all!Very excited to learn about Flutter.I want to build an app that needs to be available on both iOS and Android.I am an iOS developer, and would need to access to common shared libraries, which I generally install use pod files.Is there a similar thing for Flutter as well? How does that even work for Android? (i.e the framework is only for iOS, how would that same framework also just work for Android?).I am also curious if you folks recommend that I just build two separate apps, given that it would need maintenance. I am not using material design, and will have a designer give me assets.With that said, what kind of assets do I need for Flutter?

Submitted January 28, 2018 at 05:43AM by makingbread
via reddit http://ift.tt/2njzfZf
GGroup: Flutter: Future/async methods-how to pass updated variables before render Widget build(BuildContext)
I use the follow Firebase strucure to create a Private Chat: /// messages -> fromUserEncoded -> toUserEncoded -> text My authentication and access to Firebase are ok. /// * /// Future _ensureLoggedIn() async { /// GoogleSignInAccount user = googleSignIn.currentUser; /// if(user == null)

Submitted January 28, 2018 at 11:24PM by Colque Paxi
via Flutter Dev http://ift.tt/2rMv2mc
Reddit: Is there any in-depth Flutter video course or book or some such?
I've seen a few youtube videos but most are pretty basic.Here's what I'd like to see:An app w/ multiple screens w/ navigation.Data retrieved from network, persisted from disk, etc.Build quality: dart/flutter lint-ing/static analysis, continuous integration, unit tests / ui testsExample of integrating extras: push notifications, analytics, in-app-purchases or ads, crash reporting, beta testing, etc.I'm not familiar with Dart or Flutter so I'm just not sure about how to evaluate whether to use it for my project. But right now the only alternative is to build it in native Android (which I do know), then write the separate iOS app (which I know nothing of), or use React-Native which I haven't taken too very well.Nonetheless the other technologies all have books, Udemy/Udacity/etc. courses. What is there for Flutter?

Submitted January 29, 2018 at 11:26AM by TranslucentPond
via reddit http://ift.tt/2DHiaPS
GGroup: flutter debug tools (debug_paint, etc) not showing up in Android Studio...
I'm using Android Studio for flutter development and noticed that View/Tool Windows/Flutter is missing (options for Debug_Paint, etc). Am wondering if this functionality only available in Intellij itself or should I be seeing it in Android Studio as well? Everything else with Flutter in Android

Submitted January 29, 2018 at 09:22PM by Dave Ripp
via Flutter Dev http://ift.tt/2DL5mYP
GGroup: Serialize/Desrialize objects like java APIs?
In Java , serialization : ... ObjectOutputStream oos = null; try { ByteArrayOutputStream bos = new ByteArrayOutputStream(); oos = new ObjectOutputStream(bos); oos.writeObject(obj); result = bos.toString("ISO-8859-1"); result = URLEncoder.encode(result, "UTF-8"); } catch

Submitted January 30, 2018 at 04:32AM by Qikai Yang
via Flutter Dev http://ift.tt/2Elv3QE
GGroup: Re: Animate absolute Positioned Containers inside a Stack
You could use an AnimatedPositioned instead of a Positioned, and just set _x and _y to whatever end values you want, and AnimatedPositioned will animate them to those values. On Wed, Jan 24, 2018 at 2:40 PM Taco Perquin wrote: > Hello, > > I'm trying to animate a

Submitted January 30, 2018 at 06:39AM by Ian Hickson
via Flutter Dev http://ift.tt/2Gt20eH
GGroup: How to enable Flutter with Dart 2 when using Intellij IDEA and Flutter plugin 21.2.3?
Reading this article, it seems easy to turn on Dart 2 support. http://ift.tt/2rR3Kel I am not sure how to do that when using the Idea plugin though. Is there a way to add one or more extra params for *flutter run*, e.g. flutter run --preview-dart-2

Submitted January 30, 2018 at 04:07PM by dimi...@gmail.com
via Flutter Dev http://ift.tt/2DNIBU9
GGroup: [Breaking Change] Copy/Cut/Paste
Hello, to enable copy, cut, and paste via accessibility affordances (e.g. TalkBack) I plan to introduce some breaking changes in http://ift.tt/2FvoJVU. Most of these changes are internal to the Flutter framework and unless you are working directly with some lower-level

Submitted January 30, 2018 at 07:04PM by Michael Goderbauer
via Flutter Dev http://ift.tt/2DXQCZH
GGroup: Replacing ScrollMetrics.cloneMetrics with ScrollMetrics.copyWith
For consistency with the rest of the framework, I'm considering replacing the cloneMetrics method with a copyWith method, and removing the "clone" constructors. This should affect very few apps, if any, since these objects are a pretty low-level part of the scrolling infrastructure. Please

Submitted January 31, 2018 at 02:45AM by Ian Hickson
via Flutter Dev http://ift.tt/2FvLZ6s
GGroup: Missing debugProvided() in Flutter Project
Hello Flutter-Dev Team, I’m currently programming a small app with flutter. Since a few days I’m stuck with the same problem as in the following article: http://ift.tt/2Erj2t3

Submitted January 31, 2018 at 05:41AM by Oxana Doroshkevich
via Flutter Dev http://ift.tt/2DOIOGs
Reddit: contacts_service: A Flutter plugin to access and manage the device's contacts.
http://ift.tt/2ErmYKc

Submitted January 31, 2018 at 09:41PM by Purple_Pizzazz
via reddit http://ift.tt/2DPNImG
Reddit: RTL support
How's the RTL support in Flutter? I have a bunch of new projects coming up and I am investigating whether Flutter would be a good candidate. The thing is we are developing for both English and Arabic interface.

Submitted February 01, 2018 at 03:31AM by nirataro
via reddit http://ift.tt/2GxA21r
Reddit: Unofficial conference app for DroidKaigi 2018 Tokyo (built with Flutter).
http://ift.tt/2GClw8G

Submitted February 01, 2018 at 08:56AM by Purple_Pizzazz
via reddit http://ift.tt/2EtNm6n