New post on /r/flutterdev subreddit:
Flutter Localization example using JSON serialization
Hi Devs,The youtube link that explains it better (I hope so :) ) https://youtu.be/HHZjhfPADU0My first take at video creation and my first flutter video.I am directly not using the rootAssetBundle but leveraging JSON annotation to load the file and then use the generated classes to pass the Map object. What do you guys think of this setup?
January 15, 2021 at 07:21PM by p2harry
https://ift.tt/2N4QwFT
Flutter Localization example using JSON serialization
Hi Devs,The youtube link that explains it better (I hope so :) ) https://youtu.be/HHZjhfPADU0My first take at video creation and my first flutter video.I am directly not using the rootAssetBundle but leveraging JSON annotation to load the file and then use the generated classes to pass the Map object. What do you guys think of this setup?
January 15, 2021 at 07:21PM by p2harry
https://ift.tt/2N4QwFT
YouTube
Flutter Internationalization using JSON serialization
Your json text files being used without getting into the rootAssetBundle etc.
Will try to upload the source code on github.
Will try to upload the source code on github.
New tweet from FlutterDev:
58 packages released null safe versions on https://t.co/XAGXN4ILmv in the past week. Among them:
🌟 octo_image
🌟 flutter_blurhash
🌟 webview_flutter
🌟 stream_transform
🌟 google_sign_in
This takes us to 522 null-safe packages. https://t.co/qki9SVXcdW— Dart Language (@dart_lang) January 15, 2021
January 15, 2021 at 08:57PM
http://twitter.com/FlutterDev/status/1350170151560372226
58 packages released null safe versions on https://t.co/XAGXN4ILmv in the past week. Among them:
🌟 octo_image
🌟 flutter_blurhash
🌟 webview_flutter
🌟 stream_transform
🌟 google_sign_in
This takes us to 522 null-safe packages. https://t.co/qki9SVXcdW— Dart Language (@dart_lang) January 15, 2021
January 15, 2021 at 08:57PM
http://twitter.com/FlutterDev/status/1350170151560372226
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 Flutter Dev Google group:
How can I keep background tasks alive when app goes to background in Android?
I have a bussness app that count time, set macros and show notification and alerts. I have a problem when app goes to background and Android stop my counting tasks. I tried many things to keep these tasks alive, but I failed. This notification need to work offline, so FCM not a good solution.
January 15, 2021 at 10:48PM by Lucas Correa
https://ift.tt/3sxzS2a
How can I keep background tasks alive when app goes to background in Android?
I have a bussness app that count time, set macros and show notification and alerts. I have a problem when app goes to background and Android stop my counting tasks. I tried many things to keep these tasks alive, but I failed. This notification need to work offline, so FCM not a good solution.
January 15, 2021 at 10:48PM by Lucas Correa
https://ift.tt/3sxzS2a
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:
What I ask Junior and Senior Flutter Developers in a Job Interview
https://www.youtube.com/watch?v=pg29FkRxqqw&ab_channel=MobileDevBlog
In this video I talk about Flutter job interviews, questions I ask during Flutter interviews, and point some tips for junior and senior developers.Leave a comment with your thoughts about my approach and what you ask interviewing others or what questions you have been asked during flutter interviews.
January 15, 2021 at 10:44PM by mobiledevblog
https://ift.tt/38MKJx0
What I ask Junior and Senior Flutter Developers in a Job Interview
https://www.youtube.com/watch?v=pg29FkRxqqw&ab_channel=MobileDevBlog
In this video I talk about Flutter job interviews, questions I ask during Flutter interviews, and point some tips for junior and senior developers.Leave a comment with your thoughts about my approach and what you ask interviewing others or what questions you have been asked during flutter interviews.
January 15, 2021 at 10:44PM by mobiledevblog
https://ift.tt/38MKJx0
YouTube
What I ask Junior and Senior Flutter Developers in a Job Interview
And Today I’m gonna talk about Flutter interviews, questions I ask during Flutter interviews, and point some tips for junior and senior developers.
I usually start the flutter job interview with a suggestion for the candidate to talk about the experience…
I usually start the flutter job interview with a suggestion for the candidate to talk about the experience…
New post on /r/flutterdev subreddit:
Flutter Tutorial - Sticky Headers In ListView (Johannes Milke)
https://www.youtube.com/watch?v=QVxd0K_74Pc
January 15, 2021 at 11:13PM by JohannesMilke
https://ift.tt/3stCBt8
Flutter Tutorial - Sticky Headers In ListView (Johannes Milke)
https://www.youtube.com/watch?v=QVxd0K_74Pc
January 15, 2021 at 11:13PM by JohannesMilke
https://ift.tt/3stCBt8
YouTube
Flutter Tutorial - Sticky Headers In ListView & Sliver Tools
Let's use Flutter slivers & sticky headers to customize the scrolling behaviour of our Newspaper ListView.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com…
New post on Flutter Dev Google group:
Please see that the error" Missing concrete implementation of 'State.build'. Try implementing the missing method, or make the class abstract. Open documentation" is fixed
ListTileFeed.dart import 'dart:async'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:firebase_database/firebase_database.dart';
January 16, 2021 at 06:43AM by shravan kumar Pottala
https://ift.tt/3nMBAc3
Please see that the error" Missing concrete implementation of 'State.build'. Try implementing the missing method, or make the class abstract. Open documentation" is fixed
ListTileFeed.dart import 'dart:async'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:firebase_database/firebase_database.dart';
January 16, 2021 at 06:43AM by shravan kumar Pottala
https://ift.tt/3nMBAc3
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:
Riverpod: a better state management solution than bloc?
I took a break from flutter for a few months and now everywhere I see, everyone is talking about riverpod. My go to state management solution was flutter_bloc (unless the app is just a couple of screens) but from what I am reading, Riverpod seems to be just as good as bloc if not better. How has your experience been with riverpod - particularly in medium/large projects? Is it really as robust and good as bloc or is it just the hype?
January 16, 2021 at 06:53AM by dontGiveAnEfAnynore
https://ift.tt/2KiJkF5
Riverpod: a better state management solution than bloc?
I took a break from flutter for a few months and now everywhere I see, everyone is talking about riverpod. My go to state management solution was flutter_bloc (unless the app is just a couple of screens) but from what I am reading, Riverpod seems to be just as good as bloc if not better. How has your experience been with riverpod - particularly in medium/large projects? Is it really as robust and good as bloc or is it just the hype?
January 16, 2021 at 06:53AM by dontGiveAnEfAnynore
https://ift.tt/2KiJkF5
reddit
Riverpod: a better state management solution than bloc?
I took a break from flutter for a few months and now everywhere I see, everyone is talking about riverpod. My go to state management solution was...
New post on Flutter Dev Google group:
ERROR:flutter/flow/layers/transform_layer.cc(22)] TransformLayer is constructed with an invalid matrix.
Hi, I have given the .dart file code below where while executing I am seeing the following error and my List Tile View with Title and subtitle are not showing. Please fix my issue Note: My Output should show One Title and one sub Title in a List Tile form, After click on each tile ,
January 16, 2021 at 09:42AM by shravan kumar Pottala
https://ift.tt/3igctNU
ERROR:flutter/flow/layers/transform_layer.cc(22)] TransformLayer is constructed with an invalid matrix.
Hi, I have given the .dart file code below where while executing I am seeing the following error and my List Tile View with Title and subtitle are not showing. Please fix my issue Note: My Output should show One Title and one sub Title in a List Tile form, After click on each tile ,
January 16, 2021 at 09:42AM by shravan kumar Pottala
https://ift.tt/3igctNU
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:
Is there a way to start uploading a video while it is being recorded? That way it will be much faster for the end user.
I want to use flutter for this as it seems there is no way of doing this in React Native.
January 16, 2021 at 09:26AM by OutrageousIdeal4
https://ift.tt/38Td3y9
Is there a way to start uploading a video while it is being recorded? That way it will be much faster for the end user.
I want to use flutter for this as it seems there is no way of doing this in React Native.
January 16, 2021 at 09:26AM by OutrageousIdeal4
https://ift.tt/38Td3y9
reddit
Is there a way to start uploading a video while it is being...
I want to use flutter for this as it seems there is no way of doing this in React Native.
New post on /r/flutterdev subreddit:
What I ask Junior and Senior Flutter Developers in a Job Interview
https://www.youtube.com/watch?v=pg29FkRxqqw&ab_channel=MobileDevBlog
January 16, 2021 at 09:21AM by mobiledevblog
https://ift.tt/2LYfI05
What I ask Junior and Senior Flutter Developers in a Job Interview
https://www.youtube.com/watch?v=pg29FkRxqqw&ab_channel=MobileDevBlog
January 16, 2021 at 09:21AM by mobiledevblog
https://ift.tt/2LYfI05
YouTube
What I ask Junior and Senior Flutter Developers in a Job Interview
And Today I’m gonna talk about Flutter interviews, questions I ask during Flutter interviews, and point some tips for junior and senior developers.
I usually start the flutter job interview with a suggestion for the candidate to talk about the experience…
I usually start the flutter job interview with a suggestion for the candidate to talk about the experience…
New post on /r/flutterdev subreddit:
Flutter Custom Painter Part-2. Read Now!
https://ift.tt/3qr6Pew
January 16, 2021 at 09:12AM by imujtaba8488
https://ift.tt/2LWFTUY
Flutter Custom Painter Part-2. Read Now!
https://ift.tt/3qr6Pew
January 16, 2021 at 09:12AM by imujtaba8488
https://ift.tt/2LWFTUY
Medium
Flutter CustomPainter — Part #2?
In the previous article, we had a chance to understand about the Canvas. In this part we are going to take a look at the Flutter…
New post on /r/flutterdev subreddit:
This is my freelancer workflow - How does yours compare to it?
Hey Redditors and Flutter enthusiasts. I'm currently working as a freelancer implementing apps for small businesses. Due to the fact that I'm new to freelancing I'm sure that there is still room for improvement in my development process.In this image I visualised my workflow since I'm interested in how it differs from other developer workflows.The following questions come to my mind:How does your workflow look like?Where do you see areas of improvement in the given workflow?
January 16, 2021 at 10:21AM by jenshor
https://ift.tt/35LArM1
This is my freelancer workflow - How does yours compare to it?
Hey Redditors and Flutter enthusiasts. I'm currently working as a freelancer implementing apps for small businesses. Due to the fact that I'm new to freelancing I'm sure that there is still room for improvement in my development process.In this image I visualised my workflow since I'm interested in how it differs from other developer workflows.The following questions come to my mind:How does your workflow look like?Where do you see areas of improvement in the given workflow?
January 16, 2021 at 10:21AM by jenshor
https://ift.tt/35LArM1
Imgur
Freelancer Workflow
Discover the magic of the internet at Imgur, a community powered entertainment destination. Lift your spirits with funny jokes, trending memes, entertaining gifs, inspiring stories, viral videos, and so much more from users.
New post on /r/flutterdev subreddit:
My First Real Flutter PWA App is live now
[removed]
January 16, 2021 at 12:05PM by JustOnlyFans
https://ift.tt/3qocCSa
My First Real Flutter PWA App is live now
[removed]
January 16, 2021 at 12:05PM by JustOnlyFans
https://ift.tt/3qocCSa
reddit
My First Real Flutter PWA App is live now
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Flutter Live Stream for Learning Dart
https://youtu.be/lqWNMaa1Fgs
January 16, 2021 at 12:23PM by nitishk72
https://ift.tt/38Lu5hn
Flutter Live Stream for Learning Dart
https://youtu.be/lqWNMaa1Fgs
January 16, 2021 at 12:23PM by nitishk72
https://ift.tt/38Lu5hn
YouTube
Learn Dart | Flutter: Zero to Hero
This Live Stream is part of Flutter Zero to Hero.
"Flutter: Zero to Hero " aim is to take any developer and make them capable of building mobile applications using flutter.
Outline of "Flutter: Zero to Hero"
- Teach the Dart Language
- Basics Flutter…
"Flutter: Zero to Hero " aim is to take any developer and make them capable of building mobile applications using flutter.
Outline of "Flutter: Zero to Hero"
- Teach the Dart Language
- Basics Flutter…
New post on /r/flutterdev subreddit:
Introduction to the GetX package
https://ift.tt/35p0sQK
January 16, 2021 at 12:16PM by DominusKelvin
https://ift.tt/39A3t2d
Introduction to the GetX package
https://ift.tt/35p0sQK
January 16, 2021 at 12:16PM by DominusKelvin
https://ift.tt/39A3t2d
Smashing Magazine
Getting Started With The GetX Package In Flutter Applications — Smashing Magazine
GetX is an extra lightweight solution for state, navigation, and dependencies management for Flutter applications. In this article, we will be looking at its benefits, features, and how to start using it in Flutter applications.
New post on /r/flutterdev subreddit:
Animated Search Bar
I have created a simple package with gives you the animated search bar.Package Linkhttps://pub.dev/packages/anim_search_barRepository LinkYou can find the code in this repo.https://github.com/Imgkl/anim_search_bar
January 16, 2021 at 02:08PM by chif_
https://ift.tt/2N5sSJj
Animated Search Bar
I have created a simple package with gives you the animated search bar.Package Linkhttps://pub.dev/packages/anim_search_barRepository LinkYou can find the code in this repo.https://github.com/Imgkl/anim_search_bar
January 16, 2021 at 02:08PM by chif_
https://ift.tt/2N5sSJj
Dart packages
anim_search_bar | Flutter package
A flutter package that has an animated search bar with loads of customization
New post on /r/flutterdev subreddit:
Pal - Provide visual app hints for your Flutter app with no additional code
https://youtu.be/RIeeTG928Rc
January 16, 2021 at 01:25PM by mcfly-dev
https://ift.tt/3nP0Mic
Pal - Provide visual app hints for your Flutter app with no additional code
https://youtu.be/RIeeTG928Rc
January 16, 2021 at 01:25PM by mcfly-dev
https://ift.tt/3nP0Mic
YouTube
Pal plugin introduction
Pal is an onboarding editor plugin dedicated to flutter. - Create onboarding on every page you want without code- Get analytics - Multiple languages- Theme, ...
New post on /r/flutterdev subreddit:
Why I switched to Flutter
https://www.youtube.com/watch?v=ahoVD4oiXag
January 16, 2021 at 06:36PM by mobiledevblog
https://ift.tt/3ihPfXL
Why I switched to Flutter
https://www.youtube.com/watch?v=ahoVD4oiXag
January 16, 2021 at 06:36PM by mobiledevblog
https://ift.tt/3ihPfXL
YouTube
Why I switched to Flutter | MobileDevBlog
In this video, I'm talking about my journey as a professional developer from Java and Kotlin in Android Development to Web Development in React, then back to mobile with React Native, and eventually my start in Flutter. Also, I'm talking about the reasons…
New post on /r/flutterdev subreddit:
Join me to build a beautiful app from the ground up [LIVE STREAM]
https://ift.tt/2LDOkoy
January 16, 2021 at 08:01PM by uhossein
https://ift.tt/3nMh2AJ
Join me to build a beautiful app from the ground up [LIVE STREAM]
https://ift.tt/2LDOkoy
January 16, 2021 at 08:01PM by uhossein
https://ift.tt/3nMh2AJ
Twitch
identiapp - Twitch
identi, you are what you do daily!identi is a social media for self-developments and habits. Watch it getting built here!
New post on Flutter Dev Google group:
Please help me remove authenications lik sign, signup or login and Logout from the Application
Here is the github link : https://ift.tt/3sAlgPA Please help me remove authenications lik signin, signup or login and Logout from the Application As I want to use this module in my main Application. 1)How to connct or redirect to ths Application's main.dart page after
January 17, 2021 at 12:06AM by shravan kumar Pottala
https://ift.tt/2N14gRZ
Please help me remove authenications lik sign, signup or login and Logout from the Application
Here is the github link : https://ift.tt/3sAlgPA Please help me remove authenications lik signin, signup or login and Logout from the Application As I want to use this module in my main Application. 1)How to connct or redirect to ths Application's main.dart page after
January 17, 2021 at 12:06AM by shravan kumar Pottala
https://ift.tt/2N14gRZ