New post on /r/flutterdev subreddit:
NEW TODO APP WİTH FLUTTER DESKTOP
I just started working with Flutter. I will complete mistakes and deficiencies as soon as possible. I hope you will like it.Flutter ile çalışmaya yeni başladım. Acemiyim. Hataları ve eksikleri var biliyorum. Bir an önce düzelteceğim. Şimdilik elimden bu geldi.https://www.youtube.com/watch?v=xW5PAnsvtpYhttps://github.com/yessGlory17/glory_todo_desktop
February 10, 2021 at 10:09PM by yessGlory
https://ift.tt/370MgP1
NEW TODO APP WİTH FLUTTER DESKTOP
I just started working with Flutter. I will complete mistakes and deficiencies as soon as possible. I hope you will like it.Flutter ile çalışmaya yeni başladım. Acemiyim. Hataları ve eksikleri var biliyorum. Bir an önce düzelteceğim. Şimdilik elimden bu geldi.https://www.youtube.com/watch?v=xW5PAnsvtpYhttps://github.com/yessGlory17/glory_todo_desktop
February 10, 2021 at 10:09PM by yessGlory
https://ift.tt/370MgP1
YouTube
My beginner project todo app with Flutter Desktop | Devlog #1
My beginner project todo app with Flutter Desktop. Version 0.1.2https://github.com/yessGlory17/glory_todo_desktop
New post on Flutter Dev Google group:
Is your custom widget a second-class citizen?
Continuing my series of click-bait titles hoping to get some eyes on it. As a pre-note, some people have suggested I post to Discord or Slack to get more traction on these discussions, and that the Google Groups has devolved into noobville. Well, I'm sorry, but I don't see *any* community for
February 10, 2021 at 11:35PM by James Cook
https://ift.tt/3jDvrPh
Is your custom widget a second-class citizen?
Continuing my series of click-bait titles hoping to get some eyes on it. As a pre-note, some people have suggested I post to Discord or Slack to get more traction on these discussions, and that the Google Groups has devolved into noobville. Well, I'm sorry, but I don't see *any* community for
February 10, 2021 at 11:35PM by James Cook
https://ift.tt/3jDvrPh
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:
How to make and store Evernote like app in Flutter
As a Flutter Beginner, I have a doubt. I just need to make a notepad with an image and text storing feature. Just like evernote. It can store many images at the same time text too. How they do that and how they store and retrieve and show image and text files on our device just like webpage.I have tried and search on google nothing worked.
February 11, 2021 at 12:51AM by Ok_Understanding19
https://ift.tt/3a8B1pJ
How to make and store Evernote like app in Flutter
As a Flutter Beginner, I have a doubt. I just need to make a notepad with an image and text storing feature. Just like evernote. It can store many images at the same time text too. How they do that and how they store and retrieve and show image and text files on our device just like webpage.I have tried and search on google nothing worked.
February 11, 2021 at 12:51AM by Ok_Understanding19
https://ift.tt/3a8B1pJ
reddit
How to make and store Evernote like app in Flutter
As a Flutter Beginner, I have a doubt. I just need to make a notepad with an image and text storing feature. Just like evernote. It can store many...
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...