New post on /r/flutterdev subreddit:
Tencent Apps: Flutter Developer Story (Chinese video, not English)
https://youtu.be/DVGIBU109nI
September 14, 2019 at 01:17AM by EngineerScientist
https://ift.tt/2V2A8G5
Tencent Apps: Flutter Developer Story (Chinese video, not English)
https://youtu.be/DVGIBU109nI
September 14, 2019 at 01:17AM by EngineerScientist
https://ift.tt/2V2A8G5
YouTube
Tencent Apps: Flutter Developer Story
There are numerous product teams at Tencent who share one common vision: to create a beautiful, smooth, connected experience for every user. See how one of t...
New post on /r/flutterdev subreddit:
Is it possible to write custom refactorings like "Wrap with Row" for Dart/Flutter?
I really love refactorings like "Wrap with Row" but there are many I would love to have that are missing. Is it possible to write custom ones (for VS Code) and share them? A few things I can do with snippets but that is quite limited.
September 14, 2019 at 01:01AM by MugalonDotCom
https://ift.tt/2LQBYpe
Is it possible to write custom refactorings like "Wrap with Row" for Dart/Flutter?
I really love refactorings like "Wrap with Row" but there are many I would love to have that are missing. Is it possible to write custom ones (for VS Code) and share them? A few things I can do with snippets but that is quite limited.
September 14, 2019 at 01:01AM by MugalonDotCom
https://ift.tt/2LQBYpe
reddit
Is it possible to write custom refactorings like "Wrap with Row"...
I really love refactorings like "Wrap with Row" but there are many I would love to have that are missing. Is it possible to write custom ones (for...
New post on /r/flutterdev subreddit:
Tencent Apps: Flutter Developer Story
https://www.youtube.com/watch?v=DVGIBU109nI&feature=youtu.be
September 14, 2019 at 03:08AM by MarkOSullivan
https://ift.tt/2Lwilnx
Tencent Apps: Flutter Developer Story
https://www.youtube.com/watch?v=DVGIBU109nI&feature=youtu.be
September 14, 2019 at 03:08AM by MarkOSullivan
https://ift.tt/2Lwilnx
YouTube
Tencent Apps: Flutter Developer Story
There are numerous product teams at Tencent who share one common vision: to create a beautiful, smooth, connected experience for every user. See how one of the largest worldwide internet brands are betting big on Flutter: developing 6 apps through various…
New post on Flutter Dev Google group:
Convert flutter Datetime into Firebase Timestamp
Does anyone has any suggestion to convert flutter Datetime into Firebase Timestamp so it can be stored into firebase database as firebase does not have any Datetime field? Timestamp _dueDate = onValue as Timestamp // this syntax to convert Datetime into Timestamp gives an error. Error is with or
September 14, 2019 at 08:59AM by flutter testing
https://ift.tt/2I5aF9m
Convert flutter Datetime into Firebase Timestamp
Does anyone has any suggestion to convert flutter Datetime into Firebase Timestamp so it can be stored into firebase database as firebase does not have any Datetime field? Timestamp _dueDate = onValue as Timestamp // this syntax to convert Datetime into Timestamp gives an error. Error is with or
September 14, 2019 at 08:59AM by flutter testing
https://ift.tt/2I5aF9m
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:
Moving Focus from Formfield to Formfield got much easier now.
Wow, I just disicovered that now supports easy focus movement between TextFormFields see my gist: https://gist.github.com/escamoteur/2d8a43de7c33c151f6bf71b613d753d5
September 14, 2019 at 11:26AM by escamoteur
https://ift.tt/2O29yLw
Moving Focus from Formfield to Formfield got much easier now.
Wow, I just disicovered that now supports easy focus movement between TextFormFields see my gist: https://gist.github.com/escamoteur/2d8a43de7c33c151f6bf71b613d753d5
September 14, 2019 at 11:26AM by escamoteur
https://ift.tt/2O29yLw
Gist
So easy is it now to implement a next field behavior for forms, meaning that the focus is moved as soon the user tabs the next…
So easy is it now to implement a next field behavior for forms, meaning that the focus is moved as soon the user tabs the next button on the keyboard - nextField.dart
New post on Flutter Dev Google group:
How to use FlutterStandardMessageCodec in iOS to write/read binary data?
Hi, I can read/write binary data using this codec on Android and Flutter side using these classes: On Flutter side: https://ift.tt/2Q6XwDi On Android side: https://ift.tt/2Ag5nDO
September 14, 2019 at 01:11PM by Vadim Mostovoy
https://ift.tt/2Q6XxHm
How to use FlutterStandardMessageCodec in iOS to write/read binary data?
Hi, I can read/write binary data using this codec on Android and Flutter side using these classes: On Flutter side: https://ift.tt/2Q6XwDi On Android side: https://ift.tt/2Ag5nDO
September 14, 2019 at 01:11PM by Vadim Mostovoy
https://ift.tt/2Q6XxHm
api.flutter.dev
StandardMessageCodec class - services library - Dart API
API docs for the StandardMessageCodec class from the services library, for the Dart programming language.
New post on /r/flutterdev subreddit:
Check out #Flutter Discovery 8. Listview Animations, Best Practices, New Flutter Version and much more...
https://ift.tt/2LuwZve
September 14, 2019 at 01:08PM by DecimalSaxon
https://ift.tt/31q9zNe
Check out #Flutter Discovery 8. Listview Animations, Best Practices, New Flutter Version and much more...
https://ift.tt/2LuwZve
September 14, 2019 at 01:08PM by DecimalSaxon
https://ift.tt/31q9zNe
New post on /r/flutterdev subreddit:
Slivers Deep Dive Series: SliverToBoxAdapter, SliverList and SliverFixedExtentList
https://ift.tt/302aqpO
September 14, 2019 at 01:55PM by Elixane
https://ift.tt/2Nbwqc5
Slivers Deep Dive Series: SliverToBoxAdapter, SliverList and SliverFixedExtentList
https://ift.tt/302aqpO
September 14, 2019 at 01:55PM by Elixane
https://ift.tt/2Nbwqc5
Medium
Slivers Deep Dive Series: SliverToBoxAdapter, SliverList and SliverFixedExtentList
In the previous part of this blog post series, you have made an intro to the Slivers, how do they work and lastly, you have implemented a…
New post on Flutter Dev Google group:
Flutter live stream
hello, I want to build an application for my company this application aims to share the news of our company in real time. as an example: live on facebook. I want to be able to do the live in my application too
September 14, 2019 at 04:54PM by kouame auguinard
https://ift.tt/34UesjU
Flutter live stream
hello, I want to build an application for my company this application aims to share the news of our company in real time. as an example: live on facebook. I want to be able to do the live in my application too
September 14, 2019 at 04:54PM by kouame auguinard
https://ift.tt/34UesjU
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:
Need resources to learn Flutter for a current developer
What is a really good learning resource for Flutter that caters for previous development and object oriented programming knowledge?The majority of the tutorials I've found is tailored for new programmers but having to sit/skip through those parts feels cumbersome and hinders the learning process for myself.Both videos and non-videos are helpful to me.Thank you!
September 14, 2019 at 04:49PM by omgicantgetausername
https://ift.tt/2LuWsVk
Need resources to learn Flutter for a current developer
What is a really good learning resource for Flutter that caters for previous development and object oriented programming knowledge?The majority of the tutorials I've found is tailored for new programmers but having to sit/skip through those parts feels cumbersome and hinders the learning process for myself.Both videos and non-videos are helpful to me.Thank you!
September 14, 2019 at 04:49PM by omgicantgetausername
https://ift.tt/2LuWsVk
reddit
Need resources to learn Flutter for a current developer
What is a really good learning resource for Flutter that caters for previous development and object oriented programming knowledge? The majority...
New post on Flutter Dev Google group:
Purpose of Flutter Application
Hi all, I'm an entrepreneur making financial decisions around using Flutter. If you can write Dart directly in Atom, and control the CI/CD with Codemagic... what is the purpose of the Flutter application? Is it just more convenient? It seems like an IDE, but I read that you can just use Android
September 14, 2019 at 06:52PM by John S
https://ift.tt/2ZWoQId
Purpose of Flutter Application
Hi all, I'm an entrepreneur making financial decisions around using Flutter. If you can write Dart directly in Atom, and control the CI/CD with Codemagic... what is the purpose of the Flutter application? Is it just more convenient? It seems like an IDE, but I read that you can just use Android
September 14, 2019 at 06:52PM by John S
https://ift.tt/2ZWoQId
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:
Architecting a flutter widget that contains different dynamic parts and animations
After learning about CustomPainter I built a widget like the one in the picture:https://i.stack.imgur.com/xDGsU.pngTo accomplish this I am just using a CustomPaint widget with a painter drawing the different arcs (canvas.drawArc).Now, as you can see in the image, I need to bring a bit of life to the widget.First of all, I need to be able to rotate each ring of arcs independently from the others (for example the ring made with all the green arcs) and on the other hand I need to be able to change any arc color and width independetly.The main problem I am facing, is that I need a some animations running at the same time (for example the 3 arc rigngs could be rotating at the same time) and I don't really know where should I place the animation controllers and the most important how to make the custom painter repaint when needed.One aproach I have been thinking about is creating a widget called RingOfArcs and stack the 3 I need in a stack widget. This way, I could control the rotations, etc. with just surrounding each with a transform widget. But, I would like to create something more open. I mean, I would like to have a widget I could configure with a number of rings, pass the arcs that contains and angles and later be able to use something like: widget.rotateRing(0, 90º). And let the widget take care of everything.Is there any way of doing this in flutter without having a mega spagetti of animcontrolers, widgets and canvas? And more important, for any param changing in a ring like an arc width/color etc. must I rebuild all the widget to force a repaint?
September 14, 2019 at 06:45PM by wacomlover
https://ift.tt/31yWm4A
Architecting a flutter widget that contains different dynamic parts and animations
After learning about CustomPainter I built a widget like the one in the picture:https://i.stack.imgur.com/xDGsU.pngTo accomplish this I am just using a CustomPaint widget with a painter drawing the different arcs (canvas.drawArc).Now, as you can see in the image, I need to bring a bit of life to the widget.First of all, I need to be able to rotate each ring of arcs independently from the others (for example the ring made with all the green arcs) and on the other hand I need to be able to change any arc color and width independetly.The main problem I am facing, is that I need a some animations running at the same time (for example the 3 arc rigngs could be rotating at the same time) and I don't really know where should I place the animation controllers and the most important how to make the custom painter repaint when needed.One aproach I have been thinking about is creating a widget called RingOfArcs and stack the 3 I need in a stack widget. This way, I could control the rotations, etc. with just surrounding each with a transform widget. But, I would like to create something more open. I mean, I would like to have a widget I could configure with a number of rings, pass the arcs that contains and angles and later be able to use something like: widget.rotateRing(0, 90º). And let the widget take care of everything.Is there any way of doing this in flutter without having a mega spagetti of animcontrolers, widgets and canvas? And more important, for any param changing in a ring like an arc width/color etc. must I rebuild all the widget to force a repaint?
September 14, 2019 at 06:45PM by wacomlover
https://ift.tt/31yWm4A
New post on Flutter Dev Google group:
https://ift.tt/32KnZI6
hi, I ran the row column example and noticed a few issues whilst running it in on my own IDE & flutter. I had to add main() and runApp() functions to run the code same. void main() { runApp(MaterialApp( title: 'row column Tutorial', home: MyWidget(), )); } that is not issue for me.
September 14, 2019 at 09:12PM by Zahid Rahman
https://ift.tt/2LxcT3K
https://ift.tt/32KnZI6
hi, I ran the row column example and noticed a few issues whilst running it in on my own IDE & flutter. I had to add main() and runApp() functions to run the code same. void main() { runApp(MaterialApp( title: 'row column Tutorial', home: MyWidget(), )); } that is not issue for me.
September 14, 2019 at 09:12PM by Zahid Rahman
https://ift.tt/2LxcT3K
docs.flutter.dev
Basic Flutter layout concepts
A codelab that teaches basic Flutter layout concepts through DartPad examples and exercises.
New post on /r/flutterdev subreddit:
60 Days of Flutter :'Building a Messenger from Scratch' : Day 27–29 : Sending and Retrieving Messages from Firebase using BLOC
https://medium.com/@adityadroid/60-days-of-flutter-building-a-messenger-day-27-29-sending-and-retrieving-messages-from-e44135c8e95f
September 14, 2019 at 11:00PM by aditya_gurjar
https://ift.tt/2LvdToK
60 Days of Flutter :'Building a Messenger from Scratch' : Day 27–29 : Sending and Retrieving Messages from Firebase using BLOC
https://medium.com/@adityadroid/60-days-of-flutter-building-a-messenger-day-27-29-sending-and-retrieving-messages-from-e44135c8e95f
September 14, 2019 at 11:00PM by aditya_gurjar
https://ift.tt/2LvdToK
Medium
60 Days of Flutter :Building a Messenger : Day 27–29 : Sending and Retrieving Messages from…
In the last post we finished our contacts page. The next thing a user would do from the contacts page, is to click on the Contact, which…
New post on /r/flutterdev subreddit:
Dart2Exe : Adds dart2exe to create standalone executables
https://ift.tt/2ZWM29X
September 14, 2019 at 11:39PM by EngineerScientist
https://ift.tt/2NXsnzD
Dart2Exe : Adds dart2exe to create standalone executables
https://ift.tt/2ZWM29X
September 14, 2019 at 11:39PM by EngineerScientist
https://ift.tt/2NXsnzD
New post on /r/flutterdev subreddit:
Flutter Future Works Concept UI - Speed Code
https://youtu.be/mND52Rz8lL8
September 15, 2019 at 04:52AM by bimsina
https://ift.tt/2LSUwoB
Flutter Future Works Concept UI - Speed Code
https://youtu.be/mND52Rz8lL8
September 15, 2019 at 04:52AM by bimsina
https://ift.tt/2LSUwoB
YouTube
Flutter Future Works Concept UI - Speed Code
Source Code : https://github.com/bimsina/FlutterUITemplates/tree/master/futureui
Design Credit : https://dribbble.com/shots/6788699-Super-future-works-concept
––––––––––––––––––––––––––––––
Spotlights by Niwel https://soundcloud.com/niwel-516897768
Creative…
Design Credit : https://dribbble.com/shots/6788699-Super-future-works-concept
––––––––––––––––––––––––––––––
Spotlights by Niwel https://soundcloud.com/niwel-516897768
Creative…
New post on /r/flutterdev subreddit:
Beginners Guide to Upgrading Flutter to Version 1.9 and Firebase Dependencies to Current Versions
https://youtu.be/b_RAby6ZNms
September 15, 2019 at 07:49AM by projectmind_guru
https://ift.tt/2ZX9fc5
Beginners Guide to Upgrading Flutter to Version 1.9 and Firebase Dependencies to Current Versions
https://youtu.be/b_RAby6ZNms
September 15, 2019 at 07:49AM by projectmind_guru
https://ift.tt/2ZX9fc5
YouTube
(Ep 27) Upgrading Flutter and Firebase Dependencies to Current Versions
In this episode we’ll upgrade our environment to use the latest version of Flutter, version 1.9, and Dart version 2.5. Additionally we’ll upgrade some of our...
New post on /r/flutterdev subreddit:
Physics Based Animations in Flutter
https://ift.tt/31sAtEc
September 15, 2019 at 10:42AM by Elixane
https://ift.tt/302PuQo
Physics Based Animations in Flutter
https://ift.tt/31sAtEc
September 15, 2019 at 10:42AM by Elixane
https://ift.tt/302PuQo
Medium
Physics Based Animations in Flutter
In the previous post I’ve tried to explain tween animations. Now it is time to dig in physics based animations.
New post on /r/flutterdev subreddit:
FlutterForce — Week 44
https://ift.tt/34JlQOQ
September 15, 2019 at 11:57AM by flutterist
https://ift.tt/2LVGJxx
FlutterForce — Week 44
https://ift.tt/34JlQOQ
September 15, 2019 at 11:57AM by flutterist
https://ift.tt/2LVGJxx
Medium
FlutterForce — #Week 44
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Google Drive Integration Tutorial
https://youtu.be/9kXov_Ly9BI
September 15, 2019 at 04:47PM by TensaiZero
https://ift.tt/2NYe79P
Google Drive Integration Tutorial
https://youtu.be/9kXov_Ly9BI
September 15, 2019 at 04:47PM by TensaiZero
https://ift.tt/2NYe79P
YouTube
Flutter Tutorial: Google Drive Integration
Upload file to google drive.
Plugins used:
https://pub.dev/packages/googleapis
https://pub.dev/packages/googleapis_auth
https://pub.dev/packages/path
https://pub.dev/packages/file_picker
https://pub.dev/packages/flutter_secure_storage
Github repo: http…
Plugins used:
https://pub.dev/packages/googleapis
https://pub.dev/packages/googleapis_auth
https://pub.dev/packages/path
https://pub.dev/packages/file_picker
https://pub.dev/packages/flutter_secure_storage
Github repo: http…
New post on /r/flutterdev subreddit:
Action of "remove Widget" is gone in vs code.
when you press control + . (Dot/period) it shows actions to perform on widget(s). The "remove widget" was gone like a while ago but TIL that they changed the name to "replace with child" what do you people think of the new name did you know that?
September 15, 2019 at 04:37PM by neattike
https://ift.tt/300ciQJ
Action of "remove Widget" is gone in vs code.
when you press control + . (Dot/period) it shows actions to perform on widget(s). The "remove widget" was gone like a while ago but TIL that they changed the name to "replace with child" what do you people think of the new name did you know that?
September 15, 2019 at 04:37PM by neattike
https://ift.tt/300ciQJ
reddit
Action of "remove Widget" is gone in vs code.
when you press control + . (Dot/period) it shows actions to perform on widget(s). The "remove widget" was gone like a while ago but TIL that they...