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...
New post on /r/flutterdev subreddit:
Check out my second Flutter UI Challenge tackling perspective animations
https://www.youtube.com/watch?v=BxUY9qp8Yh4&feature=share
September 15, 2019 at 05:35PM by DecimalSaxon
https://ift.tt/2ZWItjj
Check out my second Flutter UI Challenge tackling perspective animations
https://www.youtube.com/watch?v=BxUY9qp8Yh4&feature=share
September 15, 2019 at 05:35PM by DecimalSaxon
https://ift.tt/2ZWItjj
YouTube
Flutter Challenge #2
Asset Variant: https://flutter.dev/docs/development/ui/assets-and-images#asset-variants Staggered Animation: https://flutter.dev/docs/development/ui/animatio...
New post on /r/flutterdev subreddit:
A Deep Dive into Flutter: The 22nd Century Frontend Framework (Part 2)
https://ift.tt/2AmpXCy
September 15, 2019 at 10:18PM by Elixane
https://ift.tt/2QlXMi6
A Deep Dive into Flutter: The 22nd Century Frontend Framework (Part 2)
https://ift.tt/2AmpXCy
September 15, 2019 at 10:18PM by Elixane
https://ift.tt/2QlXMi6
Medium
A Deep Dive into Flutter: The 22nd Century Frontend Framework (Part 2)
The second part of the in-depth tutorial on Google’s Frontend Framework which goes from start to finish on an event-based app.
New post on /r/flutterdev subreddit:
I proposed some talks about Flutter for a major tech conference in Canada, told the organizers that Flutter is the "next big thing" and should belong to the schedule. Support me by voting and commenting!
https://ift.tt/2IaFYjf
September 16, 2019 at 12:00AM by ncuillery
https://ift.tt/30m6xrU
I proposed some talks about Flutter for a major tech conference in Canada, told the organizers that Flutter is the "next big thing" and should belong to the schedule. Support me by voting and commenting!
https://ift.tt/2IaFYjf
September 16, 2019 at 12:00AM by ncuillery
https://ift.tt/30m6xrU
ConFoo.ca
Nicolas Cuillery | ConFoo.ca
Conference for web developers February 26-28, 2020 in Montreal, Canada.
New post on /r/flutterdev subreddit:
Expanding on your Flutter state management with provider_assist
https://ift.tt/2LQI2xS
September 16, 2019 at 01:08AM by Purple_Pizzazz
https://ift.tt/34OL8Lm
Expanding on your Flutter state management with provider_assist
https://ift.tt/2LQI2xS
September 16, 2019 at 01:08AM by Purple_Pizzazz
https://ift.tt/34OL8Lm
Medium
Expanding on your Flutter state management with provider_assist
In the community at the moment there is a huge divide over what state management is best, there are an absolute ton of different…
New post on Flutter Dev Google group:
i have problem
hello brothers i have a simple problem in my first app plz i need a help
September 16, 2019 at 02:12AM by ali ab3lei
https://ift.tt/31npQTe
i have problem
hello brothers i have a simple problem in my first app plz i need a help
September 16, 2019 at 02:12AM by ali ab3lei
https://ift.tt/31npQTe
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:
Is Provider at the top level a singleton?
Hey all, I'm fairly new to Flutter and trying to figure out how to architect dependency injection and state management. I have been looking into how Provider works. I have seen people wrapping their entire app in a `MultiProvider`, then used Consumer/Selector to pull down the value. The docs seems to say that the provided class gets cleaned up when it is removed from the tree. But if it is supplied at the top level, it would seem that it would never get cleaned up.Is my reading correct? Is anyone using `Provider` for their DI?
September 16, 2019 at 03:39AM by JibNinjas
https://ift.tt/31pqQWZ
Is Provider at the top level a singleton?
Hey all, I'm fairly new to Flutter and trying to figure out how to architect dependency injection and state management. I have been looking into how Provider works. I have seen people wrapping their entire app in a `MultiProvider`, then used Consumer/Selector to pull down the value. The docs seems to say that the provided class gets cleaned up when it is removed from the tree. But if it is supplied at the top level, it would seem that it would never get cleaned up.Is my reading correct? Is anyone using `Provider` for their DI?
September 16, 2019 at 03:39AM by JibNinjas
https://ift.tt/31pqQWZ
reddit
Is Provider at the top level a singleton?
Hey all, I'm fairly new to Flutter and trying to figure out how to architect dependency injection and state management. I have been looking into...
New post on /r/flutterdev subreddit:
Flutter Task App UI Concept
Flutter todo list app UI concept with source code.Youtube video link - https://www.youtube.com/watch?v=YhHjV0dUXT8This UI is inspired by dribble shot - https://dribbble.com/shots/7141339--17-TaskApp-Mobile-App-ConceptDownload the source code from GitHub: https://github.com/HathTech/Flutter-Task-AppFor any queries feel free to comment.Website: Link
September 16, 2019 at 05:17AM by hathtech
https://ift.tt/2UXqMLm
Flutter Task App UI Concept
Flutter todo list app UI concept with source code.Youtube video link - https://www.youtube.com/watch?v=YhHjV0dUXT8This UI is inspired by dribble shot - https://dribbble.com/shots/7141339--17-TaskApp-Mobile-App-ConceptDownload the source code from GitHub: https://github.com/HathTech/Flutter-Task-AppFor any queries feel free to comment.Website: Link
September 16, 2019 at 05:17AM by hathtech
https://ift.tt/2UXqMLm
YouTube
Flutter Todo App UI Concept with source code
Flutter todo list app UI concept with source code.
This UI is inspired by dribble shot - https://dribbble.com/shots/7141339--17-TaskApp-Mobile-App-Concept
Download the source code from GitHub: https://github.com/HathTech/Flutter-Task-App
Looking for help…
This UI is inspired by dribble shot - https://dribbble.com/shots/7141339--17-TaskApp-Mobile-App-Concept
Download the source code from GitHub: https://github.com/HathTech/Flutter-Task-App
Looking for help…
New post on /r/flutterdev subreddit:
ScreenUtil Package in flutter
What is the exact use of ScreenUtil package in flutter? Is it used to make app responsive or to make size of a Widget fixed across all devices?
September 16, 2019 at 06:55AM by dominic0504
https://ift.tt/2LR1EC0
ScreenUtil Package in flutter
What is the exact use of ScreenUtil package in flutter? Is it used to make app responsive or to make size of a Widget fixed across all devices?
September 16, 2019 at 06:55AM by dominic0504
https://ift.tt/2LR1EC0
reddit
ScreenUtil Package in flutter
What is the exact use of ScreenUtil package in flutter? Is it used to make app responsive or to make size of a Widget fixed across all devices?
New post on Flutter Dev Google group:
Issue in Installing Flutter Plugin to Android Studio 3.5
Team, I just installed Flutter and Android Studio 3.5 and trying to complete setup process. When I go to Android marketplace, No plugins are loading with an error "marketplace plugins are not loaded, Check the internet connection and refresh" - I check my internet connection and it is working
September 16, 2019 at 11:53AM by Aashish Sinha
https://ift.tt/32LktgY
Issue in Installing Flutter Plugin to Android Studio 3.5
Team, I just installed Flutter and Android Studio 3.5 and trying to complete setup process. When I go to Android marketplace, No plugins are loading with an error "marketplace plugins are not loaded, Check the internet connection and refresh" - I check my internet connection and it is working
September 16, 2019 at 11:53AM by Aashish Sinha
https://ift.tt/32LktgY
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:
Animation controlled by voice
Hello everyone,I recently joined the programming party with Flutter, and I decided to build a karaoke app, for fun!The code is coming along well, I am able to play songs, display lyrics on time, record a video of the performance and store it locally. The next step is to animate the pitch of the user's voice: I'd like to display an arrow moving up and down according to the voice input, but I have no idea how to animate things on Flutter. I had a quick look through the official docs but couldn't find anything. My guess would be using a game engine like Flame to do so, but I'm not sure if it is the best approach.Do you have any suggestion?Thank you! :)
September 16, 2019 at 01:05PM by Living_Tomato
https://ift.tt/2O3oRUo
Animation controlled by voice
Hello everyone,I recently joined the programming party with Flutter, and I decided to build a karaoke app, for fun!The code is coming along well, I am able to play songs, display lyrics on time, record a video of the performance and store it locally. The next step is to animate the pitch of the user's voice: I'd like to display an arrow moving up and down according to the voice input, but I have no idea how to animate things on Flutter. I had a quick look through the official docs but couldn't find anything. My guess would be using a game engine like Flame to do so, but I'm not sure if it is the best approach.Do you have any suggestion?Thank you! :)
September 16, 2019 at 01:05PM by Living_Tomato
https://ift.tt/2O3oRUo
reddit
Animation controlled by voice
Hello everyone, I recently joined the programming party with Flutter, and I decided to build a karaoke app, for fun! The code is coming along...