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.
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.