New post on /r/flutterdev subreddit:
Is camera data or business logic layer in Bloc architecture?
Hi Everyone!I am try learn Bloc architecture with this: https://bloclibrary.dev/#/architectureI am try implement camera plugin with this architecture but I am not sure which layer camera is. Is it go in data layer? So when I call cameras = await availableCameras(); I do this in business logic or data layer? Is this same for CameraController controller = CameraController(cameras[0], ResolutionPreset.medium); ?Thanks for help!If anyone have repo which initialize camera with this architecture I want see how you do!
February 04, 2020 at 11:04PM by Flutter_Dev
https://ift.tt/2UnxNH8
Is camera data or business logic layer in Bloc architecture?
Hi Everyone!I am try learn Bloc architecture with this: https://bloclibrary.dev/#/architectureI am try implement camera plugin with this architecture but I am not sure which layer camera is. Is it go in data layer? So when I call cameras = await availableCameras(); I do this in business logic or data layer? Is this same for CameraController controller = CameraController(cameras[0], ResolutionPreset.medium); ?Thanks for help!If anyone have repo which initialize camera with this architecture I want see how you do!
February 04, 2020 at 11:04PM by Flutter_Dev
https://ift.tt/2UnxNH8
Dart packages
camera | Flutter package
A Flutter plugin for controlling the camera. Supports previewing the camera feed, capturing images and video, and streaming image buffers to Dart.
New post on /r/flutterdev subreddit:
Weekly Questions Thread - February 04, 2020
This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Also the Flutter.dev getting started tutorial and the Flutter Cookbook should have the answers to most simple questions. Examples of questions:How do I send data to a new screen?Does anyone have a link to the source for the Flutter Gallery app?How do I change the application launcher icon in Flutter?Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged.Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead.Have a question about the subreddit or otherwise for /r/FlutterDev mods? We welcome your mod mail!Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Fridays.Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link!
February 04, 2020 at 11:32PM by AutoModerator
https://ift.tt/31qpJqE
Weekly Questions Thread - February 04, 2020
This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Also the Flutter.dev getting started tutorial and the Flutter Cookbook should have the answers to most simple questions. Examples of questions:How do I send data to a new screen?Does anyone have a link to the source for the Flutter Gallery app?How do I change the application launcher icon in Flutter?Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged.Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead.Have a question about the subreddit or otherwise for /r/FlutterDev mods? We welcome your mod mail!Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Fridays.Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link!
February 04, 2020 at 11:32PM by AutoModerator
https://ift.tt/31qpJqE
Reddit
index - FlutterDev
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Job interview
Hi, and thanks for any advice in advance :)I'm a programmer, having coded for many platforms, including some classic video games, native apps, ionic and, naturally, Flutter.I've always been a freelancer and for a while things were good. But my country is in a serious economic crisis since 2015 and freelancing is becoming less and less an option. So...Tomorrow I have a job interview to a Flutter dev position. I'm well capable of the task at hand (the job itself) but I've neeeever been to a job interview in the last decade. So I was wondering:Do you guys have some tips about what you'd consider important to say or any specific knowledge that interviewers are currently looking for when hiring flutter developers?Thanks tons!
February 05, 2020 at 12:26AM by zaraned
https://ift.tt/382VUyQ
Job interview
Hi, and thanks for any advice in advance :)I'm a programmer, having coded for many platforms, including some classic video games, native apps, ionic and, naturally, Flutter.I've always been a freelancer and for a while things were good. But my country is in a serious economic crisis since 2015 and freelancing is becoming less and less an option. So...Tomorrow I have a job interview to a Flutter dev position. I'm well capable of the task at hand (the job itself) but I've neeeever been to a job interview in the last decade. So I was wondering:Do you guys have some tips about what you'd consider important to say or any specific knowledge that interviewers are currently looking for when hiring flutter developers?Thanks tons!
February 05, 2020 at 12:26AM by zaraned
https://ift.tt/382VUyQ
reddit
Job interview
A subreddit for Google's crossplatform UI toolkit.
New post on /r/flutterdev subreddit:
I have an identity crisis
Just joking, don't take it seriously.So anyway, I've been using DartAngular for over a year now and have a production application (go as backend).Today I got into pub.dev just to see if there's a new package for GraphQL that is compatible with DartAngular. To my surprise, there were no more Web tags on packages, only Dart Native / Flutter.
It was not the end of the world since I already wrote my own package for GraphQL including subscriptions (very much fun)I've also been eager for the final release of Flutter for Web but I don't feel it's going to happen very soon. From the beginning of the project the plan was using DartAngular till Flutter web is production-ready and move my code into Flutter. I have most of my logic in a separate project including BLOC states so doing that change is not that hard.The bottom line now that my project is live very soon stage 2 of development is coming in and I don't know if I should keep investing in DartAngular. I'm not worried it's going to disappear since google uses it heavily in their Adwords department (most of their money-making machine) but I feel I'm going to get behind technology-wise if I stay with DartAngular.Anyway, wanted to ask you guys what are you using for Web Front-End Development? I'm not a fan of typescript since I learned Dart it's the last thing in the world I would like to use. Maybe Kotlin, Swift or just hold the fort till Flutter for Web is productive? What do you guys recommend?
February 05, 2020 at 02:58AM by Kwaig
https://ift.tt/2vJr1kK
I have an identity crisis
Just joking, don't take it seriously.So anyway, I've been using DartAngular for over a year now and have a production application (go as backend).Today I got into pub.dev just to see if there's a new package for GraphQL that is compatible with DartAngular. To my surprise, there were no more Web tags on packages, only Dart Native / Flutter.
It was not the end of the world since I already wrote my own package for GraphQL including subscriptions (very much fun)I've also been eager for the final release of Flutter for Web but I don't feel it's going to happen very soon. From the beginning of the project the plan was using DartAngular till Flutter web is production-ready and move my code into Flutter. I have most of my logic in a separate project including BLOC states so doing that change is not that hard.The bottom line now that my project is live very soon stage 2 of development is coming in and I don't know if I should keep investing in DartAngular. I'm not worried it's going to disappear since google uses it heavily in their Adwords department (most of their money-making machine) but I feel I'm going to get behind technology-wise if I stay with DartAngular.Anyway, wanted to ask you guys what are you using for Web Front-End Development? I'm not a fan of typescript since I learned Dart it's the last thing in the world I would like to use. Maybe Kotlin, Swift or just hold the fort till Flutter for Web is productive? What do you guys recommend?
February 05, 2020 at 02:58AM by Kwaig
https://ift.tt/2vJr1kK
Dart packages
The official repository for Dart and Flutter packages.
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
New post on /r/flutterdev subreddit:
How I Turn Neumorphic Design to Flutter Code
https://youtu.be/uGS-qVUCByQ
February 05, 2020 at 04:19AM by thehappyharis
https://ift.tt/2ujnKIF
How I Turn Neumorphic Design to Flutter Code
https://youtu.be/uGS-qVUCByQ
February 05, 2020 at 04:19AM by thehappyharis
https://ift.tt/2ujnKIF
YouTube
How I Turn Neumorphic Design to Flutter Code
Another neumorphic design: the pie chart. This one is really hard for me. However, I managed it. Just some info, this is static, it does not respond dynamically with values you input. This is due to the nature of the of how I created the widget. So yeah,…
New post on /r/flutterdev subreddit:
Do you use appbundle or apk --split-per-abi?
Did anyone got #36822 issue?
February 05, 2020 at 05:47AM by 155456155456
https://ift.tt/38aMykZ
Do you use appbundle or apk --split-per-abi?
Did anyone got #36822 issue?
February 05, 2020 at 05:47AM by 155456155456
https://ift.tt/38aMykZ
GitHub
Crash on Android 6.0 Xiaomi devices after release on PlayStore · Issue #36822 · flutter/flutter
Canonical issue: https://issuetracker.google.com/issues/147096055 I have launched my app in playstore, but i have found so many crash after the app is opened. And according my data on playstore, al...
New post on Flutter Dev Google group:
Open Source Code Review Tool
Hello, I have outsourced the development of an application (in flutter for android/iOS) and, before to go live I want to perform few validation tests. In particular I am keen to: - Perform Quality Code Review (to understand how good the application has been written) -
February 05, 2020 at 06:58AM by Ivan Pironi
https://ift.tt/2RZwc9a
Open Source Code Review Tool
Hello, I have outsourced the development of an application (in flutter for android/iOS) and, before to go live I want to perform few validation tests. In particular I am keen to: - Perform Quality Code Review (to understand how good the application has been written) -
February 05, 2020 at 06:58AM by Ivan Pironi
https://ift.tt/2RZwc9a
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 Tutorial: Animations for Lazy People
https://ift.tt/2UrbEbd
February 05, 2020 at 07:41AM by Gigatronbot
https://ift.tt/371kQW8
Flutter Tutorial: Animations for Lazy People
https://ift.tt/2UrbEbd
February 05, 2020 at 07:41AM by Gigatronbot
https://ift.tt/371kQW8
Codemagic blog
Flutter Tutorial: Animations for Lazy People | Codemagic Blog
Introduction to the world of animations. From basic Tweens to implicit Animations that are built right into the framework.
New post on /r/flutterdev subreddit:
I've been having trouble with VSCode recently, can you help me get rid of the highlight that appears after you open up parenthesis and write in a parameter? It disables autocomplete and is annoying.
Video of my problem here: https://imgur.com/a/UGmGGAFI hope you understand what I mean. I could not find any help on the internet. Is there a way to disable that weird highlight that blocks autocomplete? Thanks.Also, why am I not allowed to post images/videos?
February 05, 2020 at 08:42AM by dragonslayerarmour
https://ift.tt/36Zjlb9
I've been having trouble with VSCode recently, can you help me get rid of the highlight that appears after you open up parenthesis and write in a parameter? It disables autocomplete and is annoying.
Video of my problem here: https://imgur.com/a/UGmGGAFI hope you understand what I mean. I could not find any help on the internet. Is there a way to disable that weird highlight that blocks autocomplete? Thanks.Also, why am I not allowed to post images/videos?
February 05, 2020 at 08:42AM by dragonslayerarmour
https://ift.tt/36Zjlb9
Imgur
Post with 75 views.
New post on /r/flutterdev subreddit:
Built-in Explicit Animations in Flutter
https://ift.tt/2twMmxh
February 05, 2020 at 11:17AM by Flutter-Devs
https://ift.tt/380Vedl
Built-in Explicit Animations in Flutter
https://ift.tt/2twMmxh
February 05, 2020 at 11:17AM by Flutter-Devs
https://ift.tt/380Vedl
Medium
Built-in Explicit Animations in Flutter
AnimatedFoo and TweenAnimationBuilder enabled you to drop some fundamental animations into your application.
New post on /r/flutterdev subreddit:
Very simple calculator using dartpad
Hello,This is my first very simple calculator using dartpad as flutter beginner.https://dartpad.dartlang.org/292ba20341d4ea9b4c285b2bdc5840b4To get the result from 1+2just hit button 1, button +, button 2, button =
February 05, 2020 at 11:01AM by odon95
https://ift.tt/2Sl0Okk
Very simple calculator using dartpad
Hello,This is my first very simple calculator using dartpad as flutter beginner.https://dartpad.dartlang.org/292ba20341d4ea9b4c285b2bdc5840b4To get the result from 1+2just hit button 1, button +, button 2, button =
February 05, 2020 at 11:01AM by odon95
https://ift.tt/2Sl0Okk
reddit
Very simple calculator using dartpad
A subreddit for Google's crossplatform UI toolkit.
New post on /r/flutterdev subreddit:
Text Recognition with ML-Kit in Flutter | FlutterDevs
https://ift.tt/2vPSph3
February 05, 2020 at 11:20AM by Flutter-Devs
https://ift.tt/2OtCITj
Text Recognition with ML-Kit in Flutter | FlutterDevs
https://ift.tt/2vPSph3
February 05, 2020 at 11:20AM by Flutter-Devs
https://ift.tt/2OtCITj
Medium
Text Recognition with ML-Kit | Flutter
Hi everyone, In this article, you will learn how to implement the ML-Kit text recognition in your app.
New post on /r/flutterdev subreddit:
Text Recognition with ML-Kit | Flutter
https://ift.tt/2vPSph3
February 05, 2020 at 01:35PM by ashishrawat2911
https://ift.tt/376gflS
Text Recognition with ML-Kit | Flutter
https://ift.tt/2vPSph3
February 05, 2020 at 01:35PM by ashishrawat2911
https://ift.tt/376gflS
Medium
Text Recognition with ML-Kit | Flutter
Hi everyone, In this article, you will learn how to implement the ML-Kit text recognition in your app.
New post on /r/flutterdev subreddit:
A package to create cool loading effect using shimmer animation
https://ift.tt/2Q7GwwB
February 05, 2020 at 01:34PM by zMisir
https://ift.tt/2GX9hFa
A package to create cool loading effect using shimmer animation
https://ift.tt/2Q7GwwB
February 05, 2020 at 01:34PM by zMisir
https://ift.tt/2GX9hFa
Dart packages
shimmer | Flutter Package
A package provides an easy way to add shimmer effect in Flutter project
New post on Flutter Dev Google group:
How to implement clear field with flutter_form_builder 3.7.3?
I find flutter_form_builder 3.7.3 https://ift.tt/2Xn0AOR really helpful to reduce the amount of effort to build a form. However, I'm trying to implement clearing a field in the form, for example, when the field is in focus, or with some simple means equivalent, such as
February 05, 2020 at 03:06PM by Yu Shen
https://ift.tt/381KgEy
How to implement clear field with flutter_form_builder 3.7.3?
I find flutter_form_builder 3.7.3 https://ift.tt/2Xn0AOR really helpful to reduce the amount of effort to build a form. However, I'm trying to implement clearing a field in the form, for example, when the field is in focus, or with some simple means equivalent, such as
February 05, 2020 at 03:06PM by Yu Shen
https://ift.tt/381KgEy
Dart packages
flutter_form_builder | Flutter Package
Package to build Material Form with fields like TextField, DropDown, Switches etc. with ability to create custom FormFields and composability and reuse validation functions.
New post on /r/flutterdev subreddit:
Can you stream video / audio to a back-end API?
I'm fairly new in Flutter.My question is if it's possible to do video streaming with Flutter? Similar to YouTube Live where the video is streamed to their servers and later can be accessed on the website.My setup would be similar to that, but instead I'd like to save the video stream data on my server using Go as the back-end API.
February 05, 2020 at 03:38PM by feketegy
https://ift.tt/2GVecpX
Can you stream video / audio to a back-end API?
I'm fairly new in Flutter.My question is if it's possible to do video streaming with Flutter? Similar to YouTube Live where the video is streamed to their servers and later can be accessed on the website.My setup would be similar to that, but instead I'd like to save the video stream data on my server using Go as the back-end API.
February 05, 2020 at 03:38PM by feketegy
https://ift.tt/2GVecpX
reddit
Can you stream video / audio to a back-end API?
I'm fairly new in Flutter. My question is if it's possible to do video streaming with Flutter? Similar to YouTube Live where the video is...
New post on /r/flutterdev subreddit:
What is Nullability in Dart (Non-nullable by default)? (upcoming feature explained by @creativemaybeno)
https://ift.tt/2GYJhJq
February 05, 2020 at 04:58PM by creativemaybeno
https://ift.tt/2txJ2C3
What is Nullability in Dart (Non-nullable by default)? (upcoming feature explained by @creativemaybeno)
https://ift.tt/2GYJhJq
February 05, 2020 at 04:58PM by creativemaybeno
https://ift.tt/2txJ2C3
Stack Overflow
What is Null Safety in Dart?
I have heard of the new Dart null safety language feature (NNBD), currently the "'non-nullable' experiment". It is supposed to introduce non-nullable by default.
The feature specification can be f...
The feature specification can be f...
New post on /r/flutterdev subreddit:
possible to label/annotate widgets for Flutter Outline view?
using android studio, i want to make better use of the Flutter Outline view, but it's really difficult to single out the widget i am looking for when there are so many widgets in the tree (generically listed like "row", "column", "container", etc). it's just not fast to navigate/visually parse.is there a way that i can put annotations or labels in the flutter "source code" that will get shown there instead? for instance, for a container, it just lists the next attribute of the container in gray (margin:....). I'd rather be able to put something meaningful in there in some cases. i realize i could create custom widgets that implement whatever i need and name them appropriately, but it seems crazy to do so in a lot of cases if you aren't truly extending any functionality of built-in widgets.if this isn't the right place to ask, can someone direct me where that would be? thanks!
February 05, 2020 at 06:20PM by pickleback11
https://ift.tt/36ZF5Uq
possible to label/annotate widgets for Flutter Outline view?
using android studio, i want to make better use of the Flutter Outline view, but it's really difficult to single out the widget i am looking for when there are so many widgets in the tree (generically listed like "row", "column", "container", etc). it's just not fast to navigate/visually parse.is there a way that i can put annotations or labels in the flutter "source code" that will get shown there instead? for instance, for a container, it just lists the next attribute of the container in gray (margin:....). I'd rather be able to put something meaningful in there in some cases. i realize i could create custom widgets that implement whatever i need and name them appropriately, but it seems crazy to do so in a lot of cases if you aren't truly extending any functionality of built-in widgets.if this isn't the right place to ask, can someone direct me where that would be? thanks!
February 05, 2020 at 06:20PM by pickleback11
https://ift.tt/36ZF5Uq
reddit
possible to label/annotate widgets for Flutter Outline view?
using android studio, i want to make better use of the Flutter Outline view, but it's really difficult to single out the widget i am looking for...
New post on /r/flutterdev subreddit:
Clean Architecture with Change Notifier
Hey Guys,To train my skills in Flutter I want to learn how to write clean code with a clean architechture and unit tests. I followed this tutorial by Reso Coder which uses the clean architecture of uncle Bob. It's awsome but I want to use ChangeNotifiers and Provider instead of bloc because in ui it feels more "natural" to just call a method than Creating an instance of a Use Case and adding it to the BlocProvider. And I thought about deleting the Use Cases when I use ChangeNotifier and store the buisness logic in the ChangeNotifier.What do you think about it? Is it a good Idea to not implement the Use Cases? And do you have any experiences with this or know a repository where I can find a implementation of clean architechture with ChangeNotifiers?
February 05, 2020 at 07:11PM by T0kwe0
https://ift.tt/2GZysqk
Clean Architecture with Change Notifier
Hey Guys,To train my skills in Flutter I want to learn how to write clean code with a clean architechture and unit tests. I followed this tutorial by Reso Coder which uses the clean architecture of uncle Bob. It's awsome but I want to use ChangeNotifiers and Provider instead of bloc because in ui it feels more "natural" to just call a method than Creating an instance of a Use Case and adding it to the BlocProvider. And I thought about deleting the Use Cases when I use ChangeNotifier and store the buisness logic in the ChangeNotifier.What do you think about it? Is it a good Idea to not implement the Use Cases? And do you have any experiences with this or know a repository where I can find a implementation of clean architechture with ChangeNotifiers?
February 05, 2020 at 07:11PM by T0kwe0
https://ift.tt/2GZysqk
Reso Coder
Flutter Clean Architecture & TDD Course - Reso Coder
New post on Flutter Dev Google group:
handling Intent in Flutter
Hello, User can open html files with my app. In order to read the content of the file I use Channel to push contents of the file from MainActivity to main.dart: @Override public void configureFlutterEngine(FlutterEngine flutterEngine) { GeneratedPluginRegistrant.registerWith(flutterEng
February 05, 2020 at 07:34PM by Alex Kravets
https://ift.tt/2vaKz13
handling Intent in Flutter
Hello, User can open html files with my app. In order to read the content of the file I use Channel to push contents of the file from MainActivity to main.dart: @Override public void configureFlutterEngine(FlutterEngine flutterEngine) { GeneratedPluginRegistrant.registerWith(flutterEng
February 05, 2020 at 07:34PM by Alex Kravets
https://ift.tt/2vaKz13
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.