Reddit: Material Design Flutter tutorials
https://ift.tt/2sEWJdV
Submitted June 04, 2018 at 12:52PM by Elixane
via reddit https://ift.tt/2sv5AiR
https://ift.tt/2sEWJdV
Submitted June 04, 2018 at 12:52PM by Elixane
via reddit https://ift.tt/2sv5AiR
Material Design
Developer tutorials
Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences.
GGroup: How can I build a good searching system in flutter? data will backup by realtime database/firestore
i want to stream video from URLs, and URL will be stored in firebase real-time database or firestore
Submitted June 04, 2018 at 02:01PM by Adnan Ahmed
via Flutter Dev https://ift.tt/2xFFYoD
i want to stream video from URLs, and URL will be stored in firebase real-time database or firestore
Submitted June 04, 2018 at 02:01PM by Adnan Ahmed
via Flutter Dev https://ift.tt/2xFFYoD
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 style TextFormField error
is it possible to style TextFormField error eg: text align
Submitted June 04, 2018 at 02:50PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2JgK3B8
is it possible to style TextFormField error eg: text align
Submitted June 04, 2018 at 02:50PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2JgK3B8
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: Form with custom widgets
What’s the best way to give FormField behavior to a custom widget? I want it to be validated and saved to the form state as well. I have no idea how to use FormField or if extending it is the right way to do it. Could you show me an example on how adding a custom widget to a form would be best done in flutter?Thanks
Submitted June 04, 2018 at 03:02PM by Ruditorres
via reddit https://ift.tt/2kMDZp5
What’s the best way to give FormField behavior to a custom widget? I want it to be validated and saved to the form state as well. I have no idea how to use FormField or if extending it is the right way to do it. Could you show me an example on how adding a custom widget to a form would be best done in flutter?Thanks
Submitted June 04, 2018 at 03:02PM by Ruditorres
via reddit https://ift.tt/2kMDZp5
reddit
r/FlutterDev - Form with custom widgets
1 votes and 0 so far on reddit
GGroup: Where I can get Flutter MVP Tutorial?
Hi, I need to learn how to integrate MVP in Flutter. There is many example about login tutorial but they are all confusing. I need to make Login page and keep the Login state alive. If example 5 min no interaction than app will redirect user to Login page. I need to learn MVP in Flutter to
Submitted June 04, 2018 at 03:14PM by Niyazi Toros
via Flutter Dev https://ift.tt/2J9KAbV
Hi, I need to learn how to integrate MVP in Flutter. There is many example about login tutorial but they are all confusing. I need to make Login page and keep the Login state alive. If example 5 min no interaction than app will redirect user to Login page. I need to learn MVP in Flutter to
Submitted June 04, 2018 at 03:14PM by Niyazi Toros
via Flutter Dev https://ift.tt/2J9KAbV
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: One to find them all: How to use Service Locators with Flutter
https://ift.tt/2kJwRdc
Submitted June 04, 2018 at 03:30PM by escamoteur
via reddit https://ift.tt/2kQEEWV
https://ift.tt/2kJwRdc
Submitted June 04, 2018 at 03:30PM by escamoteur
via reddit https://ift.tt/2kQEEWV
Guru Meditation
One to find them all: How to use Service Locators with Flutter
Most people when starting with Flutter will start looking for a way how to access their data from the views to separate them. What’s recommended in the Flutter docs is using an InheritedWidge…
GGroup: [off-topic] Flutter stickers/swag
Quick question - forgive if wrong place to ask. I'm doing a couple conference sessions this summer in late-June and early-August introducing and experiences with Flutter for mobile development. Does anyone know if there is a potential source of Flutter/Firebase/related stickers/swag that I
Submitted June 04, 2018 at 04:08PM by Bruce Abernethy
via Flutter Dev https://ift.tt/2Jg76vC
Quick question - forgive if wrong place to ask. I'm doing a couple conference sessions this summer in late-June and early-August introducing and experiences with Flutter for mobile development. Does anyone know if there is a potential source of Flutter/Firebase/related stickers/swag that I
Submitted June 04, 2018 at 04:08PM by Bruce Abernethy
via Flutter Dev https://ift.tt/2Jg76vC
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: Error during layout -- BoxConstrains forces an infinite height
Hello devs, i want to make a scrollable textview so I went for this layout: Center > Container > Column > LayoutBuilder(so i can know the screen/parent's size) > Container > ListView > Text ERROR: I/flutter (23908): ══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═══════════════════════════════════
Submitted June 04, 2018 at 08:09PM by the_aceix
via Flutter Dev https://ift.tt/2sw0V0h
Hello devs, i want to make a scrollable textview so I went for this layout: Center > Container > Column > LayoutBuilder(so i can know the screen/parent's size) > Container > ListView > Text ERROR: I/flutter (23908): ══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═══════════════════════════════════
Submitted June 04, 2018 at 08:09PM by the_aceix
via Flutter Dev https://ift.tt/2sw0V0h
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: Proper way to use ListView with lots of Images?
Hi, For example, when building a ListView that functions as a simple Gallery app (i.e. loads photos from the user's external storage), my app quickly runs out of memory and is killed by the system (Android, in this case) when scrolling through the list. This may be exaggerated by Flutter's image
Submitted June 04, 2018 at 08:50PM by Mike Maksymowych
via Flutter Dev https://ift.tt/2sBrKPG
Hi, For example, when building a ListView that functions as a simple Gallery app (i.e. loads photos from the user's external storage), my app quickly runs out of memory and is killed by the system (Android, in this case) when scrolling through the list. This may be exaggerated by Flutter's image
Submitted June 04, 2018 at 08:50PM by Mike Maksymowych
via Flutter Dev https://ift.tt/2sBrKPG
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: DartPad now uses Dart 2 SDK, semantics
DartPad , a web-based interactive dart service for experimenting with Dart without requiring a local SDK, is now live with Dart 2 by default. *How does this impact users of DartPad?* Dart 2 language features are now available
Submitted June 04, 2018 at 09:07PM by Janice Collins
via Flutter Dev https://ift.tt/2Jsfdc4
DartPad , a web-based interactive dart service for experimenting with Dart without requiring a local SDK, is now live with Dart 2 by default. *How does this impact users of DartPad?* Dart 2 language features are now available
Submitted June 04, 2018 at 09:07PM by Janice Collins
via Flutter Dev https://ift.tt/2Jsfdc4
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: The Flutter team is looking for participants for UX research studies.
https://ift.tt/2sDfUoo
Submitted June 04, 2018 at 09:26PM by KingBaal
via reddit https://ift.tt/2J9bL6F
https://ift.tt/2sDfUoo
Submitted June 04, 2018 at 09:26PM by KingBaal
via reddit https://ift.tt/2J9bL6F
Google Docs
Flutter UX Research Sign-up Form
Tell us what you think about Flutter and help us test new features by participating in our UX research studies. For study sessions that last longer than 30 minutes, Google usually provides a gift as a token of appreciation to participants in many regions…
GGroup: Re: Proper way to use ListView with lots of Images?
The root issue is that the default ImageCache holds onto the last 1000 decoded images (regardless of size or memory pressure). +Jonah Williams is working on fixing this as we speak. :/ https://ift.tt/2JoHqAm On Mon, Jun 4, 2018 at 11:50 AM Mike
Submitted June 04, 2018 at 09:57PM by eseidel
via Flutter Dev https://ift.tt/2LlquZ3
The root issue is that the default ImageCache holds onto the last 1000 decoded images (regardless of size or memory pressure). +Jonah Williams is working on fixing this as we speak. :/ https://ift.tt/2JoHqAm On Mon, Jun 4, 2018 at 11:50 AM Mike
Submitted June 04, 2018 at 09:57PM by eseidel
via Flutter Dev https://ift.tt/2LlquZ3
GitHub
Example implementation of Image changes by jonahwilliams · Pull Request #17614 · flutter/flutter
Improvements to Image Caching and Loading
Background
The high level goals of this design are an improvement to the image caching system:
Intuitive and reasonable default behavior for the ImageCach...
Background
The high level goals of this design are an improvement to the image caching system:
Intuitive and reasonable default behavior for the ImageCach...
Reddit: Flutter Custom Paint Tutorial | Build a Radial Progress
https://ift.tt/2kPc4VO
Submitted June 04, 2018 at 10:06PM by Purple_Pizzazz
via reddit https://ift.tt/2HjqtCq
https://ift.tt/2kPc4VO
Submitted June 04, 2018 at 10:06PM by Purple_Pizzazz
via reddit https://ift.tt/2HjqtCq
Medium
Flutter Custom Paint Tutorial | Build a Radial Progress
Flutter is on the rolls nowadays! Like everything related to UI, Flutter makes custom drawing easy too. We will be building a radial…
GGroup: ListView to ListView.builder
Hi, I just read it's best to use ListView.builder for a larger number of items. My problem is that I built my constructor with the standard ListView and now I'm struggling to change my code to ListView.builder. I've been playing with my code the last few days but never succeeded I hope some
Submitted June 04, 2018 at 11:46PM by Marc Andrew
via Flutter Dev https://ift.tt/2Jh1ukR
Hi, I just read it's best to use ListView.builder for a larger number of items. My problem is that I built my constructor with the standard ListView and now I'm struggling to change my code to ListView.builder. I've been playing with my code the last few days but never succeeded I hope some
Submitted June 04, 2018 at 11:46PM by Marc Andrew
via Flutter Dev https://ift.tt/2Jh1ukR
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: [Question] How can I store user created objects in local storage and retrieve to a List?
I am recreating my app Call Manager in Flutter and I am having a very difficult time storing objects and retrieving them into a list. Using SharedPreferences and GSON works well for the full Android app, but as GSON does not exist in Flutter, it seems to me that storing onjects as JSON data is the way to go.The flow should be as follows:The user add a new call on the AddNewCall screen. This includes a name, phone number, and optional description'When the user clicks the 'Save' button, a Call object is created from the text in those fields. The object is encoded into a String like this:
Submitted June 05, 2018 at 02:25AM by GroovinChip
via reddit https://ift.tt/2Jp863Y
I am recreating my app Call Manager in Flutter and I am having a very difficult time storing objects and retrieving them into a list. Using SharedPreferences and GSON works well for the full Android app, but as GSON does not exist in Flutter, it seems to me that storing onjects as JSON data is the way to go.The flow should be as follows:The user add a new call on the AddNewCall screen. This includes a name, phone number, and optional description'When the user clicks the 'Save' button, a Call object is created from the text in those fields. The object is encoded into a String like this:
String jsonData = json.encode(newCallObject);
The call JSON data is saved into the app's local storage using getApplicationDocumentsDirectory()
The user is taken back to the main screen, where the JSON file will be loaded into the app asynchronously in the initState()
method.The JSON data is decoded and added to a ListViewThe problem I am experiencing is that as the JSON data is added to the file is Step 3, it will look like this: {sampleData}{sampleData}
instead of being surrounded in []
, as an array. The app hiccups when reading in the file because of this. My solution thus far has been to parse the contents of the file into an array, stick an underscore in between the }{, and split the resulting String into an array of type String. It looks like this:String jsonCalls = await file.readAsString();jsonCalls = jsonCalls.replaceAll('}{', '}_{');List<String> temp = jsonCalls.split('_');
So now I get an array with JSON strings in them, but I am stuck on being able to access the values in each JSON string. This whole approach that I'm taking seems way over-complicated too. There must be a better way, but I have googled like crazy and found nothing. Are you guys able to help me out?Thanks!EDIT: Here is the StackOverflow post, if you want to answer thereSubmitted June 05, 2018 at 02:25AM by GroovinChip
via reddit https://ift.tt/2Jp863Y
Google Play
Call Manager - Apps on Google Play
This app streamlines the process of making multiple phone calls. I always find myself having a lot of calls to make, so I created this app to help me as I didn't like writing everything down on paper or in a list app. Features:- Add a phone call with a name…
Reddit: A basic example of how to set up Continuous Integration with GitLab CI
Hey everyone! I just recently moved from GitHub to GitLab and decided to take advantage of their native Continuous Integration system for testing. They didn't have a template for Flutter and I couldn't find any examples online, so I made one myself. I've never used GitLab CI before (or any CI for that matter) and am relatively new to Flutter, so I'm sure it can be improved a ton. Feel free to open a merge request if you have any improvements!
Submitted June 05, 2018 at 02:54AM by CyanBlob
via reddit https://ift.tt/2kNwX3u
Hey everyone! I just recently moved from GitHub to GitLab and decided to take advantage of their native Continuous Integration system for testing. They didn't have a template for Flutter and I couldn't find any examples online, so I made one myself. I've never used GitLab CI before (or any CI for that matter) and am relatively new to Flutter, so I'm sure it can be improved a ton. Feel free to open a merge request if you have any improvements!
Submitted June 05, 2018 at 02:54AM by CyanBlob
via reddit https://ift.tt/2kNwX3u
reddit
r/FlutterDev - A basic example of how to set up Continuous Integration with GitLab CI
1 votes and 0 so far on reddit
GGroup: How to use Sensor flutter package to build a step counter of a fitness app with flutter.
I want to build a flutter fitness app with a widget of step counter, I think for that I need the sensor flutter package but didn't get the required tutorials of how to use the package for building the functions. or If I can use the Google fit API for building a custom calculator.
Submitted June 05, 2018 at 05:30AM by Tushar Rai
via Flutter Dev https://ift.tt/2M1gB3Q
I want to build a flutter fitness app with a widget of step counter, I think for that I need the sensor flutter package but didn't get the required tutorials of how to use the package for building the functions. or If I can use the Google fit API for building a custom calculator.
Submitted June 05, 2018 at 05:30AM by Tushar Rai
via Flutter Dev https://ift.tt/2M1gB3Q
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: Managing and Merging Streams and Using Types for Matching in Flutter
https://m.youtube.com/watch?v=-7EaYUIRBmc&feature=youtu.be
Submitted June 05, 2018 at 07:24AM by Purple_Pizzazz
via reddit https://ift.tt/2JgzZrz
https://m.youtube.com/watch?v=-7EaYUIRBmc&feature=youtu.be
Submitted June 05, 2018 at 07:24AM by Purple_Pizzazz
via reddit https://ift.tt/2JgzZrz
YouTube
Managing and Merging Streams and Using Types for Matching in Dart's Flutter Framework
In this tutorial, we take a look at how to manage and use Streams and Types in Flutter. Source Code: https://github.com/tensor-programming/flutter_type_strea...
GGroup: Checkout the repository in mentioned in this post. Lots of things can be learned (With Source Code)
Hi Freinds I have created a repo on Github yesterday https://ift.tt/2kMxdjd Some things which I learned on a journey to learn flutter and you can too - 1. Navigations Between Pages. 2. Performing Operations in Background Thread. 3. Doing a Network Request. 4.
Submitted June 05, 2018 at 08:12AM by Harsh Sharma
via Flutter Dev https://ift.tt/2HlEqzC
Hi Freinds I have created a repo on Github yesterday https://ift.tt/2kMxdjd Some things which I learned on a journey to learn flutter and you can too - 1. Navigations Between Pages. 2. Performing Operations in Background Thread. 3. Doing a Network Request. 4.
Submitted June 05, 2018 at 08:12AM by Harsh Sharma
via Flutter Dev https://ift.tt/2HlEqzC
GitHub
harsh159357/flutter_client_php_backend
flutter_client_php_backend - Sample app demonstrating usage of Flutter Framework to Create Android & IOS App Using Rest API Created In PHP
GGroup: local notification big picture style image display
Hi i am using local notification plugin to display image along with text . < https://lh3.googleusercontent.com/-8b4QUxiGDhY/WxY69umDj6I/AAAAAAAAANs/A1uGKcH34PwS__GZCaWBP1nNtu8YL7phQCLcBGAs/s1600/big%2Bpicture%2Bstyle.png > actually i want to display it as big picture style mode like above
Submitted June 05, 2018 at 09:26AM by N D Praveen
via Flutter Dev https://ift.tt/2kS7qWN
Hi i am using local notification plugin to display image along with text . < https://lh3.googleusercontent.com/-8b4QUxiGDhY/WxY69umDj6I/AAAAAAAAANs/A1uGKcH34PwS__GZCaWBP1nNtu8YL7phQCLcBGAs/s1600/big%2Bpicture%2Bstyle.png > actually i want to display it as big picture style mode like above
Submitted June 05, 2018 at 09:26AM by N D Praveen
via Flutter Dev https://ift.tt/2kS7qWN