Reddit: Onboarding Exercise – Flutter UI Designs
https://ift.tt/2JqMqV7
Submitted June 03, 2018 at 11:40AM by Elixane
via reddit https://ift.tt/2LjPShD
https://ift.tt/2JqMqV7
Submitted June 03, 2018 at 11:40AM by Elixane
via reddit https://ift.tt/2LjPShD
Medium
Onboarding Exercise
Flutter UI Designs
Reddit: Flutter: Build Your First Plugin for Android & iOS | Flutter Toast
https://youtu.be/TZRpCGQsBCw
Submitted June 03, 2018 at 02:36PM by imthepk
via reddit https://ift.tt/2LV3GAr
https://youtu.be/TZRpCGQsBCw
Submitted June 03, 2018 at 02:36PM by imthepk
via reddit https://ift.tt/2LV3GAr
YouTube
Flutter: Build Your First Plugin for Android & iOS | Flutter Toast
In this video, I will explain how to develop a package that calls into platform-specific APIs.
We will be making a toast plugin in this video.
A plugin package is a specialized version of a Dart package, that in addition to the content described above also…
We will be making a toast plugin in this video.
A plugin package is a specialized version of a Dart package, that in addition to the content described above also…
Reddit: Struggling with flutter http
Hi,I'm new to flutter and dart language however like google says it is really easy to catch up with, however I have been struggling with getting and posting data from my own rest apis. I have already seen many tutorials but none actually helped me out and the official docs only confuse me even more. So can you guys tell me a good guide or show me some get and post examples please?
Submitted June 03, 2018 at 04:13PM by Lisomatrix
via reddit https://ift.tt/2Jm7MmJ
Hi,I'm new to flutter and dart language however like google says it is really easy to catch up with, however I have been struggling with getting and posting data from my own rest apis. I have already seen many tutorials but none actually helped me out and the official docs only confuse me even more. So can you guys tell me a good guide or show me some get and post examples please?
Submitted June 03, 2018 at 04:13PM by Lisomatrix
via reddit https://ift.tt/2Jm7MmJ
reddit
Struggling with flutter http • r/FlutterDev
Hi, I'm new to flutter and dart language however like google says it is really easy to catch up with, however I have been struggling with...
Reddit: When to use the new keyword and when to omit it when adding a widget to the widget tree
Recently started following the flutter udacity course and while experimenting with creating basic apps I came across something that was unclear to me. When adding widgets, I have noted that doing both
Submitted June 03, 2018 at 06:16PM by allanjeremy
via reddit https://ift.tt/2sA26Lt
Recently started following the flutter udacity course and while experimenting with creating basic apps I came across something that was unclear to me. When adding widgets, I have noted that doing both
new Widget()
and Widget
()
[where Widget is any widget being added to the tree] give the same result. Is there a specific time when you should use new Widget()
and a time when you should omitthe n
ew keyword?For examplereturn MaterialApp(
debugShowCheckedModeBanner: false,
home: new Scaffold(
appBar: new AppBar(
title: Text('My app name')
),
)
Text('My app name')
works, but new Text('My app name')
also works. Any chance I could get some pointers and guidelines on best practices with this?Submitted June 03, 2018 at 06:16PM by allanjeremy
via reddit https://ift.tt/2sA26Lt
Reddit: Flutter For Android Developers: How to design activity UI in Flutter?
https://ift.tt/2Lj1phk
Submitted June 03, 2018 at 07:22PM by burhanrashid52
via reddit https://ift.tt/2ssjiTU
https://ift.tt/2Lj1phk
Submitted June 03, 2018 at 07:22PM by burhanrashid52
via reddit https://ift.tt/2ssjiTU
Medium
Flutter For Android Developers : How to design activity UI in Flutter ?
Who should read ?
Reddit: Talk about BLoC pattern – Flutter / AngularDart – Code sharing, better together (DartConf 2018)
https://youtu.be/PLHln7wHgPE
Submitted June 03, 2018 at 09:01PM by sokrato
via reddit https://ift.tt/2HfcAoT
https://youtu.be/PLHln7wHgPE
Submitted June 03, 2018 at 09:01PM by sokrato
via reddit https://ift.tt/2HfcAoT
YouTube
Flutter / AngularDart – Code sharing, better together (DartConf 2018)
Discover code-sharing magic! Learn how Flutter simplifies Android and iOS app development. Explore a pattern for defining the business logic of your app, then write Android, iOS and AngularDart apps where almost all business logic is shared.
About Paolo:…
About Paolo:…
GGroup: Floating action button
Hello there, I have just started learning flutter, I started by re-implementing an android application I have built before. In the old app I had a fragment where there were two floating action buttons, one at bottom right and other and bottom left. I know this may not be a good practice.
Submitted June 03, 2018 at 09:46PM by Omar farrag
via Flutter Dev https://ift.tt/2srRAGD
Hello there, I have just started learning flutter, I started by re-implementing an android application I have built before. In the old app I had a fragment where there were two floating action buttons, one at bottom right and other and bottom left. I know this may not be a good practice.
Submitted June 03, 2018 at 09:46PM by Omar farrag
via Flutter Dev https://ift.tt/2srRAGD
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: Flutter Form Field w/ http.post
I was wondering if there is a easier way of doing this. I want to take the values from the Form Fields and put it in a http.put? Any tutorials that resemble the structure? BTW I know my code is a piece of sh!@ I'm doing the best I can lolhttps://i.redd.it/mmp9rtvs8u111.png
Submitted June 03, 2018 at 09:37PM by AIDXN3
via reddit https://ift.tt/2LWLLcy
I was wondering if there is a easier way of doing this. I want to take the values from the Form Fields and put it in a http.put? Any tutorials that resemble the structure? BTW I know my code is a piece of sh!@ I'm doing the best I can lolhttps://i.redd.it/mmp9rtvs8u111.png
Submitted June 03, 2018 at 09:37PM by AIDXN3
via reddit https://ift.tt/2LWLLcy
Reddit: Flutter graphics performance (or curve formula) - framedrop(?) on scrolling.
I am concerned about flutter performance (OR bad scrolling algorithm?). While visual appearance, functionality, animations variety are top-notch, the performance (?) of scrolling is disturbing. It drops frames(?) on samples applications. Yes,production mode (not slow mode)quick cpu (Snapdragon 821)high res 1080 x 1920downloaded app from google play (flutter gallery)scrolled forth and back to complete lazy loading if anyOpen Flutter Gallery -> SHRINE. Enable performance view (chart on the top).Scroll up down without lifting your finger -> perfect 60fps.Scroll with inertia in same range -> bad chart: CPU peaks, non-smooth deceleration.Mixed feelings.. Where's the problem?
Submitted June 03, 2018 at 10:49PM by sannysanoff
via reddit https://ift.tt/2HggLki
I am concerned about flutter performance (OR bad scrolling algorithm?). While visual appearance, functionality, animations variety are top-notch, the performance (?) of scrolling is disturbing. It drops frames(?) on samples applications. Yes,production mode (not slow mode)quick cpu (Snapdragon 821)high res 1080 x 1920downloaded app from google play (flutter gallery)scrolled forth and back to complete lazy loading if anyOpen Flutter Gallery -> SHRINE. Enable performance view (chart on the top).Scroll up down without lifting your finger -> perfect 60fps.Scroll with inertia in same range -> bad chart: CPU peaks, non-smooth deceleration.Mixed feelings.. Where's the problem?
Submitted June 03, 2018 at 10:49PM by sannysanoff
via reddit https://ift.tt/2HggLki
reddit
r/FlutterDev - Flutter graphics performance (or curve formula) - framedrop(?) on scrolling.
2 votes and 1 so far on reddit
Reddit: Can anyone recommend resources on creating & linking server/back end for android/flutter apps?
I've experimented with firebase for mobile back end as a service but am looking to develop my own back end to support my mobile app. I'm currently looking at google app engine but thought that this sub could point me in the right direction.I'm looking for any recommended resources as I've never created a backend from scratch before and have found a lot of material but am unsure of best practice & which tools are best for this purpose.I want to Auth users, handle post/get requests probably using JSON but have not implemented this from scratch before.Thanks for reading, if I need to provide more information to help answer please ask :)
Submitted June 03, 2018 at 10:11PM by britishpcman
via reddit https://ift.tt/2kOYeCV
I've experimented with firebase for mobile back end as a service but am looking to develop my own back end to support my mobile app. I'm currently looking at google app engine but thought that this sub could point me in the right direction.I'm looking for any recommended resources as I've never created a backend from scratch before and have found a lot of material but am unsure of best practice & which tools are best for this purpose.I want to Auth users, handle post/get requests probably using JSON but have not implemented this from scratch before.Thanks for reading, if I need to provide more information to help answer please ask :)
Submitted June 03, 2018 at 10:11PM by britishpcman
via reddit https://ift.tt/2kOYeCV
reddit
r/FlutterDev - Can anyone recommend resources on creating & linking server/back end for android/flutter apps?
1 votes and 1 so far on reddit
Reddit: Fluttergram - A working Instagram Clone using Firestore + Firebase Functions
https://github.com/mdanics/fluttergramHey all,Fluttergram is an Instagram Clone that I've been working on for some time now. It uses Firestore to store data, Firebase Storage for hosting the images and Firebase Cloud Functions to aggregate a user's feed.This is my first big-ish project and I've done it with Flutter, so any feedback on how to improve my code / best practices would be greatly appreciated.Thanks!
Submitted June 03, 2018 at 11:24PM by matthewishot
via reddit https://ift.tt/2LUuIrz
https://github.com/mdanics/fluttergramHey all,Fluttergram is an Instagram Clone that I've been working on for some time now. It uses Firestore to store data, Firebase Storage for hosting the images and Firebase Cloud Functions to aggregate a user's feed.This is my first big-ish project and I've done it with Flutter, so any feedback on how to improve my code / best practices would be greatly appreciated.Thanks!
Submitted June 03, 2018 at 11:24PM by matthewishot
via reddit https://ift.tt/2LUuIrz
GitHub
GitHub - mdanics/fluttergram: A fully functional Instagram clone written in Flutter using Firebase / Firestore
A fully functional Instagram clone written in Flutter using Firebase / Firestore - mdanics/fluttergram
GGroup: Get rendered text from content
Hello, sorry for my bad english: This the content of a post (wordpress) with the API plugin for WP (JSON): "content": { "rendered": "Content post.<\/p>\n", <---- I want retrieve this "protected": false How can I do it? (Using with your example -> https://ift.tt/2JdVWrj
Submitted June 04, 2018 at 02:04AM by Borja Henríquez
via Flutter Dev https://ift.tt/2LUpcFj
Hello, sorry for my bad english: This the content of a post (wordpress) with the API plugin for WP (JSON): "content": { "rendered": "Content post.<\/p>\n", <---- I want retrieve this "protected": false How can I do it? (Using with your example -> https://ift.tt/2JdVWrj
Submitted June 04, 2018 at 02:04AM by Borja Henríquez
via Flutter Dev https://ift.tt/2LUpcFj
GGroup: window.padding.top return 0 in release mode
Hello flutter, I was trying to build a custom UI without Material widgets, but I found it wired when dealing with the status bar. In debug mode, everything works fine, but in release mode(start app with flutter run —-release), the top padding retrieved from ui.window is 0. What’s wrong in the
Submitted June 04, 2018 at 07:06AM by 李少杰
via Flutter Dev https://ift.tt/2LjsAbT
Hello flutter, I was trying to build a custom UI without Material widgets, but I found it wired when dealing with the status bar. In debug mode, everything works fine, but in release mode(start app with flutter run —-release), the top padding retrieved from ui.window is 0. What’s wrong in the
Submitted June 04, 2018 at 07:06AM by 李少杰
via Flutter Dev https://ift.tt/2LjsAbT
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: Refactoring a Legacy Flutter App - Part 1
https://ift.tt/2Hl5aR2
Submitted June 04, 2018 at 07:39AM by Purple_Pizzazz
via reddit https://ift.tt/2HgD9da
https://ift.tt/2Hl5aR2
Submitted June 04, 2018 at 07:39AM by Purple_Pizzazz
via reddit https://ift.tt/2HgD9da
Medium
Refactoring a Legacy Flutter App - Part 1
This is the first post in a series where we’ll attempt to safely and gradually refactor a legacy app written in Flutter.
Reddit: How to Develop an Android App with Flutter SDK using Dart Tutorial
https://ift.tt/2J7HMfA
Submitted June 04, 2018 at 07:31AM by developine
via reddit https://ift.tt/2J6Z1xo
https://ift.tt/2J7HMfA
Submitted June 04, 2018 at 07:31AM by developine
via reddit https://ift.tt/2J6Z1xo
Welcome to Developine
How to Develop an Android App with Flutter SDK using Dart Tutorial
In this tutorial, we will learn: What is Flutter SDK? How to use Dart programming language with Flutter. How Flutter can be used for Android and iOS app development. How to setup development environment for developing cross-platform Android and iOS apps using…
GGroup: In one line,How to build a auto-scrolling text to show all string, Instead of use clip or ellipsis?
< https://lh3.googleusercontent.com/-g4sjvx2U98s/WxTbG3mJusI/AAAAAAAAAAY/EDA9O4Is0kcijEZ6s9h58EtXde3fBkG0ACLcBGAs/s1600/xxx.gif > what I need is a widget like the gif above. I have tried to do,but have no way to start. can you give me some suggestion? thank you very much!
Submitted June 04, 2018 at 08:32AM by huang
via Flutter Dev https://ift.tt/2Hiuwif
< https://lh3.googleusercontent.com/-g4sjvx2U98s/WxTbG3mJusI/AAAAAAAAAAY/EDA9O4Is0kcijEZ6s9h58EtXde3fBkG0ACLcBGAs/s1600/xxx.gif > what I need is a widget like the gif above. I have tried to do,but have no way to start. can you give me some suggestion? thank you very much!
Submitted June 04, 2018 at 08:32AM by huang
via Flutter Dev https://ift.tt/2Hiuwif
Reddit: Flutter: Nested ListView
https://www.youtube.com/watch?v=1LGKZsff8bQ
Submitted June 04, 2018 at 09:05AM by Purple_Pizzazz
via reddit https://ift.tt/2JqYYvK
https://www.youtube.com/watch?v=1LGKZsff8bQ
Submitted June 04, 2018 at 09:05AM by Purple_Pizzazz
via reddit https://ift.tt/2JqYYvK
YouTube
Flutter Nested ListView
Source codehttps://github.com/IhorKlimov/Flutter-Nested-ListViewCheck out my blogwww.myhexaville.com
Reddit: Simple Milky Way animation with Flutter
https://ift.tt/2HjYZfN
Submitted June 04, 2018 at 10:27AM by Elixane
via reddit https://ift.tt/2kKBZhe
https://ift.tt/2HjYZfN
Submitted June 04, 2018 at 10:27AM by Elixane
via reddit https://ift.tt/2kKBZhe
Medium
Simple Milky Way animation with Flutter
Hi all, in this article, we’ll practice how to make a simple animation in flutter from scratch. I’ll make a milky way contains starry sky…
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.