Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
Reddit: Any Google apps?
Are there any Google apps on the Play/App Store that are built with Flutter?

Submitted February 01, 2018 at 10:43AM by jaxondu
via reddit http://ift.tt/2rZIdQO
GGroup: Flutter first impressions
Link to my android page : http://ift.tt/2s1MC5T I originally wrote an app in Android, but now want to make it available to ios users. I wanted to learn a cross-platform development environment and found that Dart looked familiar to me due to my Java experience -

Submitted February 01, 2018 at 06:23PM by Rockvole
via Flutter Dev http://ift.tt/2GDHLuI
Reddit: Good value serialization library?
Trying to find an immutable value library that supports serialization across languages. I found built_value but I don't think Python has a similar schema that can parse its output.Any suggestions? Protobufs maybe? Thanks!

Submitted February 02, 2018 at 07:02AM by TypingThisHurt
via reddit http://ift.tt/2nAjMUN
Reddit: Could we get rid of the automatic AutoModerator "Hi, welcome..." comment on every new text post?
To me, it's more or less unneeded clutter.The same information is also in the sidebar. And like someone already said, I'm excited when a post gets replies here, but usually it's the bot. I get that it's for enforcing that posts that are essentially StackOverflow questions should be posted on SO instead, but isn't that what the mod team is for?I feel like in 95% of the posts here, the bot is introducing unneeded noise for totally good and relevant posts :)

Submitted February 02, 2018 at 12:25PM by roughike
via reddit http://ift.tt/2FDaVJ5
GGroup: Xcode 8 support
The latest 0.0.22 dev channel drop support for XCode 8 and requires minimum XCode 9. Is it possible to bring back support for XCode 8? Kind of hesitant(lazy) to upgrade from El Capitan and also not sure my old Mac can run Sierra well which is required for XCode 9. Maybe it's time for me to buy a

Submitted February 02, 2018 at 04:09PM by Jaxon Du
via Flutter Dev http://ift.tt/2FEi0Jy
GGroup: Unable to upgrade Flutter: no upstream repository configured.
Hi, When I run flutter upgrade on the dev channel I get: Unable to upgrade Flutter: no upstream repository configured.

Submitted February 02, 2018 at 07:30PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2DYTWVy