New tweet from FlutterDev:
Today, @materialdesign launched the Motion system, a set of transition patterns that helps users understand and navigate an app.
More → https://t.co/Ej7O5sXdoM
☝️As a Flutter developer, you can use it immediately via the new `animations` package → https://t.co/8rE6HoISM4 pic.twitter.com/mIPXCmwN7l— Flutter (@FlutterDev) February 20, 2020
February 21, 2020 at 12:00AM
http://twitter.com/FlutterDev/status/1230628282078416896
Today, @materialdesign launched the Motion system, a set of transition patterns that helps users understand and navigate an app.
More → https://t.co/Ej7O5sXdoM
☝️As a Flutter developer, you can use it immediately via the new `animations` package → https://t.co/8rE6HoISM4 pic.twitter.com/mIPXCmwN7l— Flutter (@FlutterDev) February 20, 2020
February 21, 2020 at 12:00AM
http://twitter.com/FlutterDev/status/1230628282078416896
Twitter
Material Design (@materialdesign) | Twitter
The latest Tweets from Material Design (@materialdesign). Material is a design system – backed by open-source code – that helps teams build high-quality digital experiences. Google, Mountain View, CA
New post on /r/flutterdev subreddit:
Help with making a layout responsive
I need help in making a layout responsive. Here is what I am trying to achieve:https://imgur.com/a/kQvLCiZI am currently using breakpoints to mark major screen changes and in this case, Layout A and B are within the desktop breakpoint range. The desktop breakpoint begins at 1024.Layout A is the max size of the margins(marked in red) and the blue rectangles need to be when the screen width is 1920 or greater than. Layout B is the minimum size of the margins and the blue boxes need to be when the screen width is 1024.So far I have tried using a combination of flexible and box constraints. The problem is I cannot get the exact measurements of the desired minimum values of Layout B. Either I compromise the size of the blue boxes or the margins.
February 21, 2020 at 12:47AM by FullStackDesign
https://ift.tt/2HJwKtL
Help with making a layout responsive
I need help in making a layout responsive. Here is what I am trying to achieve:https://imgur.com/a/kQvLCiZI am currently using breakpoints to mark major screen changes and in this case, Layout A and B are within the desktop breakpoint range. The desktop breakpoint begins at 1024.Layout A is the max size of the margins(marked in red) and the blue rectangles need to be when the screen width is 1920 or greater than. Layout B is the minimum size of the margins and the blue boxes need to be when the screen width is 1024.So far I have tried using a combination of flexible and box constraints. The problem is I cannot get the exact measurements of the desired minimum values of Layout B. Either I compromise the size of the blue boxes or the margins.
February 21, 2020 at 12:47AM by FullStackDesign
https://ift.tt/2HJwKtL
Imgur
Post with 52 views.
New post on /r/flutterdev subreddit:
Looking for a Flutter dev in the Bay Area. (I know you’re out there, I know it!) For a small-ish personal project...
Go easy on me, I’m not a tech head so I wouldn’t know where else to look...I have a prototype but need a dev to build it. Ideally a local so it’d be easier to communicate or get together if need be.
February 21, 2020 at 12:38AM by multigrain-pancakes
https://ift.tt/2ukDdZ2
Looking for a Flutter dev in the Bay Area. (I know you’re out there, I know it!) For a small-ish personal project...
Go easy on me, I’m not a tech head so I wouldn’t know where else to look...I have a prototype but need a dev to build it. Ideally a local so it’d be easier to communicate or get together if need be.
February 21, 2020 at 12:38AM by multigrain-pancakes
https://ift.tt/2ukDdZ2
reddit
Looking for a Flutter dev in the Bay Area. (I know you’re out...
Go easy on me, I’m not a tech head so I wouldn’t know where else to look... I have a prototype but need a dev to build it. Ideally a local so...
New post on Flutter Dev Google group:
Android license status unknown !!!!
I have accepted all the licences and suddenly they are 'forgotten'..... Does anyone know how to solve this problem? Where does it come from? What is missing? What is the best way in 2020 to solve this problem? Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel
February 21, 2020 at 02:17AM by Bened
https://ift.tt/2SX0hW0
Android license status unknown !!!!
I have accepted all the licences and suddenly they are 'forgotten'..... Does anyone know how to solve this problem? Where does it come from? What is missing? What is the best way in 2020 to solve this problem? Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel
February 21, 2020 at 02:17AM by Bened
https://ift.tt/2SX0hW0
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:
Introduction to Flutter BLoC
https://ift.tt/2HGIXiH
February 21, 2020 at 03:18AM by craetornetwork
https://ift.tt/3bULaVA
Introduction to Flutter BLoC
https://ift.tt/2HGIXiH
February 21, 2020 at 03:18AM by craetornetwork
https://ift.tt/3bULaVA
Medium
Introduction to Flutter BLoC
The flutter bloc pattern has become one of the most popular design patterns in the flutter community. At almost 4,000 stars on GitHub (at…
New post on Flutter Dev Google group:
Route Conditions
I am trying to change route in Button's onPressed function based on status. The problem is that it ignores the if/else statement but runs the last navigator.push. if(status == 1){ Navigator.push( context, MaterialPageRoute( builder: (context) => RegistrationPage()), ); } else
February 21, 2020 at 03:13AM by Kelvin Vegilla
https://ift.tt/37LQfwi
Route Conditions
I am trying to change route in Button's onPressed function based on status. The problem is that it ignores the if/else statement but runs the last navigator.push. if(status == 1){ Navigator.push( context, MaterialPageRoute( builder: (context) => RegistrationPage()), ); } else
February 21, 2020 at 03:13AM by Kelvin Vegilla
https://ift.tt/37LQfwi
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 advice on connection to IP camera
Hello allim a flutter enthusiast and trying to connect my ip camera to my flutter based deviceive looked around but had not found a suitable repo for such a functionconnection is through an wifi -> ip address -> login -> video streams through a widgetdoes anyone have any experience in doing this?thanks
February 21, 2020 at 03:48AM by replicafan1985
https://ift.tt/2PcxTOJ
Need advice on connection to IP camera
Hello allim a flutter enthusiast and trying to connect my ip camera to my flutter based deviceive looked around but had not found a suitable repo for such a functionconnection is through an wifi -> ip address -> login -> video streams through a widgetdoes anyone have any experience in doing this?thanks
February 21, 2020 at 03:48AM by replicafan1985
https://ift.tt/2PcxTOJ
reddit
Need advice on connection to IP camera
Hello all im a flutter enthusiast and trying to connect my ip camera to my flutter based device ive looked around but had not found a suitable...
New post on /r/flutterdev subreddit:
What should I learn after learning Flutter? @maadhav_sharma
It has been almost two years that I am developing apps using flutter. Now as a student what more languages should I learn next. Node JS, Python, etc?
February 21, 2020 at 05:02AM by maadhav2001
https://ift.tt/32b8NF9
What should I learn after learning Flutter? @maadhav_sharma
It has been almost two years that I am developing apps using flutter. Now as a student what more languages should I learn next. Node JS, Python, etc?
February 21, 2020 at 05:02AM by maadhav2001
https://ift.tt/32b8NF9
reddit
What should I learn after learning Flutter? @maadhav_sharma
It has been almost two years that I am developing apps using flutter. Now as a student what more languages should I learn next. Node JS, Python, etc?
New post on Flutter Dev Google group:
Suggestion for new feature
Where can I place suggestion for new flutter feature?
February 21, 2020 at 06:05AM by jet app
https://ift.tt/2HFsWJN
Suggestion for new feature
Where can I place suggestion for new flutter feature?
February 21, 2020 at 06:05AM by jet app
https://ift.tt/2HFsWJN
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_form_bloc v.0.10.0 now support group fields, field list, and dynamic fields 🔥
https://ift.tt/2ZMYzMn
February 21, 2020 at 04:08AM by GiancarloCode
https://ift.tt/2V6zNnH
🔥 flutter_form_bloc v.0.10.0 now support group fields, field list, and dynamic fields 🔥
https://ift.tt/2ZMYzMn
February 21, 2020 at 04:08AM by GiancarloCode
https://ift.tt/2V6zNnH
GitHub
GiancarloCode/form_bloc
🔥 Dart and Flutter Package 🔥 Easy Form State Management using BLoC pattern 🔥 Wizard/stepper forms, asynchronous validation, dynamic and conditional fields, submission progress, serialization and mo...
New post on /r/flutterdev subreddit:
The Barricade - Digital Hackfair
Did a thing. Please like and comment!http://devpost.com/software/xyz-h0ydb8?utm_campaign=portfolio-share&utm_medium=reddit&utm_source=cp#.Xk-I78ZiEKg.reddit
February 21, 2020 at 08:42AM by kaymomin
https://ift.tt/2HK9T10
The Barricade - Digital Hackfair
Did a thing. Please like and comment!http://devpost.com/software/xyz-h0ydb8?utm_campaign=portfolio-share&utm_medium=reddit&utm_source=cp#.Xk-I78ZiEKg.reddit
February 21, 2020 at 08:42AM by kaymomin
https://ift.tt/2HK9T10
Devpost
The Barricade
Well, bunking and marking proxies of your friend? No longer! The Barricade, not only addresses the problem of Chronic Absenteeism but also prevents students from marking proxies of their friends.
New post on /r/flutterdev subreddit:
Expensive Widgets - Stop rebuilding?
Hey guys,I am having little trouble over that, I have a list of quite expensive widgets to rebuild, with gradient image, etc. and I have like two screen setup which are connected with bottom nav bar, so sliding from one screen to another case.What is best approach to this kind of issue? When you go to another screen which doesnt change any content of previous one. I do cache image and everything, but when it rebuilds, and items, .. cards .., are rebuilded, there is still visible flash.Thank you everybody.
February 21, 2020 at 08:31AM by MRideos
https://ift.tt/2ufZjM7
Expensive Widgets - Stop rebuilding?
Hey guys,I am having little trouble over that, I have a list of quite expensive widgets to rebuild, with gradient image, etc. and I have like two screen setup which are connected with bottom nav bar, so sliding from one screen to another case.What is best approach to this kind of issue? When you go to another screen which doesnt change any content of previous one. I do cache image and everything, but when it rebuilds, and items, .. cards .., are rebuilded, there is still visible flash.Thank you everybody.
February 21, 2020 at 08:31AM by MRideos
https://ift.tt/2ufZjM7
reddit
Expensive Widgets - Stop rebuilding?
Hey guys, I am having little trouble over that, I have a list of quite expensive widgets to rebuild, with gradient image, etc. and I have like...
New post on /r/flutterdev subreddit:
Any front end developers here who are now full stack?
Was it difficult to understand and learn backend programming? Im a new developer and im mainly only focusing on frontend and have no clue about backend. Just wanted to know if it is something that can be learned for someone whos more on the design side
February 21, 2020 at 09:52AM by arbazkhan334
https://ift.tt/2SVTFHe
Any front end developers here who are now full stack?
Was it difficult to understand and learn backend programming? Im a new developer and im mainly only focusing on frontend and have no clue about backend. Just wanted to know if it is something that can be learned for someone whos more on the design side
February 21, 2020 at 09:52AM by arbazkhan334
https://ift.tt/2SVTFHe
reddit
Any front end developers here who are now full stack?
Was it difficult to understand and learn backend programming? Im a new developer and im mainly only focusing on frontend and have no clue about...
New post on Flutter Dev Google group:
PageView without setting hight
I'm trying to create a PageView inside a ScrollView and Column. How can I do this without wrapping the PageView inside a Container with a static height? I been trying with Flexible and Expaned without success. This code gives following errror: Horizontal viewport was given unbounded height.
February 21, 2020 at 12:26PM by Viktor Morin
https://ift.tt/2SOO1rU
PageView without setting hight
I'm trying to create a PageView inside a ScrollView and Column. How can I do this without wrapping the PageView inside a Container with a static height? I been trying with Flexible and Expaned without success. This code gives following errror: Horizontal viewport was given unbounded height.
February 21, 2020 at 12:26PM by Viktor Morin
https://ift.tt/2SOO1rU
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 Flutter Dev Google group:
Flutter Webview Plugin not working in IOS
Hi all, When I implemented flutter webview plugin in my project but in xcode it shows the error. Flutter.h not found in webview plugin. Thanks, Balaji K S
February 21, 2020 at 12:59PM by balaji ks
https://ift.tt/3bShNDD
Flutter Webview Plugin not working in IOS
Hi all, When I implemented flutter webview plugin in my project but in xcode it shows the error. Flutter.h not found in webview plugin. Thanks, Balaji K S
February 21, 2020 at 12:59PM by balaji ks
https://ift.tt/3bShNDD
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:
App Feedback Thread - February 21, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
February 21, 2020 at 01:08PM by AutoModerator
https://ift.tt/2uUKSxC
App Feedback Thread - February 21, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
February 21, 2020 at 01:08PM by AutoModerator
https://ift.tt/2uUKSxC
reddit
App Feedback Thread - February 21, 2020
This thread is for getting feedback on your own apps. ####Developers: - must **provide feedback** for others - must include **Play Store**,...
New post on /r/flutterdev subreddit:
Widget method naming convention
Hello,I know that in models, the convention is use _underscore in private methods.But, should I use it in Widget commons methods too? Such as _submit() or _validate() or _whatever()Thanks!
February 21, 2020 at 01:48PM by __yv
https://ift.tt/2wtD8mm
Widget method naming convention
Hello,I know that in models, the convention is use _underscore in private methods.But, should I use it in Widget commons methods too? Such as _submit() or _validate() or _whatever()Thanks!
February 21, 2020 at 01:48PM by __yv
https://ift.tt/2wtD8mm
reddit
Widget method naming convention
Hello, I know that in models, the convention is use \_underscore in private methods. But, should I use it in Widget commons methods too? Such as...
New post on /r/flutterdev subreddit:
Your thoughts on Flutter vs Revery/Reason/Ocaml ?
Let me start by saying that I'm a Flutter fan. ;) You may know me from the Flutter in Practice video tutorials on YouTube.The Flutter framework reminds me of what Borland did in 90s with Turbo Pascal and specifically with Delphi). Moreover, there are a few interesting bits that come from Sun Microsystems and Xerox PARC. In short, a chunk of Computer Science history is baked in into that project and I'm delighted to discover it bit by bit.At the same time there is a lot of going in the space of the cross platform frameworks/solutions. Specifically, there is Reason, a new syntax for OCaml from Facebook. They can also target many platforms with efficient native code using a single codebase. OCaml is not a new language. About 15 years ago, during my CS studies, I was forced to learn it... and I hated it. ;) Then, the language grew on me to a point that I see it now as a potential future.How do you feel about projects such as Reason and especially Revery when compared to Flutter ? It seems Facebook has invested a lot into the OCaml ecosystem. On top of that, React.js/React Native projects have huge momentum right now.
February 21, 2020 at 02:14PM by zaiste
https://ift.tt/2uiLcWx
Your thoughts on Flutter vs Revery/Reason/Ocaml ?
Let me start by saying that I'm a Flutter fan. ;) You may know me from the Flutter in Practice video tutorials on YouTube.The Flutter framework reminds me of what Borland did in 90s with Turbo Pascal and specifically with Delphi). Moreover, there are a few interesting bits that come from Sun Microsystems and Xerox PARC. In short, a chunk of Computer Science history is baked in into that project and I'm delighted to discover it bit by bit.At the same time there is a lot of going in the space of the cross platform frameworks/solutions. Specifically, there is Reason, a new syntax for OCaml from Facebook. They can also target many platforms with efficient native code using a single codebase. OCaml is not a new language. About 15 years ago, during my CS studies, I was forced to learn it... and I hated it. ;) Then, the language grew on me to a point that I see it now as a potential future.How do you feel about projects such as Reason and especially Revery when compared to Flutter ? It seems Facebook has invested a lot into the OCaml ecosystem. On top of that, React.js/React Native projects have huge momentum right now.
February 21, 2020 at 02:14PM by zaiste
https://ift.tt/2uiLcWx
YouTube
Flutter in Practice - Practical Programming Tutorial about Mobile Software Development in Flutter for Beginners
Flutter in Practice is a free programming course that teaches how to write a mobile application using Flutter framework and Dart programming language. Instea...
New post on /r/flutterdev subreddit:
Stateful Hot Reload of Flutter(or Dart) #Explained
https://youtu.be/EnSC6Weg6Wc
February 21, 2020 at 03:22PM by ajinasokan
https://ift.tt/2uh874n
Stateful Hot Reload of Flutter(or Dart) #Explained
https://youtu.be/EnSC6Weg6Wc
February 21, 2020 at 03:22PM by ajinasokan
https://ift.tt/2uh874n
YouTube
How Stateful Hot Reloading of Flutter(or Dart) works? #Explained
Stateful Hot Reloading is probably one of the best features of Flutter. But its real credit should go to Dart. In this video we will deep dive into how it is utilised by Flutter and how you can use it in your Dart projects.
I have also made a library called…
I have also made a library called…
New post on /r/flutterdev subreddit:
Reasons to know Neumorphic Design - FlutterExplained
https://youtu.be/7aL37wGkgg0
February 21, 2020 at 03:17PM by MyracleDesign
https://ift.tt/2HJa24X
Reasons to know Neumorphic Design - FlutterExplained
https://youtu.be/7aL37wGkgg0
February 21, 2020 at 03:17PM by MyracleDesign
https://ift.tt/2HJa24X
YouTube
Reasons to know Neumorphic Design - FlutterExplained
The third and last part of the #Neumorphic Youtube Player example at #FlutterExplained. Today we add some finishing touches with #SocialMediaButtons and talk...
New post on /r/flutterdev subreddit:
Best learning resource and freelancing
So I just started learning flutter from udemy course made by maximillian shfartzmuller (probably misspelled that), is that course good? Also is anyone here freelancer who works on flutter project? What level of knowledge should I have to start freelancing on upwork or similar sites using flutter?
February 21, 2020 at 04:29PM by itsdjoki
https://ift.tt/39QuAo7
Best learning resource and freelancing
So I just started learning flutter from udemy course made by maximillian shfartzmuller (probably misspelled that), is that course good? Also is anyone here freelancer who works on flutter project? What level of knowledge should I have to start freelancing on upwork or similar sites using flutter?
February 21, 2020 at 04:29PM by itsdjoki
https://ift.tt/39QuAo7
reddit
Best learning resource and freelancing
So I just started learning flutter from udemy course made by maximillian shfartzmuller (probably misspelled that), is that course good? Also is...