New post on /r/flutterdev subreddit:
Flutter Tutorial - Video Player - Fullscreen & Orientation (Johannes Milke)
https://www.youtube.com/watch?v=x0ZNQ0YXyfE
February 11, 2021 at 12:16AM by JohannesMilke
https://ift.tt/2MXkqw1
Flutter Tutorial - Video Player - Fullscreen & Orientation (Johannes Milke)
https://www.youtube.com/watch?v=x0ZNQ0YXyfE
February 11, 2021 at 12:16AM by JohannesMilke
https://ift.tt/2MXkqw1
YouTube
Flutter Tutorial - Video Player - Fullscreen, Portrait & Landscape
Rotate the Flutter Video Player in fullscreen by tapping the fullscreen button or rotate the device to Landscape & Portrait.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training |…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training |…
New post on /r/flutterdev subreddit:
Anyone here migrated from Bloc to another state management solution? I would like to hear that it was worth it.
I'm using flutter_bloc + clean architecture from resocoder.
https://resocoder.com/2019/08/27/flutter-tdd-clean-architecture-course-1-explanation-project-structure/I'm almost finishing my app and I feel this approach is too laborious and even thought it supposed to be clean, I don't feel it's really helping to reach the goal of clean architecture.
Domain is supposed to be totally isolated from the outer layers, but the bloc keeps pulling the business logic to itself because it was made to do it.
I feel like if I need to migrate my app to another state management solution, I would need to re-write a huge part of my code. So, what's the point of being clean in the first place?
I know maybe I'm messing it up, but reading the documentation of flutter_bloc lib, I feel like it was not created for clean arch.I'm thinking in moving to provider + change_notifier, as it looks to be what the flutter devs itself are using:
https://www.youtube.com/watch?v=d_m5csmrf7IOr maybe using riverpod, which i heard is a improved version of provider + change_notifier.
What do you guys think?
February 11, 2021 at 04:32AM by werexzenok
https://ift.tt/3qdSLW7
Anyone here migrated from Bloc to another state management solution? I would like to hear that it was worth it.
I'm using flutter_bloc + clean architecture from resocoder.
https://resocoder.com/2019/08/27/flutter-tdd-clean-architecture-course-1-explanation-project-structure/I'm almost finishing my app and I feel this approach is too laborious and even thought it supposed to be clean, I don't feel it's really helping to reach the goal of clean architecture.
Domain is supposed to be totally isolated from the outer layers, but the bloc keeps pulling the business logic to itself because it was made to do it.
I feel like if I need to migrate my app to another state management solution, I would need to re-write a huge part of my code. So, what's the point of being clean in the first place?
I know maybe I'm messing it up, but reading the documentation of flutter_bloc lib, I feel like it was not created for clean arch.I'm thinking in moving to provider + change_notifier, as it looks to be what the flutter devs itself are using:
https://www.youtube.com/watch?v=d_m5csmrf7IOr maybe using riverpod, which i heard is a improved version of provider + change_notifier.
What do you guys think?
February 11, 2021 at 04:32AM by werexzenok
https://ift.tt/3qdSLW7
Reso Coder
Flutter TDD Clean Architecture Course [1] – Explanation & Project Structure - Reso Coder
Subscribe Get the full project Keeping your code clean and tested are the two most important development practices. In Flutter, this is even more true than with other frameworks. On one hand, it's nice to hack a quick app together, on the other hand, larger…
New post on Flutter Dev Google group:
Alter app Icon and Name dynamically
Hello Dear, May I change the app icon and name dynamically based on a specific value or JSON response after the app installation? My requirements for the android app in Flutter. Please let me know.
February 11, 2021 at 05:38AM by Esrafil Ansari
https://ift.tt/3d0s0kc
Alter app Icon and Name dynamically
Hello Dear, May I change the app icon and name dynamically based on a specific value or JSON response after the app installation? My requirements for the android app in Flutter. Please let me know.
February 11, 2021 at 05:38AM by Esrafil Ansari
https://ift.tt/3d0s0kc
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:
Bumble like profile view in flutter
greetings to all, i want to have bumble like profile view on dashboard where after every image some details of user is displayed and if there is only one image all the details are shown together or else if information is limited then the images are displayed together. can any one tell me how do
February 11, 2021 at 06:17AM by palak pandey
https://ift.tt/3aSNXz9
Bumble like profile view in flutter
greetings to all, i want to have bumble like profile view on dashboard where after every image some details of user is displayed and if there is only one image all the details are shown together or else if information is limited then the images are displayed together. can any one tell me how do
February 11, 2021 at 06:17AM by palak pandey
https://ift.tt/3aSNXz9
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:
Efficient Sketching/Drawing App in Flutter (60 FPS!) Video
https://www.youtube.com/watch?v=21ljOS_-0uY
February 11, 2021 at 07:16AM by jaycoding
https://ift.tt/3aSWMZx
Efficient Sketching/Drawing App in Flutter (60 FPS!) Video
https://www.youtube.com/watch?v=21ljOS_-0uY
February 11, 2021 at 07:16AM by jaycoding
https://ift.tt/3aSWMZx
New post on Flutter Dev Google group:
Flutter App Bar Issue
I developed app using flutter. When I remove appBar from my Scaffold my app screen goes beyond the screen on notification bar as given below (Find Attachment). Suggest me to avoid above title outbound. Thank you in advance
February 11, 2021 at 09:00AM by Ankit Official
https://ift.tt/3p9CrVc
Flutter App Bar Issue
I developed app using flutter. When I remove appBar from my Scaffold my app screen goes beyond the screen on notification bar as given below (Find Attachment). Suggest me to avoid above title outbound. Thank you in advance
February 11, 2021 at 09:00AM by Ankit Official
https://ift.tt/3p9CrVc
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:
Medium Clone App In Flutter
I was trying to make an app like medium. I got the base Idea from this link. But I don't know they Medium shows image in TextField and later in Text. example image: If you have any Idea share them with me
February 11, 2021 at 09:41AM by Ok_Understanding19
https://ift.tt/3a7aaKC
Medium Clone App In Flutter
I was trying to make an app like medium. I got the base Idea from this link. But I don't know they Medium shows image in TextField and later in Text. example image: If you have any Idea share them with me
February 11, 2021 at 09:41AM by Ok_Understanding19
https://ift.tt/3a7aaKC
Medium
Flutter: Medium-like Text Editor
Building a simplified version of the text editor used in the Medium mobile app
New post on Flutter Dev Google group:
Loader in Web View using Flutter
Hi, I create loader in webView app using Fllutter. But some time loader lags... like after loading pages it continuous shows loader
Loader in Web View using Flutter
Hi, I create loader in webView app using Fllutter. But some time loader lags... like after loading pages it continuous shows loader
any suggestion to resolve this or any modification or other method Kindly revert with the code. Thanks class MyApp extends StatefulWidget { //
February 11, 2021 at 12:11PM by Rasmi Priya
https://ift.tt/2Zd4HeJ
New post on /r/flutterdev subreddit:
Beginning Integration Testing
https://ift.tt/3tP8Nbi
February 11, 2021 at 01:02PM by fredgrott
https://ift.tt/3peg3K6
Beginning Integration Testing
https://ift.tt/3tP8Nbi
February 11, 2021 at 01:02PM by fredgrott
https://ift.tt/3peg3K6
Medium
Beginning Integration Testing
The reason why you the beginning flutter developer should do integration testing is because in the app market app users expect…
New post on /r/flutterdev subreddit:
My company is making us junior frontend engineers learn Flutter Web. Help.
I'm a junior engineer for the company and I'm still currently under training before they let us handle real projects. This was supposed to be my last month of training when management suddenly changed plans and decided that we end the training with Flutter instead of continuing with React Typescript. So they also extended the training period for another month.We're on the same boat with the junior iOS and Android devs but it makes more sense for them to learn Flutter than us Frontend people. I understand the current situation of Flutter web not being production ready yet and there is still a lot of performance issues, especially the stutter-y scroll (my head would hurt because of my shtty eyes LOL).The idea of Flutter was to have one code base for different screen sizes and whatnot, and given that MOST learning materials are in the context of mobile, I guess my question is:Will it make sense if I would learn Flutter despite the materials being in the context of mobile? There is not much support nor learning materials specific to flutter web other than code-along videos. And there are only a few of those.Note: this will be self-studying. My training prior to this was I had senior devs train us. But now, we don't have flutter devs so we're basically the first in the company.
February 11, 2021 at 01:02PM by reddit04029
https://ift.tt/3a9Hz7m
My company is making us junior frontend engineers learn Flutter Web. Help.
I'm a junior engineer for the company and I'm still currently under training before they let us handle real projects. This was supposed to be my last month of training when management suddenly changed plans and decided that we end the training with Flutter instead of continuing with React Typescript. So they also extended the training period for another month.We're on the same boat with the junior iOS and Android devs but it makes more sense for them to learn Flutter than us Frontend people. I understand the current situation of Flutter web not being production ready yet and there is still a lot of performance issues, especially the stutter-y scroll (my head would hurt because of my shtty eyes LOL).The idea of Flutter was to have one code base for different screen sizes and whatnot, and given that MOST learning materials are in the context of mobile, I guess my question is:Will it make sense if I would learn Flutter despite the materials being in the context of mobile? There is not much support nor learning materials specific to flutter web other than code-along videos. And there are only a few of those.Note: this will be self-studying. My training prior to this was I had senior devs train us. But now, we don't have flutter devs so we're basically the first in the company.
February 11, 2021 at 01:02PM by reddit04029
https://ift.tt/3a9Hz7m
reddit
My company is making us junior frontend engineers learn Flutter...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Integrate historical map overlay in Flutter
Hi,If you are curious about how to overlay a modern map with an old map, check my new tutorial on Medium -> Historical map overlay with MapBox in FlutterMoreover, to georeference your historical map in QGIS software using MapBox map, check out this guide on Medium
February 11, 2021 at 01:37PM by D_Nika
https://ift.tt/3qaWV0R
Integrate historical map overlay in Flutter
Hi,If you are curious about how to overlay a modern map with an old map, check my new tutorial on Medium -> Historical map overlay with MapBox in FlutterMoreover, to georeference your historical map in QGIS software using MapBox map, check out this guide on Medium
February 11, 2021 at 01:37PM by D_Nika
https://ift.tt/3qaWV0R
Medium
Historical map overlay with MapBox in Flutter
This tutorial is part of a series of articles
New post on /r/flutterdev subreddit:
MapBox in Flutter step by step guide
Hello,For those who are new to Flutter and would like to learn how to integrate MapBox, check out this step by step tutorial on MapBox in FlutterYou will learn how to:Display a full-screen mapUse MapBox as a map providerDetect current user locationPlace a pin (marker) on the long press
February 11, 2021 at 01:32PM by D_Nika
https://ift.tt/3d1XcQ1
MapBox in Flutter step by step guide
Hello,For those who are new to Flutter and would like to learn how to integrate MapBox, check out this step by step tutorial on MapBox in FlutterYou will learn how to:Display a full-screen mapUse MapBox as a map providerDetect current user locationPlace a pin (marker) on the long press
February 11, 2021 at 01:32PM by D_Nika
https://ift.tt/3d1XcQ1
Medium
MapBox in Flutter Part 1
What you will learn from this post?
New post on /r/flutterdev subreddit:
Chat App UI Design Flutter
https://www.youtube.com/watch?v=WgJ6TzNswEo
February 11, 2021 at 01:25PM by PennyPainter
https://ift.tt/3dfwzrd
Chat App UI Design Flutter
https://www.youtube.com/watch?v=WgJ6TzNswEo
February 11, 2021 at 01:25PM by PennyPainter
https://ift.tt/3dfwzrd
YouTube
Flutter Chat App UI Design tutorial | Speed Code
Learn how to design a chat app ui in flutter. i create two pages Chat home page and conversation page.
🔽 Widgets covered in this tutorial
TabBar
TabBar Controller
TabBar View
Floating Action Button
ListView.Builder
_____________________________
👩💻 Project…
🔽 Widgets covered in this tutorial
TabBar
TabBar Controller
TabBar View
Floating Action Button
ListView.Builder
_____________________________
👩💻 Project…
New post on /r/flutterdev subreddit:
How to build a video streaming app with Flutter and Mux
https://ift.tt/3jDdqk1
February 11, 2021 at 03:03PM by Cr0c0lia
https://ift.tt/373x4ke
How to build a video streaming app with Flutter and Mux
https://ift.tt/3jDdqk1
February 11, 2021 at 03:03PM by Cr0c0lia
https://ift.tt/373x4ke
Codemagic blog
How to build a video streaming app with Flutter and Mux | Codemagic Blog
In this article, you will see how Mux helps to handle all the complex steps of the video streaming process and how to build a video streaming app with Flutter.
New post on /r/flutterdev subreddit:
Are you happy with Flutter? — Q4 2020 user survey results
https://ift.tt/2OplARn
February 11, 2021 at 05:18PM by Elixane
https://ift.tt/2Z4Hn30
Are you happy with Flutter? — Q4 2020 user survey results
https://ift.tt/2OplARn
February 11, 2021 at 05:18PM by Elixane
https://ift.tt/2Z4Hn30
Medium
Are you happy with Flutter? — Q4 2020 user survey results
The Flutter team at Google has been running a quarterly survey program to collect your feedback since 2018. The survey for the last…
New post on /r/flutterdev subreddit:
FlutterFlow - Visual Flutter Editor Pre-Launch Update
https://youtu.be/S_Dwqhgpiik
February 11, 2021 at 07:11PM by Flutter_Flow
https://ift.tt/374o5PM
FlutterFlow - Visual Flutter Editor Pre-Launch Update
https://youtu.be/S_Dwqhgpiik
February 11, 2021 at 07:11PM by Flutter_Flow
https://ift.tt/374o5PM
YouTube
Firebase Integration | FlutterFlow Demo
With FlutterFlow, you can build apps at the speed of thought. In this video, you can watch one of us build a social media app with Firebase integration- the whole process took.... under 2 hours. 🤭
Ready to try FlutterFlow for yourself? Start building your…
Ready to try FlutterFlow for yourself? Start building your…
New post on /r/flutterdev subreddit:
Announcing Rive Open Beta
https://youtube.com/watch?v=Dgzt8ZAvZlU&feature=share
February 11, 2021 at 06:56PM by Pixelreddit
https://ift.tt/3jFquFu
Announcing Rive Open Beta
https://youtube.com/watch?v=Dgzt8ZAvZlU&feature=share
February 11, 2021 at 06:56PM by Pixelreddit
https://ift.tt/3jFquFu
YouTube
Announcing the new Rive
The Rive beta is here! The new Rive introduces team collaboration, a new editor with numerous UX improvements and features, and new native runtimes for Web, iOS, Android, Flutter, and C++. Sign up for the beta: https://rive.app.
New post on /r/flutterdev subreddit:
DevLog Making my First Flutter - Creates Chat Stickers with Machine Learning
https://youtu.be/iot7ireMs00
February 11, 2021 at 06:48PM by Ramgendeploy
https://ift.tt/3aTmXiZ
DevLog Making my First Flutter - Creates Chat Stickers with Machine Learning
https://youtu.be/iot7ireMs00
February 11, 2021 at 06:48PM by Ramgendeploy
https://ift.tt/3aTmXiZ
YouTube
Deploying Pytorch model using Python server | Making my first ML with Flutter | | aiSM #2
I Sorted the play store problem! We are doing a Flutter app now! ✨Update✨Check the app!https://play.google.com/store/apps/details?id=com.ramgendeploy.aistic...
New tweet from FlutterDev:
♾ ✨ Infinite customization with Flutter animations.
Learn how the animations package, provided by the @MaterialDesign team, lets you create simple, beautiful transitions. This helps your users better understand what's going on in your app.
Watch → https://t.co/7lIzh8hvs4 pic.twitter.com/fYuOW87qoQ— Flutter (@FlutterDev) February 11, 2021
February 11, 2021 at 07:29PM
http://twitter.com/FlutterDev/status/1359932668285243393
♾ ✨ Infinite customization with Flutter animations.
Learn how the animations package, provided by the @MaterialDesign team, lets you create simple, beautiful transitions. This helps your users better understand what's going on in your app.
Watch → https://t.co/7lIzh8hvs4 pic.twitter.com/fYuOW87qoQ— Flutter (@FlutterDev) February 11, 2021
February 11, 2021 at 07:29PM
http://twitter.com/FlutterDev/status/1359932668285243393
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:
Generating Flutter code in Figma. Test & feedback UIcode plugin!
Hey badass community,So happy to share with you the big news.I am honored to invite you to be our first users. 🤩
UIcode is here to let you generate clean Flutter code of your design right inside Figma. Better handoff, faster coding, sooner launching your projects. It aims to be your assistant, coding the easy part for you. You code the final touch, making the app WORK.Building mobile apps doesn't get any easier. So why not helping us build the tool that automates at least a part of your routine. Try & Feedback! How is the code, what features to add, would you use it, anything. Just reply me your feedback here.Ready to test? 👉 https://bit.ly/TryUIcodeplugin
February 11, 2021 at 07:03PM by Affectionate-Chip506
https://ift.tt/3jDRlSt
Generating Flutter code in Figma. Test & feedback UIcode plugin!
Hey badass community,So happy to share with you the big news.I am honored to invite you to be our first users. 🤩
UIcode is here to let you generate clean Flutter code of your design right inside Figma. Better handoff, faster coding, sooner launching your projects. It aims to be your assistant, coding the easy part for you. You code the final touch, making the app WORK.Building mobile apps doesn't get any easier. So why not helping us build the tool that automates at least a part of your routine. Try & Feedback! How is the code, what features to add, would you use it, anything. Just reply me your feedback here.Ready to test? 👉 https://bit.ly/TryUIcodeplugin
February 11, 2021 at 07:03PM by Affectionate-Chip506
https://ift.tt/3jDRlSt
Figma
UIcode
Figma Community plugin — Dear Figma community,
We invite you to make the most of UIcode - a design to code tool that accelerates your mobile app development process.
UIcode plugin generates clean code of your mobile design right inside Figma within seconds.…
We invite you to make the most of UIcode - a design to code tool that accelerates your mobile app development process.
UIcode plugin generates clean code of your mobile design right inside Figma within seconds.…
New post on /r/flutterdev subreddit:
Working on Camera Tab. Now Click and View the image like WhatsApp using Camera Plugin
https://youtu.be/YfIeQz4xaRs
February 11, 2021 at 11:12AM by devstack06
https://ift.tt/3tQrmvt
Working on Camera Tab. Now Click and View the image like WhatsApp using Camera Plugin
https://youtu.be/YfIeQz4xaRs
February 11, 2021 at 11:12AM by devstack06
https://ift.tt/3tQrmvt
YouTube
Flutter Chat App - Click and view the Picture like WhatsApp (Camera Tab) || Camera Plugin || #15
Show your support and subscribe to the channel -: https://devstack.page.link/eNh4 🤝🤝
#Flutter #CameraPlugin #WhatsApp
Last Video Link: https://youtu.be/48hm3n7GyZY
----------------------------------------------------------------------------------------…
#Flutter #CameraPlugin #WhatsApp
Last Video Link: https://youtu.be/48hm3n7GyZY
----------------------------------------------------------------------------------------…