New post on /r/flutterdev subreddit:
Logical pixels to DP?
Hey guys, Im translating an app from Studio/kotlin to Flutter/Dart, and Im having trouble getting the exact dimensions I had in the former project. That is, everything seems to be a little smaller than before. I found out that Flutter does not operate with DPs but instead Logical Pixles?What is the best way of translating from DP to LP?
December 17, 2018 at 11:47PM by Mikkelet
https://ift.tt/2Ln80Zh
Logical pixels to DP?
Hey guys, Im translating an app from Studio/kotlin to Flutter/Dart, and Im having trouble getting the exact dimensions I had in the former project. That is, everything seems to be a little smaller than before. I found out that Flutter does not operate with DPs but instead Logical Pixles?What is the best way of translating from DP to LP?
December 17, 2018 at 11:47PM by Mikkelet
https://ift.tt/2Ln80Zh
reddit
r/FlutterDev - Logical pixels to DP?
2 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Introduction to Flutter SDK | How Flutter Works | Why Flutter Uses Dart | By Developine.com
https://www.youtube.com/watch?v=HPp63UkzdUI
December 18, 2018 at 06:11AM by developine
https://ift.tt/2Cj4cWb
Introduction to Flutter SDK | How Flutter Works | Why Flutter Uses Dart | By Developine.com
https://www.youtube.com/watch?v=HPp63UkzdUI
December 18, 2018 at 06:11AM by developine
https://ift.tt/2Cj4cWb
YouTube
Introduction to Flutter SDK | How Flutter Works | Why Flutter Uses Dart | By Developine.com
In this video we will talk about Google Mobile App SDK Flutter which is built on Dart programming language.
I will tell you How Flutter SDK and Flutter framework Works.
And Why Flutter uses Dart programming language.
I will also tell you about Flutter Application…
I will tell you How Flutter SDK and Flutter framework Works.
And Why Flutter uses Dart programming language.
I will also tell you about Flutter Application…
New post on /r/flutterdev subreddit:
Advanced Flutter Project - Adding Fonts and Fuzzy Timestamps - Part Four
https://www.youtube.com/watch?v=X6AjWdGFLYA
December 18, 2018 at 08:34AM by Purple_Pizzazz
https://ift.tt/2Gnk9i1
Advanced Flutter Project - Adding Fonts and Fuzzy Timestamps - Part Four
https://www.youtube.com/watch?v=X6AjWdGFLYA
December 18, 2018 at 08:34AM by Purple_Pizzazz
https://ift.tt/2Gnk9i1
YouTube
Advanced Flutter Project - Adding Fonts and Fuzzy Timestamps - Part Four
In this video, we add some Aesthetics to our Application. We add the category icons and fuzzy timestamps along with some URL functionality. Github Repository...
New post on Flutter Dev Google group:
Facebook Authentication issue
Hello, We have developed an app using Flutter + Firebase. We are using social login functionality. A user has a Gmail account suppose us...@gmail.com and he logs in using this account and later then he tries to register/login using facebook and his facebook account has same email id - he is not
December 18, 2018 at 11:09AM by Sanjay Kumar
https://ift.tt/2GlSttM
Facebook Authentication issue
Hello, We have developed an app using Flutter + Firebase. We are using social login functionality. A user has a Gmail account suppose us...@gmail.com and he logs in using this account and later then he tries to register/login using facebook and his facebook account has same email id - he is not
December 18, 2018 at 11:09AM by Sanjay Kumar
https://ift.tt/2GlSttM
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.
New post on /r/flutterdev subreddit:
Flutter Live 2018: Everything You Need to Know
https://ift.tt/2GDouOn
December 18, 2018 at 11:06AM by Hena_Kabeer
https://ift.tt/2QW1UEz
Flutter Live 2018: Everything You Need to Know
https://ift.tt/2GDouOn
December 18, 2018 at 11:06AM by Hena_Kabeer
https://ift.tt/2QW1UEz
Sayonetech
Flutter Live 2018: Everything You Need to Know
On December 4th, the Flutter team held a global Flutter party Flutter Live’18 at the Science Museum in London to share the latest Flutter news and updates.
New post on /r/flutterdev subreddit:
Vibration - a plugin for handling device vibration (with pattern support on Android)
https://github.com/benjamindean/flutter_vibrationI recently started learning Flutter and one thing I was missing is vibration pattern support for Android devices. Since other solutions does not provide that, I created my own. Any feedback or suggestions are highly appreciated.Since iOS is so restrictive in terms of feedback handling, the only available option for it is a default 500ms vibration. But I don't think that Android apps should be punished too, so I included support for custom durations and pattern.
December 18, 2018 at 10:48AM by benjaminabel
https://ift.tt/2A32hTU
Vibration - a plugin for handling device vibration (with pattern support on Android)
https://github.com/benjamindean/flutter_vibrationI recently started learning Flutter and one thing I was missing is vibration pattern support for Android devices. Since other solutions does not provide that, I created my own. Any feedback or suggestions are highly appreciated.Since iOS is so restrictive in terms of feedback handling, the only available option for it is a default 500ms vibration. But I don't think that Android apps should be punished too, so I included support for custom durations and pattern.
December 18, 2018 at 10:48AM by benjaminabel
https://ift.tt/2A32hTU
GitHub
GitHub - benjamindean/flutter_vibration: Handle vibration on iOS and Android in Flutter apps
Handle vibration on iOS and Android in Flutter apps - benjamindean/flutter_vibration
New post on Flutter Dev Google group:
Android FCM issues
While running the app it shows this message " *registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) *". And while sending a notification from firebase console shows *W/FirebaseMessaging(23057): Unable to log event: analytics library* is missing error message.
December 18, 2018 at 12:05PM by Ajnas Askar
https://ift.tt/2LoO8VM
Android FCM issues
While running the app it shows this message " *registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) *". And while sending a notification from firebase console shows *W/FirebaseMessaging(23057): Unable to log event: analytics library* is missing error message.
December 18, 2018 at 12:05PM by Ajnas Askar
https://ift.tt/2LoO8VM
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.
New post on /r/flutterdev subreddit:
Bloc Vs. Redux or BLoC w/ Redux?
Hi guys, I am a big fun of Redux and recently have started developing with Flutter. So of course I wanted to bring the Redux with me, but, seems like BLoC is much more convenient pattern for Flutter. And I sort of like it, but only one thing I.m missing is communication among BLoCs, in redux it's easy, you can have access to any of them, each of them can handle any action so my question is:Is there any good redux implementation, which allows to distinguish whether a widget should render new state or not.May be there is a good way two BLoCs to communicate? e.g. Auth BLoC and some other which relies on auth BLoC?
December 18, 2018 at 11:41AM by mbazaroff
https://ift.tt/2BnF8vk
Bloc Vs. Redux or BLoC w/ Redux?
Hi guys, I am a big fun of Redux and recently have started developing with Flutter. So of course I wanted to bring the Redux with me, but, seems like BLoC is much more convenient pattern for Flutter. And I sort of like it, but only one thing I.m missing is communication among BLoCs, in redux it's easy, you can have access to any of them, each of them can handle any action so my question is:Is there any good redux implementation, which allows to distinguish whether a widget should render new state or not.May be there is a good way two BLoCs to communicate? e.g. Auth BLoC and some other which relies on auth BLoC?
December 18, 2018 at 11:41AM by mbazaroff
https://ift.tt/2BnF8vk
reddit
r/FlutterDev - Bloc Vs. Redux or BLoC w/ Redux?
2 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
My first Flare animation
I wanted to share my first Flare animation using vector shapes and bones:
https://www.2dimensions.com/a/francesco/files/flare/dancing-man/previewFlare was cool to use though slightly limited in some aspects
It'd be great to get feedback on how to make it better and ideas of where it would fit UX wise in an ecommerce app. I was thinking in a loading screen but I'm not convinced.
December 18, 2018 at 11:57AM by fgatti
https://ift.tt/2SPI6Qi
My first Flare animation
I wanted to share my first Flare animation using vector shapes and bones:
https://www.2dimensions.com/a/francesco/files/flare/dancing-man/previewFlare was cool to use though slightly limited in some aspects
It'd be great to get feedback on how to make it better and ideas of where it would fit UX wise in an ecommerce app. I was thinking in a loading screen but I'm not convinced.
December 18, 2018 at 11:57AM by fgatti
https://ift.tt/2SPI6Qi
2D
Dancing man
New post on /r/flutterdev subreddit:
flutter_pagewise v1.1.0 released
I am proud to "re-release" a package that I created a while ago. The package was not up to the standard that I wanted, and had major architectural issues. So, this time I did a full rewrite to make it more efficient, and much more flexible:https://pub.dartlang.org/packages/flutter_pagewiseThe package has the following features:Load data one page at a timeRetry failed pagesOverride the default loading, retry, and error widgets if desiredManage loading of data more closely using a PagewiseLoadControllerListView and GridView implementationsSliverList and SliverGrid implementationsExtendability using inheritanceLet me know what you think!
December 18, 2018 at 02:28PM by aalhamali
https://ift.tt/2Lm6oyM
flutter_pagewise v1.1.0 released
I am proud to "re-release" a package that I created a while ago. The package was not up to the standard that I wanted, and had major architectural issues. So, this time I did a full rewrite to make it more efficient, and much more flexible:https://pub.dartlang.org/packages/flutter_pagewiseThe package has the following features:Load data one page at a timeRetry failed pagesOverride the default loading, retry, and error widgets if desiredManage loading of data more closely using a PagewiseLoadControllerListView and GridView implementationsSliverList and SliverGrid implementationsExtendability using inheritanceLet me know what you think!
December 18, 2018 at 02:28PM by aalhamali
https://ift.tt/2Lm6oyM
Dart packages
flutter_pagewise | Flutter Package
A library for widgets that load their content one page (or batch) at a time.
New post on /r/flutterdev subreddit:
Flutter Animation Using Flare – Karthik Ponnam – Medium
https://ift.tt/2R2D9GJ
December 18, 2018 at 03:34PM by KarthikPonnam
https://ift.tt/2Et6iEf
Flutter Animation Using Flare – Karthik Ponnam – Medium
https://ift.tt/2R2D9GJ
December 18, 2018 at 03:34PM by KarthikPonnam
https://ift.tt/2Et6iEf
Medium
Flutter Animation Using Flare
Hello Everyone
New post on /r/flutterdev subreddit:
Flutter UI - Shopping cart page
https://youtu.be/RMYpZQpbziQ
December 18, 2018 at 05:07PM by rajayogan27
https://ift.tt/2QCLuRP
Flutter UI - Shopping cart page
https://youtu.be/RMYpZQpbziQ
December 18, 2018 at 05:07PM by rajayogan27
https://ift.tt/2QCLuRP
YouTube
Flutter UI - Shopping Cart
Support me - https://paypal.me/RajaYoganBuy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFFFollow me on twitter - https://tw...
New post on Flutter Dev Google group:
Variables vs Methods vs Functions vs Classes with build method
Hello there, I've been trying to find good documentation how a build methods should be constructed. This is using Methods: https://ift.tt/2UUMcsc This is using Classes: https://ift.tt/2LmE2ol Of course you can also use Functions or variables. What is the correct way
December 18, 2018 at 05:30PM by Klaus Jokinen
https://ift.tt/2UUMcZe
Variables vs Methods vs Functions vs Classes with build method
Hello there, I've been trying to find good documentation how a build methods should be constructed. This is using Methods: https://ift.tt/2UUMcsc This is using Classes: https://ift.tt/2LmE2ol Of course you can also use Functions or variables. What is the correct way
December 18, 2018 at 05:30PM by Klaus Jokinen
https://ift.tt/2UUMcZe
New post on /r/flutterdev subreddit:
Utterly Fluttergasted
https://ift.tt/2CjjlGS
December 18, 2018 at 05:48PM by etca2z
https://ift.tt/2LmM945
Utterly Fluttergasted
https://ift.tt/2CjjlGS
December 18, 2018 at 05:48PM by etca2z
https://ift.tt/2LmM945
Medium
Utterly Fluttergasted
Last year, October 2017, we made it very clear that we are not cross-platform developers and sparked a passionate discussion. We’ve always…
New post on /r/flutterdev subreddit:
Slide Transition
https://youtu.be/0ePmAOi7dVE
December 18, 2018 at 05:41PM by nitishk72
https://ift.tt/2rJ9hRp
Slide Transition
https://youtu.be/0ePmAOi7dVE
December 18, 2018 at 05:41PM by nitishk72
https://ift.tt/2rJ9hRp
YouTube
2 SLIDE TRANSITION | Flutter Transition Playlist
In this video, I am going to show you the implementation of Slide Transition. GitHub : will update tomorrow Tween : A linear interpolation across a range.we ...
New post on Flutter Dev Google group:
Re: Variables vs Methods vs Functions vs Classes with build method.
Here's a couple of questions I asked about this previously, which may help slightly...it's certainly worth reading the answers in there. It doesn't fully answer your question, but it may add a couple of bits to help you decide in the meantime. https://ift.tt/2rJBS95
December 18, 2018 at 06:04PM by Ian
https://ift.tt/2LnOlbt
Re: Variables vs Methods vs Functions vs Classes with build method.
Here's a couple of questions I asked about this previously, which may help slightly...it's certainly worth reading the answers in there. It doesn't fully answer your question, but it may add a couple of bits to help you decide in the meantime. https://ift.tt/2rJBS95
December 18, 2018 at 06:04PM by Ian
https://ift.tt/2LnOlbt
Stack Overflow
Creating your own flutter widgets best practice
I am trying to understand the best style for creating your own widgets in flutter, and here are 2 very simplified examples
With the code at the bottom, I can use 1)
new SomeWidget("Some title",
With the code at the bottom, I can use 1)
new SomeWidget("Some title",
New post on /r/flutterdev subreddit:
Flutter Animation - Slide Transition
https://youtu.be/0ePmAOi7dVE
December 18, 2018 at 06:22PM by nitishk72
https://ift.tt/2Gu9NNk
Flutter Animation - Slide Transition
https://youtu.be/0ePmAOi7dVE
December 18, 2018 at 06:22PM by nitishk72
https://ift.tt/2Gu9NNk
YouTube
2 SLIDE TRANSITION | Flutter Transition Playlist
In this video, I am going to show you the implementation of Slide Transition. GitHub : will update tomorrow Tween : A linear interpolation across a range.we ...
New post on /r/flutterdev subreddit:
How have you learned blocs pattern and reactive programming ?
This look handy for Android, mandatory for Flutter, but I'm struggling to learn blocs pattern and more generally reactive programming. I feel like the learning curve is exponential and the different examples I've seen and reading I've done are very basics, so I'm quicly running into huge issues that I can't figure how to resolve properly, when I try to use what I've learned.How have you learned blocs pattern and reactive programming ? More specifically, how have you handled this giant step right after the baby steps you walked by reading examples online ?
December 18, 2018 at 06:44PM by A12C4
https://ift.tt/2CkW2MY
How have you learned blocs pattern and reactive programming ?
This look handy for Android, mandatory for Flutter, but I'm struggling to learn blocs pattern and more generally reactive programming. I feel like the learning curve is exponential and the different examples I've seen and reading I've done are very basics, so I'm quicly running into huge issues that I can't figure how to resolve properly, when I try to use what I've learned.How have you learned blocs pattern and reactive programming ? More specifically, how have you handled this giant step right after the baby steps you walked by reading examples online ?
December 18, 2018 at 06:44PM by A12C4
https://ift.tt/2CkW2MY
reddit
r/FlutterDev - How have you learned blocs pattern and reactive programming ?
1 vote and 0 comments so far on Reddit
New tweet from flutterio:
The CustomPaint widget provides a canvas for your boundless creativity during the paint phase. 🎨🖌
Click for more #WidgetoftheWeek tips! ↓ pic.twitter.com/pKnnEnes5C— Flutter (@flutterio) December 18, 2018
December 18, 2018 at 08:35PM
http://twitter.com/flutterio/status/1075112218033704961
The CustomPaint widget provides a canvas for your boundless creativity during the paint phase. 🎨🖌
Click for more #WidgetoftheWeek tips! ↓ pic.twitter.com/pKnnEnes5C— Flutter (@flutterio) December 18, 2018
December 18, 2018 at 08:35PM
http://twitter.com/flutterio/status/1075112218033704961
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Looking for awesome developers to help me with a project
Looking for awesome developers to help me with a project. Dm me for more information!
December 18, 2018 at 10:59PM by _Token_Female
https://ift.tt/2LnP2BK
Looking for awesome developers to help me with a project
Looking for awesome developers to help me with a project. Dm me for more information!
December 18, 2018 at 10:59PM by _Token_Female
https://ift.tt/2LnP2BK
reddit
r/FlutterDev - Looking for awesome developers to help me with a project
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Learning by building...
https://ift.tt/2rL7ueK
December 18, 2018 at 10:58PM by regnex
https://ift.tt/2LvK329
Learning by building...
https://ift.tt/2rL7ueK
December 18, 2018 at 10:58PM by regnex
https://ift.tt/2LvK329
reddit
r/FlutterDev - Learning by building...
1 vote and 0 comments so far on Reddit