Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: [Question] Adding/removing/updating Image widget?
I have an old existing app that I'd like to port over to Flutter for practice. The premise is easy -- it does a network load of an image, which it displays full screen, then on some user event (I used to use "shake" but I'm fine using "swipe" now or even "pull down") I'd like to change the image to a new one.I have no idea how to do this. Do I remove the Image widget and create a new one? If so how do I add it back in the same place the old one was removed from? Can I just update a source attribute on the existing Image and tell it to go reload itself?I'm not new to mobile app development, I'm just trying to grok the "flutter way" to do it.

Submitted June 07, 2018 at 02:16AM by dmorin
via reddit https://ift.tt/2Hs2hxw
GGroup: [Breaking change] Increasing the hit detection size of material chips
Howdy, in https://ift.tt/2Jq3ffL I would like to increase the layout/hit detection size of the new material chips to a minimum of 48 x 48 dp. *What would change?* Visually the chips would look the same, but they would have some extra "padding" on the top and bottom.

Submitted June 07, 2018 at 02:46AM by Jonah Williams
via Flutter Dev https://ift.tt/2M45mrm
Reddit: One drawer to move between screens?
I was looking at the Drawer example:https://flutter.io/cookbook/design/drawer/I noticed they placed the Drawer inside a Scaffold inside the screen.I would like to have a Drawer with ListTiles that link to different screens (not unlike in the Hamilton app)I was wondering what the best way to achieve this would be.

Submitted June 07, 2018 at 02:31AM by Fathomx1
via reddit https://ift.tt/2M5OuR5
Reddit: One drawer to move between screens?
I was looking at the Drawer example:https://flutter.io/cookbook/design/drawer/I noticed they placed the Drawer inside a Scaffold inside the screen.I would like to have a Drawer with ListTiles that link to different screens (not unlike in the Hamilton app)I was wondering what the best way to achieve this would be.

Submitted June 07, 2018 at 02:31AM by Fathomx1
via reddit https://ift.tt/2M5OuR5
Reddit: waila | An AI powered Flutter app
https://ift.tt/2JkufkA

Submitted June 07, 2018 at 11:50AM by Purple_Pizzazz
via reddit https://ift.tt/2LrQaDg
GGroup: Getting issue while fetching data from networ using post request.
Please help me. final url="https://ift.tt/2sBAmqE"; post(url, body: { "MobileNo": "9291570524", "Password": "Pickc@123" }, headers: { "Content-Type":"application/json" },).then((dynamic res) { print(res.toString()); if (res["error"]) throw new

Submitted June 07, 2018 at 02:14PM by Kethu Satya
via Flutter Dev https://ift.tt/2JplB0c
GGroup: Network related
Response of previously posted one. Is there any wrong with my code.please help me if know the solution

Submitted June 07, 2018 at 02:18PM by Kethu Satya
via Flutter Dev https://ift.tt/2Ji5ZzV
Reddit: device_calendar | Flutter plugin for modifying calendars on the user's device.
https://ift.tt/2sDWP6h

Submitted June 07, 2018 at 02:08PM by JaapVermeulen
via reddit https://ift.tt/2Jjgin0
Reddit: Flutter Games - A Sample Flutter App For Renting and Buying Games
https://ift.tt/2HsjVl4

Submitted June 07, 2018 at 05:39PM by gamelaunchplatform
via reddit https://ift.tt/2JjauKu
GGroup: Using a Material TabBar with CupertinoTabScaffold
Hello! I'm new to this group as a Googler friend of mine gave me a link when I asked if he knew much about flutter. I want to use the TabBar from material as the tabbar within a cupertino tab scaffold. Another option is to move the CupertinoTabScaffold's view to be the tabview from Material's

Submitted June 07, 2018 at 06:43PM by adr...@adriancmurray.com
via Flutter Dev https://ift.tt/2xTDnri
GGroup: Is it possible to manipulate, remove, change, update EXIF data of an image in flutter app?
Is it possible to manipulate, remove, change, update EXIF data of an image in flutter app?

Submitted June 07, 2018 at 08:18PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2sDX9SG
GGroup: Quick way to get package version?
Beside visiting pub.dartlang.org, is there a quicker way to get the latest version of a package to put inside pubspec.yml? Is the feature in "pub" cli I do not know how. Also would be nice if Dart Code has a helper when editing pubspec.yml.

Submitted June 07, 2018 at 08:38PM by Jaxon Du
via Flutter Dev https://ift.tt/2JmXQGk
GGroup: [Breaking Change] Disabling clip by default for improved performance
Hi everyone, We’re proposing a breaking change to our widgets’ clip behavior so our average frame time could be 30% faster as benchmarked in our device lab. Previously, Flutter added a saveLayer after each clipPath (unless the path is a simple axis-aligned rectangle) to avoid the bleeding edge

Submitted June 08, 2018 at 01:35AM by Yuqian Li
via Flutter Dev https://ift.tt/2sPYTY2
GGroup: Modifying Plugins
I have a plugin that I have modified to fit my needs, but doesn't necessarily make sense to submit as a pull request to the open source plugin. Is there a way to convert my plugin yaml dependency to look at local files that I have modified (essentially a copy of the plugin with some changes

Submitted June 08, 2018 at 02:34AM by Barrett Studdard
via Flutter Dev https://ift.tt/2JiyOfj
Reddit: Someone is porting Skia to WebAssembly. Could this be used by Flutter?
https://ift.tt/2Ly6en2

Submitted June 08, 2018 at 08:29AM by Elixane
via reddit https://ift.tt/2Jkzhxx
Reddit: [Question] How do I cache data from Firestore to display initial data?
I'm trying out flutter and Firestore, and noticed that there's a 1 to 2 secs before my data (text and images) would be loaded to my listview. Has anyone tried caching data and images so that it can display previously loaded data from cloud and sync automatically with Firestore for processing later on?Note:I found cached_network_image package (haven't really tried it yet), but what to use for data list? Sorry for the noob question.

Submitted June 08, 2018 at 10:33AM by Epalogs8
via reddit https://ift.tt/2JyPrD3
Reddit: Store and Read Your App’s Preferences
https://ift.tt/2HxRcuW

Submitted June 08, 2018 at 09:44AM by Purple_Pizzazz
via reddit https://ift.tt/2sBvEJp
Reddit: flutter_downloader | A plugin for creating and managing download tasks. Supports iOS and Android.
https://ift.tt/2JyENfz

Submitted June 08, 2018 at 03:24PM by Purple_Pizzazz
via reddit https://ift.tt/2sUV18u