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
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
reddit
r/FlutterDev - [Question] Adding/removing/updating Image widget?
1 votes and 0 so far on reddit
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
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
GitHub
Improve chip semantics by jonahwilliams · Pull Request #17927 · flutter/flutter
Initial work towards chip accessibility (#16964).
Ensure that a chip is always focusable.
Ensure that the enabled/checked state is communicated.
Allows delete to be activated by double tapping an ...
Ensure that a chip is always focusable.
Ensure that the enabled/checked state is communicated.
Allows delete to be activated by double tapping an ...
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
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
flutter.io
Add a Drawer to a screen
In apps that employ Material Design, there are two primary options fornavigation: tabs and drawers. When there is insufficient space to support tabs, Drawers provide a handy alternative.In Flutter, we can use the [`Drawer`](https://docs.flutter.io/flutte…
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
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
flutter.io
Add a Drawer to a screen
In apps that employ Material Design, there are two primary options fornavigation: tabs and drawers. When there is insufficient space to support tabs, Drawers provide a handy alternative.In Flutter, we can use the [`Drawer`](https://docs.flutter.io/flutte…
Reddit: Flutter Toast Plugin
https://ift.tt/2LfJlol
Submitted June 07, 2018 at 05:16AM by imthepk
via reddit https://ift.tt/2LuIS1k
https://ift.tt/2LfJlol
Submitted June 07, 2018 at 05:16AM by imthepk
via reddit https://ift.tt/2LuIS1k
Dart Packages
flutter_toast_pk | Flutter Package
flutter_toast_pk Flutter and Dart package - A new Flutter plugin for showing toast in android and ios.
Reddit: Widget and JSON File Templates for Flutter
https://ift.tt/2Jl1wwo
Submitted June 07, 2018 at 07:28AM by Elixane
via reddit https://ift.tt/2LunnOe
https://ift.tt/2Jl1wwo
Submitted June 07, 2018 at 07:28AM by Elixane
via reddit https://ift.tt/2LunnOe
Medium
Widget and JSON File Templates for Flutter
Flutter is a great framework for building cross-platform mobile apps. Over the past few weeks I’ve been transmuting my existing Android…
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
https://ift.tt/2JkufkA
Submitted June 07, 2018 at 11:50AM by Purple_Pizzazz
via reddit https://ift.tt/2LrQaDg
GitHub
AshKetchumza/waila
Contribute to waila development by creating an account on GitHub.
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
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
https://ift.tt/2sDWP6h
Submitted June 07, 2018 at 02:08PM by JaapVermeulen
via reddit https://ift.tt/2Jjgin0
Dart Packages
device_calendar | Flutter Package
device_calendar Flutter and Dart package - A cross platform plugin for modifying calendars on the user's device.
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
https://ift.tt/2HsjVl4
Submitted June 07, 2018 at 05:39PM by gamelaunchplatform
via reddit https://ift.tt/2JjauKu
GitHub
searchy2/FlutterGames
FlutterGames - Flutter app for purchasing and renting games.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
https://ift.tt/2Ly6en2
Submitted June 08, 2018 at 08:29AM by Elixane
via reddit https://ift.tt/2Jkzhxx
GitHub
Zubnix/skia-wasm-port
skia-wasm-port - Port of the Skia drawing library to wasm, for use in javascript (node & browser)
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
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
r/FlutterDev - [Question] How do I cache data from Firestore to display initial data?
1 votes and 0 so far on reddit
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
https://ift.tt/2HxRcuW
Submitted June 08, 2018 at 09:44AM by Purple_Pizzazz
via reddit https://ift.tt/2sBvEJp
Medium
Store and Read Your App’s Preferences – Greg Perry – Medium
A Flutter Example
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
https://ift.tt/2JyENfz
Submitted June 08, 2018 at 03:24PM by Purple_Pizzazz
via reddit https://ift.tt/2sUV18u
Dart Packages
flutter_downloader | Flutter Package
flutter_downloader Flutter and Dart package - A plugin for creating and managing download tasks. Supports iOS and Android.