New post on /r/flutterdev subreddit:
Flutter Tutorial - Update Plugins & Dependencies Automatically - VSCode & Intellij (Johannes Milke)
https://www.youtube.com/watch?v=NhCi0Kw8bzg
December 25, 2020 at 08:22PM by JohannesMilke
https://ift.tt/2WKE0wR
Flutter Tutorial - Update Plugins & Dependencies Automatically - VSCode & Intellij (Johannes Milke)
https://www.youtube.com/watch?v=NhCi0Kw8bzg
December 25, 2020 at 08:22PM by JohannesMilke
https://ift.tt/2WKE0wR
YouTube
Flutter Tutorial - Update Packages & Dependencies Automatically - VSCode & Intellij
Update packages & dependencies automatically within VSCode & Intellij in Flutter.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/update_plugins_example
…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/update_plugins_example
…
New post on Flutter Dev Google group:
Implementing routing mechanism based on Document ID similar to Google Docs
Hi, I am trying to implement routing mechanism quite similar to the Google Docs. example.com/#/p/documentID/ should show Preview View for certain Firestore Document and example.com/#/e/documentID/ should open the Editor View for same document. Is it possible to implement this kind of
December 26, 2020 at 01:31AM by berkayogu...@gmail.com
https://ift.tt/3rx0Arc
Implementing routing mechanism based on Document ID similar to Google Docs
Hi, I am trying to implement routing mechanism quite similar to the Google Docs. example.com/#/p/documentID/ should show Preview View for certain Firestore Document and example.com/#/e/documentID/ should open the Editor View for same document. Is it possible to implement this kind of
December 26, 2020 at 01:31AM by berkayogu...@gmail.com
https://ift.tt/3rx0Arc
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:
Looking for freelance developers in Flutter - short term
Hi, We are looking for freelance developers with in depth knowledge in Flutter platform for our project. If anyone is interested please reach out to me Thank you
December 26, 2020 at 06:43AM by Lalitha Gayathri
https://ift.tt/3nQQH5j
Looking for freelance developers in Flutter - short term
Hi, We are looking for freelance developers with in depth knowledge in Flutter platform for our project. If anyone is interested please reach out to me Thank you
December 26, 2020 at 06:43AM by Lalitha Gayathri
https://ift.tt/3nQQH5j
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:
Anyone try out AppGyver? No Code multiplatform builder in React Native. Thoughts?
https://ift.tt/1N3LkvM
December 26, 2020 at 06:46AM by Akandoji
https://ift.tt/3hh7Y5d
Anyone try out AppGyver? No Code multiplatform builder in React Native. Thoughts?
https://ift.tt/1N3LkvM
December 26, 2020 at 06:46AM by Akandoji
https://ift.tt/3hh7Y5d
Appgyver
The world's first professional no-code platform to build React and React Native based apps for mobile, web and more. Sign up for the free-forever developer plan and get superpowers today.
New post on Flutter Dev Google group:
Why an extra indirection when creating stateful widgets?
Why does a StatefulWidget have a createState method that creates a State object that then has a build method? Why doesn't the StatefulWidget have a build method directly instead to avoid this extra level of indirection? That is, why do you need: class MyStatefulWidget extends StatefulWidget {
December 26, 2020 at 09:34AM by Christian Worm Mortensen
https://ift.tt/3ppJkC2
Why an extra indirection when creating stateful widgets?
Why does a StatefulWidget have a createState method that creates a State object that then has a build method? Why doesn't the StatefulWidget have a build method directly instead to avoid this extra level of indirection? That is, why do you need: class MyStatefulWidget extends StatefulWidget {
December 26, 2020 at 09:34AM by Christian Worm Mortensen
https://ift.tt/3ppJkC2
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:
Youtube new ripple effect
Hi, I am a big fan of the new UI Youtube app uses, is it possible to make the new Youtube ripple effect in flutter? Eg (in InkWell) Or using the new icons?
December 26, 2020 at 10:55AM by elmomani
https://ift.tt/2JlqWep
Youtube new ripple effect
Hi, I am a big fan of the new UI Youtube app uses, is it possible to make the new Youtube ripple effect in flutter? Eg (in InkWell) Or using the new icons?
December 26, 2020 at 10:55AM by elmomani
https://ift.tt/2JlqWep
reddit
Youtube new ripple effect
Hi, I am a big fan of the new UI Youtube app uses, is it possible to make the new Youtube ripple effect in flutter? Eg (in InkWell) Or using the...
New post on /r/flutterdev subreddit:
What kind of security aspects should be kept in mind while making a marketplace in flutter based app.
Security
December 26, 2020 at 11:43AM by piyush_bhatia
https://ift.tt/3rxbUmT
What kind of security aspects should be kept in mind while making a marketplace in flutter based app.
Security
December 26, 2020 at 11:43AM by piyush_bhatia
https://ift.tt/3rxbUmT
reddit
What kind of security aspects should be kept in mind while making...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Is there a flutter package that hints an action like shown here?
https://ibb.co/NsVGvmn
December 26, 2020 at 04:34PM by fcort
https://ift.tt/2KCEC5h
Is there a flutter package that hints an action like shown here?
https://ibb.co/NsVGvmn
December 26, 2020 at 04:34PM by fcort
https://ift.tt/2KCEC5h
New post on /r/flutterdev subreddit:
Can someone help me to build this app bar? Ideally without third party packages. Not fussed on the icons matching.
https://ibb.co/ZXV2vXY
December 26, 2020 at 05:48PM by GotRedditFever
https://ift.tt/3rwbzkA
Can someone help me to build this app bar? Ideally without third party packages. Not fussed on the icons matching.
https://ibb.co/ZXV2vXY
December 26, 2020 at 05:48PM by GotRedditFever
https://ift.tt/3rwbzkA
New post on /r/flutterdev subreddit:
Collapsible Sidebar Package
Link to Package: https://pub.dev/packages/collapsible_sidebarHi Guys, a few months back I made this package in Flutter to implement a fully customizable Collapsible Sidebar. Some days back I updated it with even more cool features.Do check it out once. Your feedbacks will enable me to make even more better packages.
December 26, 2020 at 07:00PM by ryuu_kenshi
https://ift.tt/3aIR9yJ
Collapsible Sidebar Package
Link to Package: https://pub.dev/packages/collapsible_sidebarHi Guys, a few months back I made this package in Flutter to implement a fully customizable Collapsible Sidebar. Some days back I updated it with even more cool features.Do check it out once. Your feedbacks will enable me to make even more better packages.
December 26, 2020 at 07:00PM by ryuu_kenshi
https://ift.tt/3aIR9yJ
Dart packages
collapsible_sidebar | Flutter package
A collapsible sidebar for Flutter apps implementing the Material Design.
New post on /r/flutterdev subreddit:
A definitive guide to RenderObjects in Flutter by @creativemaybeno
https://youtu.be/HqXNGawzSbY
December 26, 2020 at 06:15PM by creativemaybeno
https://ift.tt/2WPEFwU
A definitive guide to RenderObjects in Flutter by @creativemaybeno
https://youtu.be/HqXNGawzSbY
December 26, 2020 at 06:15PM by creativemaybeno
https://ift.tt/2WPEFwU
YouTube
A definitive guide to RenderObjects in Flutter
Everyone knows how to use widgets in Flutter, however, RenderObjects are a secret to most - so we are tackling exactly that topic in great depth :)
https://twitter.com/creativemaybeno/status/1342875877823098885?s=20
Links in this video:
My article on Drawing…
https://twitter.com/creativemaybeno/status/1342875877823098885?s=20
Links in this video:
My article on Drawing…
New post on /r/flutterdev subreddit:
Save the page state when using bottom Navigation
https://www.youtube.com/watch?v=pNfJdt03-Dk
December 26, 2020 at 05:58PM by nitishk72
https://ift.tt/2M1xu2E
Save the page state when using bottom Navigation
https://www.youtube.com/watch?v=pNfJdt03-Dk
December 26, 2020 at 05:58PM by nitishk72
https://ift.tt/2M1xu2E
YouTube
Flutter : Save page state when using bottom Nav | Indexed stack
Full Write up https://www.nstack.in/blog/flutter-save-page-state-when-using-bottom-nav/
Facebook: https://www.facebook.com/nitishk72
LinedIn: https://www.linkedin.com/in/nitishk72
Patreon: https://www.patreon.com/nitishk72
Github: https://github.com/nitishk72
Facebook: https://www.facebook.com/nitishk72
LinedIn: https://www.linkedin.com/in/nitishk72
Patreon: https://www.patreon.com/nitishk72
Github: https://github.com/nitishk72
New post on /r/flutterdev subreddit:
Flutter Web okay for Website Portfolio?
Hi, title says it all.I am planning on making a portfolio on flutter and am wondering if it would run fine (performance wise). It's going to be one page with mostly static elements besides a few animations here and there.
December 26, 2020 at 08:01PM by Chappie3690
https://ift.tt/3rsyGMN
Flutter Web okay for Website Portfolio?
Hi, title says it all.I am planning on making a portfolio on flutter and am wondering if it would run fine (performance wise). It's going to be one page with mostly static elements besides a few animations here and there.
December 26, 2020 at 08:01PM by Chappie3690
https://ift.tt/3rsyGMN
reddit
Flutter Web okay for Website Portfolio?
Hi, title says it all. I am planning on making a portfolio on flutter and am wondering if it would run fine (performance wise). It's going to be...
New post on /r/flutterdev subreddit:
Flutter Collabs / Fitness App
I saw a recent post regarding someone that's interested in joining/making a flutter dev group in order to learn and share more about flutter, personally I think its a great idea, it's somewhat hard to find people or a small group of people that are interesting in collaborative flutter projects (as a good hobby, otherwise I would understand if you charge money for your work) since -in my own personal experience- the community is not as ample as other programming languages, and finding help for outdated dependencies or anything of that sort is extremely hard to find.
There is a lot more to making Apps than coding!
I am learning about UX / UI Design -VERY important, your app can be coded perfectly but if the user feels it's hard to find things as well as colors are off and appeal isn't there then your App will struggle a bit-, color pallets, design systems, iOS and Android ecosystems, as well as making my own UX/ UI case studies that I plan to publish once they are polished up.This being said if there is anyone that has an interest in working with a fitness / gym app as well as a check-in system made in flutter + firebase drop a comment or DM me, I can teach you the little I know and vice-versa. I have been working on a fitness app for about a year and a half and it's been going pretty well, I've made a lot of progress and it's thanks to this community I was able to publish it in the App Store and Play Store. The App is essentially "done" and is functional, but if someone has a genuine interest and would like to collaborate and share ideas then by all means I'd appreciate your support.
December 26, 2020 at 09:16PM by SinValentino
https://ift.tt/3mS1Gdt
Flutter Collabs / Fitness App
I saw a recent post regarding someone that's interested in joining/making a flutter dev group in order to learn and share more about flutter, personally I think its a great idea, it's somewhat hard to find people or a small group of people that are interesting in collaborative flutter projects (as a good hobby, otherwise I would understand if you charge money for your work) since -in my own personal experience- the community is not as ample as other programming languages, and finding help for outdated dependencies or anything of that sort is extremely hard to find.
There is a lot more to making Apps than coding!
I am learning about UX / UI Design -VERY important, your app can be coded perfectly but if the user feels it's hard to find things as well as colors are off and appeal isn't there then your App will struggle a bit-, color pallets, design systems, iOS and Android ecosystems, as well as making my own UX/ UI case studies that I plan to publish once they are polished up.This being said if there is anyone that has an interest in working with a fitness / gym app as well as a check-in system made in flutter + firebase drop a comment or DM me, I can teach you the little I know and vice-versa. I have been working on a fitness app for about a year and a half and it's been going pretty well, I've made a lot of progress and it's thanks to this community I was able to publish it in the App Store and Play Store. The App is essentially "done" and is functional, but if someone has a genuine interest and would like to collaborate and share ideas then by all means I'd appreciate your support.
December 26, 2020 at 09:16PM by SinValentino
https://ift.tt/3mS1Gdt
reddit
Flutter Collabs / Fitness App
I saw a recent post regarding someone that's interested in joining/making a flutter dev group in order to learn and share more about flutter,...
New post on Flutter Dev Google group:
TextField without keyboard
I am making a calculator and I have tried to do it by putting a textfield, but I want the keyboard not to appear if the texfield is focused, I have tried with systemchannel of services.dart and other things that make the keyboard not appear when you do tap, but if you select the text to copy it,
December 27, 2020 at 02:48AM by Hekhy
https://ift.tt/34LhHLM
TextField without keyboard
I am making a calculator and I have tried to do it by putting a textfield, but I want the keyboard not to appear if the texfield is focused, I have tried with systemchannel of services.dart and other things that make the keyboard not appear when you do tap, but if you select the text to copy it,
December 27, 2020 at 02:48AM by Hekhy
https://ift.tt/34LhHLM
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 Web helped save my school club from irrelevance
I hope this post doesn't break any rules.After the COVID-19 pandemic started, we were worried that a club at my high school called All In would become irrelevant. All In is a club run by a teacher which aims to support the community by encouraging students to better themselves, their peers, and the school. We have talented guest speakers come in who are members of the community looking to contribute motivating lessons for students.I've been a proud member of this club for almost my entire high school career, but this year--my senior year--was very different.A group which once saw its influence grow each year through increased membership, and increasingly satisfied students could have been threatened by the learn from home nature critical to controlling the spread of a dangerous virus.At this point it was July 2020, and I had an epiphany.Instruction would start again in my district for students regardless of whether they attend school, and I knew many of my peers would opt to stay home. I worried they would struggle with motivation during the semester in the absence of the caring environment All In brings.I sprung into action with ~24 days left before the early August back to school date and built a mobile app for the club. The app feels native on students' devices and allows the instructor & community members to post motivating lessons for students to read via the Google Blogger API.It also links to a Google Forms survey students can take if they need to reach out to a caring adult for whatever reason.Thanks to Flutter Web, I created the app (a simple, but impactful solution) in twenty days. No need to worry about publishing in the app stores. Students can scan a QR code and instantly get access to the app. The source code is managed on GitHub and the compiled app itself is hosted on GitHub Pages.The principal seemed very impressed and raced to encourage district members to approve use of the app at my school.Teachers now recognize me as the student who "built the All In app"Why Flutter Web? - PWA installation feature - No app store hurdle - UI widgets built with a familiar, mobile design - Compatibility with Chrome and Safari - Consistent UI across platformsEveryone is amazed that they are running a full mobile app in the browser, and I am amazed that my first Flutter app turned out so well. Previously, I had focused on UWP and .NET apps.
December 27, 2020 at 02:25AM by duke7553
https://ift.tt/2WPxLYN
Flutter Web helped save my school club from irrelevance
I hope this post doesn't break any rules.After the COVID-19 pandemic started, we were worried that a club at my high school called All In would become irrelevant. All In is a club run by a teacher which aims to support the community by encouraging students to better themselves, their peers, and the school. We have talented guest speakers come in who are members of the community looking to contribute motivating lessons for students.I've been a proud member of this club for almost my entire high school career, but this year--my senior year--was very different.A group which once saw its influence grow each year through increased membership, and increasingly satisfied students could have been threatened by the learn from home nature critical to controlling the spread of a dangerous virus.At this point it was July 2020, and I had an epiphany.Instruction would start again in my district for students regardless of whether they attend school, and I knew many of my peers would opt to stay home. I worried they would struggle with motivation during the semester in the absence of the caring environment All In brings.I sprung into action with ~24 days left before the early August back to school date and built a mobile app for the club. The app feels native on students' devices and allows the instructor & community members to post motivating lessons for students to read via the Google Blogger API.It also links to a Google Forms survey students can take if they need to reach out to a caring adult for whatever reason.Thanks to Flutter Web, I created the app (a simple, but impactful solution) in twenty days. No need to worry about publishing in the app stores. Students can scan a QR code and instantly get access to the app. The source code is managed on GitHub and the compiled app itself is hosted on GitHub Pages.The principal seemed very impressed and raced to encourage district members to approve use of the app at my school.Teachers now recognize me as the student who "built the All In app"Why Flutter Web? - PWA installation feature - No app store hurdle - UI widgets built with a familiar, mobile design - Compatibility with Chrome and Safari - Consistent UI across platformsEveryone is amazed that they are running a full mobile app in the browser, and I am amazed that my first Flutter app turned out so well. Previously, I had focused on UWP and .NET apps.
December 27, 2020 at 02:25AM by duke7553
https://ift.tt/2WPxLYN
reddit
Flutter Web helped save my school club from irrelevance
I hope this post doesn't break any rules. After the COVID-19 pandemic started, we were worried that a club at my high school called All In would...
New post on /r/flutterdev subreddit:
Flutter Web Performance Tips?
Hi everyone,I'm planning to make a simple static website using Flutter Web and I wanted to know if you had any tips for optimization, performance adjustments, etc...
December 27, 2020 at 04:43AM by Ultra1101
https://ift.tt/2M6Dt6l
Flutter Web Performance Tips?
Hi everyone,I'm planning to make a simple static website using Flutter Web and I wanted to know if you had any tips for optimization, performance adjustments, etc...
December 27, 2020 at 04:43AM by Ultra1101
https://ift.tt/2M6Dt6l
reddit
Flutter Web Performance Tips?
Hi everyone, I'm planning to make a simple static website using Flutter Web and I wanted to know if you had any tips for optimization,...
New post on /r/flutterdev subreddit:
Flutter4Fun new post
Hi, community.I have published a new post on the flutter4fun.com blog.It is related to #FlutterCounterChallenge2020 You can check it out here.
https://youtu.be/jBYaY_M3520
December 27, 2020 at 10:32AM by imaN_NeoFighT
https://ift.tt/37P8rbt
Flutter4Fun new post
Hi, community.I have published a new post on the flutter4fun.com blog.It is related to #FlutterCounterChallenge2020 You can check it out here.
https://youtu.be/jBYaY_M3520
December 27, 2020 at 10:32AM by imaN_NeoFighT
https://ift.tt/37P8rbt
New post on /r/flutterdev subreddit:
Multi-level drop-down in Flutter
https://ift.tt/38HFJc5
December 27, 2020 at 01:19PM by nitishk72
https://ift.tt/34N2B8L
Multi-level drop-down in Flutter
https://ift.tt/38HFJc5
December 27, 2020 at 01:19PM by nitishk72
https://ift.tt/34N2B8L
nstack
Multi-Level dropdown in a flutter - part 1 | NStack
We have seen multi-level dropdown in various applications, when one dropdown depends on another dropdown then we call it as a multilevel dropdown.
New post on Flutter Dev Google group:
Invalid argument(s): No host specified in URI file:///assets/supreme.webp
I use the file as a local file but the example is https so what if I want to use the file as a local file not sure which part do I have to change Here is my central data store [image: placeholder1.png] [image: placeholder1.png] and here is where I called the program to run [image: placeholder1.2.
December 27, 2020 at 03:29PM by Natthaphat Muanpej
https://ift.tt/34NckMj
Invalid argument(s): No host specified in URI file:///assets/supreme.webp
I use the file as a local file but the example is https so what if I want to use the file as a local file not sure which part do I have to change Here is my central data store [image: placeholder1.png] [image: placeholder1.png] and here is where I called the program to run [image: placeholder1.2.
December 27, 2020 at 03:29PM by Natthaphat Muanpej
https://ift.tt/34NckMj
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:
FlutterForce — Week 101
https://ift.tt/3hl6gja
December 27, 2020 at 02:41PM by flutterist
https://ift.tt/38EAUjr
FlutterForce — Week 101
https://ift.tt/3hl6gja
December 27, 2020 at 02:41PM by flutterist
https://ift.tt/38EAUjr
Medium
FlutterForce — #Week 101
Weekly Flutter Resources