New post on /r/flutterdev subreddit:
5 key takeaways from Flutter Engage 2021
https://ift.tt/3rffYYs
March 04, 2021 at 12:14PM by HHendrik
https://ift.tt/3riX6b3
5 key takeaways from Flutter Engage 2021
https://ift.tt/3rffYYs
March 04, 2021 at 12:14PM by HHendrik
https://ift.tt/3riX6b3
blog.bitrise.io
Bitrise | 5 key takeaways from Flutter Engage 2021
What an amazing time to be a Flutter developer! This year’s Flutter Engage event was filled with exciting announcements and news — here's everything you need to know.
New post on /r/flutterdev subreddit:
WOW Signup UI Using Flutter
https://ift.tt/2vuM5fk
March 04, 2021 at 12:13PM by BlikiFate
https://ift.tt/3e9tzg7
WOW Signup UI Using Flutter
https://ift.tt/2vuM5fk
March 04, 2021 at 12:13PM by BlikiFate
https://ift.tt/3e9tzg7
Uplabs
WOW Signup UI Using Flutter
<p>Cross Platform UI Development with Flutter and Dart</p>
New post on /r/flutterdev subreddit:
How can you possibly call flutter web stable?
To be honest, I'm a bit disappointed by the 2.0 announcement. How is it justified to move flutter web to stable ? This feels like pure make belief to me.Since its conception, flutter web has been a bit of a moonshot. Mapping the system of widgets to html is highly non-trivial and can lead to weird compatibility and performance issues. To work around this, the flutter team conceived a canvaskit based renderer, which allows them to control the entire tech stack but brings in a huge range of issues on its own.Flutter web suffers from 3 main issues:They try to reimplement the wheel. Text rendering, scrolling, etc are usually done by the browser. With the canvaskit renderer it's all done by flutter. Which means a crazy amount of work to get it right. The result is an experience that doesn't feel natural. Try scrolling in the flutter gallery. The movement speed and bounce effects are subtly different from other websites.Did I mention scrolling? Flutter on the web suffers from lots of stutters and yanks. This is notoriously bad for scrolling in lists. But the problem can be seen in many places, I just watched the plasma demo on my iPad pro 11 from 2018, it stutters a lot.time to interactive is a nightmare. Since flutter doesn't rely on the browser to do the heavy lifting, they need to pull in huge ressources for their renderer. I challenge you, pick any flutter web app and look at the lighthouse score, it's pretty grim.How come everyone is talking about user experience, but then they don't face these blatant performance issues. There's lots of talks how improving the performance of a web app has increased user retention. But flutter is simply not able to reach any reasonable performance metrics regarding "first meaningful paint" and "time to interactive".Here's a link web.dev/measureGo for it, put some flutter demos in there, like the gallery.After watching the show I don't see an improvement that justifies declaring the web support to be stable. Particularly the canvaskit renderer has been around for quite some time now. Don't get me wrong, I enjoy using flutter on mobile and I'm intrigued by their vision for the web. But bumping the version number to 2 and declaring web support to be stable seems just arbitrary to me.
March 04, 2021 at 12:13PM by mintwurm
https://ift.tt/3bTe6y0
How can you possibly call flutter web stable?
To be honest, I'm a bit disappointed by the 2.0 announcement. How is it justified to move flutter web to stable ? This feels like pure make belief to me.Since its conception, flutter web has been a bit of a moonshot. Mapping the system of widgets to html is highly non-trivial and can lead to weird compatibility and performance issues. To work around this, the flutter team conceived a canvaskit based renderer, which allows them to control the entire tech stack but brings in a huge range of issues on its own.Flutter web suffers from 3 main issues:They try to reimplement the wheel. Text rendering, scrolling, etc are usually done by the browser. With the canvaskit renderer it's all done by flutter. Which means a crazy amount of work to get it right. The result is an experience that doesn't feel natural. Try scrolling in the flutter gallery. The movement speed and bounce effects are subtly different from other websites.Did I mention scrolling? Flutter on the web suffers from lots of stutters and yanks. This is notoriously bad for scrolling in lists. But the problem can be seen in many places, I just watched the plasma demo on my iPad pro 11 from 2018, it stutters a lot.time to interactive is a nightmare. Since flutter doesn't rely on the browser to do the heavy lifting, they need to pull in huge ressources for their renderer. I challenge you, pick any flutter web app and look at the lighthouse score, it's pretty grim.How come everyone is talking about user experience, but then they don't face these blatant performance issues. There's lots of talks how improving the performance of a web app has increased user retention. But flutter is simply not able to reach any reasonable performance metrics regarding "first meaningful paint" and "time to interactive".Here's a link web.dev/measureGo for it, put some flutter demos in there, like the gallery.After watching the show I don't see an improvement that justifies declaring the web support to be stable. Particularly the canvaskit renderer has been around for quite some time now. Don't get me wrong, I enjoy using flutter on mobile and I'm intrigued by their vision for the web. But bumping the version number to 2 and declaring web support to be stable seems just arbitrary to me.
March 04, 2021 at 12:13PM by mintwurm
https://ift.tt/3bTe6y0
reddit
How can you possibly call flutter web stable?
To be honest, I'm a bit disappointed by the 2.0 announcement. How is it justified to move flutter web to stable ? This feels like pure make belief...
New post on /r/flutterdev subreddit:
How to choose your Flutter Web Renderer
https://ift.tt/3sP6VOe
March 04, 2021 at 11:57AM by thehappyharis
https://ift.tt/3kJfszo
How to choose your Flutter Web Renderer
https://ift.tt/3sP6VOe
March 04, 2021 at 11:57AM by thehappyharis
https://ift.tt/3kJfszo
New post on /r/flutterdev subreddit:
Can flutter desktop apps be reversed engineered?
When I ask this I am fully aware that anything that is not server side can be reverse engineered, it just boils down to how hard/expensive it is and how committed the hacker is, so with that in mind how easy or hard is it to reverse engineer a flutter desktop app?when building in python, it is very easy to reverse engineer some code and we usually have to use some Cython to compile our sourcecode and make it harder to read, is a desktop flutter app safer?
March 04, 2021 at 11:17AM by wallynext
https://ift.tt/389z9vl
Can flutter desktop apps be reversed engineered?
When I ask this I am fully aware that anything that is not server side can be reverse engineered, it just boils down to how hard/expensive it is and how committed the hacker is, so with that in mind how easy or hard is it to reverse engineer a flutter desktop app?when building in python, it is very easy to reverse engineer some code and we usually have to use some Cython to compile our sourcecode and make it harder to read, is a desktop flutter app safer?
March 04, 2021 at 11:17AM by wallynext
https://ift.tt/389z9vl
reddit
Can flutter desktop apps be reversed engineered?
When I ask this I am fully aware that anything that is not server side can be reverse engineered, it just boils down to how hard/expensive it is...
New post on /r/flutterdev subreddit:
Stable ≠ Production
We could really use a very high-level roadmap for each platform that the team determines meets their expectation for the platform being marked as production-ready. I realize this is a bit of a fuzzy line since the needs of an enterprise application may differ from a beats maker, but there are some clear lines. Even in the Flutter Engage Q&A the panelists said web is not production ready, but the Flutter announcement says that it is. They also said that Desktop is beta and lacks accessibility support and multi-window.How can Google do a better job of informing us when they think a particular platform meets the reasonable criteria to be called production-ready?
March 04, 2021 at 02:05PM by oravecz
https://ift.tt/2NUnmu6
Stable ≠ Production
We could really use a very high-level roadmap for each platform that the team determines meets their expectation for the platform being marked as production-ready. I realize this is a bit of a fuzzy line since the needs of an enterprise application may differ from a beats maker, but there are some clear lines. Even in the Flutter Engage Q&A the panelists said web is not production ready, but the Flutter announcement says that it is. They also said that Desktop is beta and lacks accessibility support and multi-window.How can Google do a better job of informing us when they think a particular platform meets the reasonable criteria to be called production-ready?
March 04, 2021 at 02:05PM by oravecz
https://ift.tt/2NUnmu6
Reddit
r/FlutterDev on Reddit: Stable ≠ Production
Posted by u/oravecz - No votes and 11 comments
New post on /r/flutterdev subreddit:
Invoice Ninja v5 is now stable & released!
It's been a big week for Flutter! We're also thrilled to announce Invoice Ninja v5 Stable Release! https://invoiceninja.org Woohoo! #Flutter #FlutterWeb #FlutterEngage #Opensource
March 04, 2021 at 12:56PM by invoice_ninja
https://ift.tt/3kKJEKP
Invoice Ninja v5 is now stable & released!
It's been a big week for Flutter! We're also thrilled to announce Invoice Ninja v5 Stable Release! https://invoiceninja.org Woohoo! #Flutter #FlutterWeb #FlutterEngage #Opensource
March 04, 2021 at 12:56PM by invoice_ninja
https://ift.tt/3kKJEKP
New post on /r/flutterdev subreddit:
OPINION: Flutter 2.0 was disappointing and not the direction I wanted for Flutter
This is just a personal opinion, and I'd love to hear your views. All my opinions come from me mainly being a Web Dev for 5+ years and a Flutter Dev for only around 1.5 years.When I learnt Flutter, I had only one goal - To make mobile apps rapidly for cross-platform and not have to write too much boilerplate code to get that done. And as Flutter progressed, I really hoped for more in that exact region - improve cross-platform mobile development. While Flutter Web and Desktop are a welcome addition, and I can't speak for Flutter Desktop cause I haven't tried it, Flutter Web has been incredibly disappointing.The world of Web Dev is rapidly progressing. React and Vue are not only hugely supported by most other libraries and SDKs, but they're also highly optimised. I get the appeal of learning one framework and building everything in it, but at the current stage Flutter Web has a long way to go before I call it stable. If I wanted to build a serious, huge project, there's no way I'm choosing Flutter right now. With frameworks like NextJS for SSR and multiple CSS UI Libraries for any JS Framework, I believe native web solutions like React will be superior.Most importantly, the appeal of Flutter was writing one code for anywhere. Android and iOS with the same codebase. There's no way the same codebase works for the Web too, so why bother rewriting your app to suit the web in a framework that's not built for it, just to reuse some components and logic?I've been long hoping for features on Flutter on the mobile side like Homescreen Widgets, More Native Mobile OS support, smoother apps etc.I'm really disappointed to see the direction Flutter is taking, trying to be the jack of all trades before it's really nailed down one properly.I would love to hear your opinions and whether you think Flutter made the right choice pushing Web and Desktop currently
March 04, 2021 at 01:58PM by Ashwin110
https://ift.tt/309Hqer
OPINION: Flutter 2.0 was disappointing and not the direction I wanted for Flutter
This is just a personal opinion, and I'd love to hear your views. All my opinions come from me mainly being a Web Dev for 5+ years and a Flutter Dev for only around 1.5 years.When I learnt Flutter, I had only one goal - To make mobile apps rapidly for cross-platform and not have to write too much boilerplate code to get that done. And as Flutter progressed, I really hoped for more in that exact region - improve cross-platform mobile development. While Flutter Web and Desktop are a welcome addition, and I can't speak for Flutter Desktop cause I haven't tried it, Flutter Web has been incredibly disappointing.The world of Web Dev is rapidly progressing. React and Vue are not only hugely supported by most other libraries and SDKs, but they're also highly optimised. I get the appeal of learning one framework and building everything in it, but at the current stage Flutter Web has a long way to go before I call it stable. If I wanted to build a serious, huge project, there's no way I'm choosing Flutter right now. With frameworks like NextJS for SSR and multiple CSS UI Libraries for any JS Framework, I believe native web solutions like React will be superior.Most importantly, the appeal of Flutter was writing one code for anywhere. Android and iOS with the same codebase. There's no way the same codebase works for the Web too, so why bother rewriting your app to suit the web in a framework that's not built for it, just to reuse some components and logic?I've been long hoping for features on Flutter on the mobile side like Homescreen Widgets, More Native Mobile OS support, smoother apps etc.I'm really disappointed to see the direction Flutter is taking, trying to be the jack of all trades before it's really nailed down one properly.I would love to hear your opinions and whether you think Flutter made the right choice pushing Web and Desktop currently
March 04, 2021 at 01:58PM by Ashwin110
https://ift.tt/309Hqer
reddit
OPINION: Flutter 2.0 was disappointing and not the direction I...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Flutter for heavy multimedia desktop application
Hi,Flutter noob here. Since Flutter 2 is announced and desktop support seems to come closer to be production ready, I wonder if Flutter is suited for multimedia desktop applications.For example, would it be a good choice for making an app like Photoshop, Blender and so on?From the top of my head I can see a few paint points depending on what Flutter has out of the shelve.Notably, what is the Flutter story about:A docking system (quite common in 3D application, IDE and so on)Resizable widget by user3D/2D GPU accelerated renderingPopups (modal or not)TooltipsNative Open/Save dialogWhat is your opinion on this?
March 04, 2021 at 01:25PM by codec-abc
https://ift.tt/3bYiNXD
Flutter for heavy multimedia desktop application
Hi,Flutter noob here. Since Flutter 2 is announced and desktop support seems to come closer to be production ready, I wonder if Flutter is suited for multimedia desktop applications.For example, would it be a good choice for making an app like Photoshop, Blender and so on?From the top of my head I can see a few paint points depending on what Flutter has out of the shelve.Notably, what is the Flutter story about:A docking system (quite common in 3D application, IDE and so on)Resizable widget by user3D/2D GPU accelerated renderingPopups (modal or not)TooltipsNative Open/Save dialogWhat is your opinion on this?
March 04, 2021 at 01:25PM by codec-abc
https://ift.tt/3bYiNXD
reddit
Flutter for heavy multimedia desktop application
Hi, Flutter noob here. Since Flutter 2 is announced and desktop support seems to come closer to be production ready, I wonder if Flutter is...
New post on /r/flutterdev subreddit:
Just finished Flutter course, what to do next?
Hello, I have just finished a Flutter course from LondonAppBrewery. What to do next to keep learning and improve my skills. The course I have finished was pretty "for beginners", the hardest app I created was firebase messaging app. What are the new things to learn and how to keep practicing?
March 04, 2021 at 01:18PM by haqnazar
https://ift.tt/389462W
Just finished Flutter course, what to do next?
Hello, I have just finished a Flutter course from LondonAppBrewery. What to do next to keep learning and improve my skills. The course I have finished was pretty "for beginners", the hardest app I created was firebase messaging app. What are the new things to learn and how to keep practicing?
March 04, 2021 at 01:18PM by haqnazar
https://ift.tt/389462W
reddit
Just finished Flutter course, what to do next?
Hello, I have just finished a Flutter course from LondonAppBrewery. What to do next to keep learning and improve my skills. The course I have...
New post on /r/flutterdev subreddit:
I cloned the Dashatar App (failed)
Here is the GitHub repo. You can visit the web app here.It is not mobile responsive. It's a little buggy. And I did my best.Also made a video on what I learnt.I feel it is a fun project you can do.
March 04, 2021 at 01:07PM by thehappyharis
https://ift.tt/30di92Q
I cloned the Dashatar App (failed)
Here is the GitHub repo. You can visit the web app here.It is not mobile responsive. It's a little buggy. And I did my best.Also made a video on what I learnt.I feel it is a fun project you can do.
March 04, 2021 at 01:07PM by thehappyharis
https://ift.tt/30di92Q
GitHub
GitHub - happyharis/dashatar_clone
Contribute to happyharis/dashatar_clone development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Fruit Ninja with Flutter!
https://youtu.be/AEjqrV_YM9U
March 04, 2021 at 02:54PM by thkp_jon
https://ift.tt/3qglWqH
Fruit Ninja with Flutter!
https://youtu.be/AEjqrV_YM9U
March 04, 2021 at 02:54PM by thkp_jon
https://ift.tt/3qglWqH
YouTube
Building Fruit Ninja
Implement a 2D version of the well loved class Fruit Ninja using basic Flutter widgetry.
github: https://github.com/bedardjo/fruit_ninja
github: https://github.com/bedardjo/fruit_ninja
New post on /r/flutterdev subreddit:
Building Fruit Ninja
https://www.youtube.com/watch?v=AEjqrV_YM9U
March 04, 2021 at 02:40PM by Purple_Pizzazz
https://ift.tt/309ZFQH
Building Fruit Ninja
https://www.youtube.com/watch?v=AEjqrV_YM9U
March 04, 2021 at 02:40PM by Purple_Pizzazz
https://ift.tt/309ZFQH
YouTube
Building Fruit Ninja
Implement a 2D version of the well loved class Fruit Ninja using basic Flutter widgetry.
github: https://github.com/bedardjo/fruit_ninja
github: https://github.com/bedardjo/fruit_ninja
New post on /r/flutterdev subreddit:
Hey flutter devs, we need a plugin that can hide system volume bar on volume keys pressed.
Hello flutter developers, we need to customise volume bar in our apps there's a plugin that hide volume bar when you change it by flutter code but doesn't have ability to hide it when volume keys pressed
March 04, 2021 at 02:29PM by diyar_gulli
https://ift.tt/3bhXtxb
Hey flutter devs, we need a plugin that can hide system volume bar on volume keys pressed.
Hello flutter developers, we need to customise volume bar in our apps there's a plugin that hide volume bar when you change it by flutter code but doesn't have ability to hide it when volume keys pressed
March 04, 2021 at 02:29PM by diyar_gulli
https://ift.tt/3bhXtxb
reddit
Hey flutter devs, we need a plugin that can hide system volume bar...
Hello flutter developers, we need to customise volume bar in our apps there's a plugin that hide volume bar when you change it by flutter code but...
New post on /r/flutterdev subreddit:
Chris Sells | It's All Widgets! Podcast
https://ift.tt/3e8syoJ
March 04, 2021 at 04:10PM by Purple_Pizzazz
https://ift.tt/3sIKqdQ
Chris Sells | It's All Widgets! Podcast
https://ift.tt/3e8syoJ
March 04, 2021 at 04:10PM by Purple_Pizzazz
https://ift.tt/3sIKqdQ
It's All Widgets!
Chris Sells | It's All Widgets!
Before joining Google, Chris was a contributing member of the Windows developer community for more than 20 years, including 3 years at Intel and 8 years at Microsoft. He’s written a number of books in this area and still maintains a blog that he started in…
New post on /r/flutterdev subreddit:
Does Flutter Web Endanger The App Stores?
As I was watching the flutter announcements yesterday, I got a little scared.Flutter web enables us to create web apps in such a way that circumventing the App Store is profoundly easy for the developer.All it takes is 3-4 influencer apps to pull from the App Store and train people on how to install as a web app and human behavior is transformed from using the App Stores entirely.Then google and Apple have no control over the revenue from their app stores. So is google creating a monster that they will be tempted to destroy?
March 04, 2021 at 03:45PM by jbryanh
https://ift.tt/38cLYVQ
Does Flutter Web Endanger The App Stores?
As I was watching the flutter announcements yesterday, I got a little scared.Flutter web enables us to create web apps in such a way that circumventing the App Store is profoundly easy for the developer.All it takes is 3-4 influencer apps to pull from the App Store and train people on how to install as a web app and human behavior is transformed from using the App Stores entirely.Then google and Apple have no control over the revenue from their app stores. So is google creating a monster that they will be tempted to destroy?
March 04, 2021 at 03:45PM by jbryanh
https://ift.tt/38cLYVQ
reddit
Does Flutter Web Endanger The App Stores?
As I was watching the flutter announcements yesterday, I got a little scared. Flutter web enables us to create web apps in such a way that...
New post on /r/flutterdev subreddit:
Flutter Animations: Interactive Page Flip Widget
https://youtu.be/h4MUGi-pb-Q
March 04, 2021 at 06:06PM by bizz84
https://ift.tt/3sNPpKd
Flutter Animations: Interactive Page Flip Widget
https://youtu.be/h4MUGi-pb-Q
March 04, 2021 at 06:06PM by bizz84
https://ift.tt/3sNPpKd
YouTube
Flutter Animations: Interactive Page Flip Widget
How to build an interactive page flip widget using Flutter's AnimationController, AnimationBuilder, gesture detectors and custom 3D matrix transforms.
Written tutorial:
https://codewithandrea.com/videos/flutter-animations-page-flip-widget-part1/
Starter…
Written tutorial:
https://codewithandrea.com/videos/flutter-animations-page-flip-widget-part1/
Starter…
New post on /r/flutterdev subreddit:
Ep. 011 - Draw a quad | Flutter Processing
https://youtube.com/watch?v=QHwrOBqJYAc&feature=share
March 04, 2021 at 06:01PM by Pixelreddit
https://ift.tt/3sJOwlS
Ep. 011 - Draw a quad | Flutter Processing
https://youtube.com/watch?v=QHwrOBqJYAc&feature=share
March 04, 2021 at 06:01PM by Pixelreddit
https://ift.tt/3sJOwlS
YouTube
Ep. 011 - Draw a quad | Flutter Processing
Today, we implement quad() in the Flutter port of Processing.https://github.com/matthew-carroll/flutter_processing---Follow:https://twitter.com/suprdeclarati...
New post on /r/flutterdev subreddit:
[Poll] What is your favoured editor for Flutter development?
I am just curious what the split is :)https://strawpoll.com/vj8jfoqfv
March 04, 2021 at 05:41PM by linxlad
https://ift.tt/2MP6K6o
[Poll] What is your favoured editor for Flutter development?
I am just curious what the split is :)https://strawpoll.com/vj8jfoqfv
March 04, 2021 at 05:41PM by linxlad
https://ift.tt/2MP6K6o
StrawPoll
What editor do you use for Flutter development - Guest on StrawPoll
What's your opinion? Vote now: Android Studio, Visual Studio Code, IntelliJ IDEA, Other
New tweet from FlutterDev:
🔁 Want to relive the keynote? Us too!
Watch the #FlutterEngage keynote, hosted by @timsneath, to catch up on all the announcements, partner updates, and more.
Now on demand → https://t.co/K7jbd44N7E pic.twitter.com/VMaxmpqcea— Flutter (@FlutterDev) March 4, 2021
March 04, 2021 at 06:18PM
http://twitter.com/FlutterDev/status/1367524777775218691
🔁 Want to relive the keynote? Us too!
Watch the #FlutterEngage keynote, hosted by @timsneath, to catch up on all the announcements, partner updates, and more.
Now on demand → https://t.co/K7jbd44N7E pic.twitter.com/VMaxmpqcea— Flutter (@FlutterDev) March 4, 2021
March 04, 2021 at 06:18PM
http://twitter.com/FlutterDev/status/1367524777775218691
Twitter
#flutterengage hashtag on Twitter
See Tweets about #flutterengage on Twitter. See what people are saying and join the conversation.
New post on Flutter Dev Google group:
Highlight new data in StreamBuilder
I have a StreamBuilder listening to a Firestore Collection stream. Works fine. When I get a new snapshot, I build a widget for each document in the collection. On a new snapshot with a new document, I would like to highlight the new document in the UI. Is there a way determine from the latest
March 04, 2021 at 06:36PM by John Boudreaux
https://ift.tt/2OiQMlk
Highlight new data in StreamBuilder
I have a StreamBuilder listening to a Firestore Collection stream. Works fine. When I get a new snapshot, I build a widget for each document in the collection. On a new snapshot with a new document, I would like to highlight the new document in the UI. Is there a way determine from the latest
March 04, 2021 at 06:36PM by John Boudreaux
https://ift.tt/2OiQMlk
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.