Flutter Heroes
26K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: How to set proxy for flutter app
I want to set proxy for my app like as set proxy for app with retrofit in android native. is this possible? actually i want to use proxy for firebase

Submitted August 16, 2018 at 09:18PM by Mohammad Meshkani
via Flutter Dev https://ift.tt/2nKxgOg
Reddit: Just published my first plugin to uniquely identify devices even after reinstalls! Hope it helps some of you
https://ift.tt/2MwVk55

Submitted August 16, 2018 at 09:33PM by TheGigaDroid
via reddit https://ift.tt/2PdY8CH
GGroup: [Breaking Change] Deprecating CupertinoDialog
Hi All, *TL;DR: I'm planning to deprecate CupertinoDialog in favor of a new widget called CupertinoPopupSurface.* *Why?* There are currently 2 widgets in Cupertino called a "dialog": CupertinoDialog and CupertinoAlertDialog. CupertinoAlertDialog represents what an actual alert dialog looks

Submitted August 16, 2018 at 10:47PM by Matt Carroll
via Flutter Dev https://ift.tt/2Btw37J
Reddit: Your experience with the Material and base widgets in Flutter? Better than Android native?
Initially I was very enthusiastic, but after working with Flutter for several months, my perception changed a bit.First of all, it is great that Flutter is truly cross-platform. Apps look and behave exactly the same on Android and iOS. Development with the widget system and hot reload is fast. Awesome!When I started with Flutter, I read that it has one of the most sophisticated Material implementations out there, even beating Android native. This is true for some widgets, like the app bar, buttons, form controls and the ink system. Those are highly customizable and follow the spec very closely.But when it comes to more complex widgets and animations, Flutter lags far behind. In particular:Performance is not on par with Android nativeListView/ReorderableListView/AnimatedListare less powerful than Android'sRecyclerView, which is crucial for many applications. What makesRecyclerViewso special are its animations and the diffing algorithm (DiffUtil`) behind it. Things that do not exist in FlutterSortable list performance drops when there are too many itemsBottom sheets implementation is incompleteScrolling is always limited to one axis, no 2D scroll view.There is no way to define a tappable label for a checkbox or radio button.No vector drawables (flutter_svg and icon fonts fill the gap right now, but that's far from ideal)No way to draw dotted/dashed lines or bordersWhat's your experience?

Submitted August 17, 2018 at 01:59AM by boformer
via reddit https://ift.tt/2L02oST
Reddit: Creating Custom Form Fields in Flutter – SAUGO 360 – Medium
https://ift.tt/2MvFJ5K

Submitted August 17, 2018 at 03:25PM by aalhamali
via reddit https://ift.tt/2MuXvpM
Enable the PerformanceOverlay to visualize possible jank in your app.

Read more about how to interpret these graphs and what to do with the insights → https://t.co/w4xV9cgeSf #FlutterFriday pic.twitter.com/Sg7zx7GMwO— Flutter (@flutterio) August 17, 2018

August 17, 2018 at 08:19PM
via Twitter https://twitter.com/flutterio
GGroup: Running an "Example" app that's inside a package project, via VSCODE
I have a Flutter package with a Flutter example project inside it, structured like so: package |- example |- lib |- main.dart I set up the *launch.json *like so: { "name": "Flutter", "request": "launch", "type": "dart", "program"

Submitted August 17, 2018 at 10:52PM by Jeff Jorczak
via Flutter Dev https://ift.tt/2Bs6yDo
Reddit: Any open-source BLOC apps with unit tests?
I have made some Android apps for fun before, and now I am learning Flutter.Are there any good open-source apps which are using the BLoC architecture with unit tests?

Submitted August 18, 2018 at 01:53AM by dbltro
via reddit https://ift.tt/2OLiZw2
Reddit: Introducing my package: flutter_pagewise
Pagewise: A ListView and GridView variant that enables you to load entries one page (batch) at a timehttps://i.redd.it/vllaymf2jtg11.gifhttps://pub.dartlang.org/packages/flutter_pagewise

Submitted August 18, 2018 at 11:13AM by aalhamali
via reddit https://ift.tt/2MUrDIc
Reddit: Flutter: My FutureBuilder Keeps Firing! – SAUGO 360 – Medium
https://ift.tt/2ONNql7

Submitted August 19, 2018 at 02:42PM by aalhamali
via reddit https://ift.tt/2vUjDAo