New post on /r/flutterdev subreddit:
Flutter Localization example using JSON serialization
https://youtu.be/HHZjhfPADU0
January 19, 2021 at 07:45PM by p2harry
https://ift.tt/2NkZyPi
Flutter Localization example using JSON serialization
https://youtu.be/HHZjhfPADU0
January 19, 2021 at 07:45PM by p2harry
https://ift.tt/2NkZyPi
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 post on /r/flutterdev subreddit:
How to post images as base64 string to api server in flutter?
https://stackoverflow.com/questions/65797156/how-to-post-images-as-base64-string-to-api-server-in-flutter
January 19, 2021 at 07:44PM by enamulhaque028
https://ift.tt/3sFcMGN
How to post images as base64 string to api server in flutter?
https://stackoverflow.com/questions/65797156/how-to-post-images-as-base64-string-to-api-server-in-flutter
January 19, 2021 at 07:44PM by enamulhaque028
https://ift.tt/3sFcMGN
Stack Overflow
How to post images as base64 string to api server in flutter
I have created a PickImages class which can takes images both from camera and gallery like below. Now I want to post the images as base64 string to a json api server.
Here is PickImages class.
imp...
Here is PickImages class.
imp...
New post on /r/flutterdev subreddit:
I'm allergic to frame drops, is Flutter okay for me?
I want to make a project using Flutter because it seems to be the best balance between building a performant cross platform application (better than Ionic, React Native etc) and doing everything natively on all platforms. But there's one problem, I cannot stand jank, I really really hate frame drops/stutterThe application I want to build won't use any fancy animations other than the usual sliding animations and scrolling through a potentially long list of images/text (which I can lazy load anyway), but I just cannot stand stutter and it is one of the major complaints I hear about Flutter.Should it be alright? Also, is it possible/simple to make it 'look' native on IOS/Android/Desktop?Thanks
January 19, 2021 at 08:35PM by -Agas-
https://ift.tt/39L7XD7
I'm allergic to frame drops, is Flutter okay for me?
I want to make a project using Flutter because it seems to be the best balance between building a performant cross platform application (better than Ionic, React Native etc) and doing everything natively on all platforms. But there's one problem, I cannot stand jank, I really really hate frame drops/stutterThe application I want to build won't use any fancy animations other than the usual sliding animations and scrolling through a potentially long list of images/text (which I can lazy load anyway), but I just cannot stand stutter and it is one of the major complaints I hear about Flutter.Should it be alright? Also, is it possible/simple to make it 'look' native on IOS/Android/Desktop?Thanks
January 19, 2021 at 08:35PM by -Agas-
https://ift.tt/39L7XD7
reddit
I'm allergic to frame drops, is Flutter okay for me?
A subreddit for Google's portable UI framework.
New tweet from FlutterDev:
🌟 Ever wonder why Dart's type system has changed? @_vsmenon explains how sound types (Dart 2.0) and sound null safety (Dart 2.12) can make your app smaller and faster.
Read → https://t.co/CPiqLdu6XO pic.twitter.com/95ti3RRaCr— Dart Language (@dart_lang) January 19, 2021
January 19, 2021 at 09:00PM
http://twitter.com/FlutterDev/status/1351620446987427843
🌟 Ever wonder why Dart's type system has changed? @_vsmenon explains how sound types (Dart 2.0) and sound null safety (Dart 2.12) can make your app smaller and faster.
Read → https://t.co/CPiqLdu6XO pic.twitter.com/95ti3RRaCr— Dart Language (@dart_lang) January 19, 2021
January 19, 2021 at 09:00PM
http://twitter.com/FlutterDev/status/1351620446987427843
Twitter
Vijay Menon (@_vsmenon) | Twitter
The latest Tweets from Vijay Menon (@_vsmenon). Engineering lead, Dart (https://t.co/fjnPwRXQAT). Seattle, WA
New post on /r/flutterdev subreddit:
PoC for a screenshot util - generate a control panel for any Widget/data class
https://youtu.be/vm1SI7YZo-8
January 19, 2021 at 10:44PM by processctrl
https://ift.tt/3bV9Uzq
PoC for a screenshot util - generate a control panel for any Widget/data class
https://youtu.be/vm1SI7YZo-8
January 19, 2021 at 10:44PM by processctrl
https://ift.tt/3bV9Uzq
YouTube
Screenshotr Demo
Proof of concept for a Flutter screenshot utility - Screenshotr
Music: Funkorama by Kevin MacLeod from https://incompetech.filmmusic.io/song/3788-funkorama
License: https://incompetech.filmmusic.io/standard-license
Music: Funkorama by Kevin MacLeod from https://incompetech.filmmusic.io/song/3788-funkorama
License: https://incompetech.filmmusic.io/standard-license
New post on Flutter Dev Google group:
i need save imagen from api to local device
Hi, I need some ideas on how to do the following: I have an api that sends me an image for example one record {id: 1, name: name1, image: / path /, ... } I have a function to connect in the api and save that information in a local db in sqflite there I make the connection with Dio packages
January 20, 2021 at 01:13AM by Car_los
https://ift.tt/393POS5
i need save imagen from api to local device
Hi, I need some ideas on how to do the following: I have an api that sends me an image for example one record {id: 1, name: name1, image: / path /, ... } I have a function to connect in the api and save that information in a local db in sqflite there I make the connection with Dio packages
January 20, 2021 at 01:13AM by Car_los
https://ift.tt/393POS5
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:
Textform field value to assign in model
In TextFormField, onSaved attrib value to be updated in model value, it is not working can you help me on this. EntryField( label: "caption", textCapitalization: TextCapitalization.none, keyboardType: TextInputType.text, validator: (value) => value.isEmp
January 20, 2021 at 02:25AM by srihari posemreddy
https://ift.tt/35WQZRc
Textform field value to assign in model
In TextFormField, onSaved attrib value to be updated in model value, it is not working can you help me on this. EntryField( label: "caption", textCapitalization: TextCapitalization.none, keyboardType: TextInputType.text, validator: (value) => value.isEmp
January 20, 2021 at 02:25AM by srihari posemreddy
https://ift.tt/35WQZRc
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:
selecting Android it is showing loading even after waiting for hours.
[image: Android_Studio_Screenshot.png]Yeasterday,i updated Android Studio to the latest version.After udating Adroid Studio,In the IntelliJ IDEA Project tool window after clicking Project in the top-left corner and selecting Android ,why it is showing loading even after waiting for hours.
January 20, 2021 at 04:03AM by 19UICS017_Chetan Singh
https://ift.tt/39LlMBr
selecting Android it is showing loading even after waiting for hours.
[image: Android_Studio_Screenshot.png]Yeasterday,i updated Android Studio to the latest version.After udating Adroid Studio,In the IntelliJ IDEA Project tool window after clicking Project in the top-left corner and selecting Android ,why it is showing loading even after waiting for hours.
January 20, 2021 at 04:03AM by 19UICS017_Chetan Singh
https://ift.tt/39LlMBr
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:
Experience/Advice Remote Hiring Malaysian/Indonesian Developers?
So Im a solo developer and getting closer to launching my startup MVP, and if it takes off I will eventually need to build a team to grow the project / develop a full featured version.Im based in this region but plan on hiring remote employee.Im dead set on flutter because its a technology I know well and so I would be more effective in managing a team if we used flutter.So my questions are:Where can I search for these kinds of developers? I found upwork useful, what other options are there?What is the market salary, per country? Mostly looking for junior developers, as long as they know flutter. Is it better to pay per hour worked or on a fixed salary?Ill probably take a managerial role so what tips do people have for project management of a remote team?Any advice from anyone else who's been in a similar position?Any experiences people want to share?
January 20, 2021 at 03:51AM by Antaellar001
https://ift.tt/3ivaepP
Experience/Advice Remote Hiring Malaysian/Indonesian Developers?
So Im a solo developer and getting closer to launching my startup MVP, and if it takes off I will eventually need to build a team to grow the project / develop a full featured version.Im based in this region but plan on hiring remote employee.Im dead set on flutter because its a technology I know well and so I would be more effective in managing a team if we used flutter.So my questions are:Where can I search for these kinds of developers? I found upwork useful, what other options are there?What is the market salary, per country? Mostly looking for junior developers, as long as they know flutter. Is it better to pay per hour worked or on a fixed salary?Ill probably take a managerial role so what tips do people have for project management of a remote team?Any advice from anyone else who's been in a similar position?Any experiences people want to share?
January 20, 2021 at 03:51AM by Antaellar001
https://ift.tt/3ivaepP
reddit
Experience/Advice Remote Hiring Malaysian/Indonesian Developers?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Changeable Background Color
Hey guys, can someone help me understand how one would achieve a dynamic background where when a card is swiped through, the background Color of the scaffold/container changes.It’s been done in this todo app:https://github.com/sabinbajracharya/fluttery-todoThanks!
January 20, 2021 at 06:38AM by godfatherrye
https://ift.tt/2LHdvXs
Changeable Background Color
Hey guys, can someone help me understand how one would achieve a dynamic background where when a card is swiped through, the background Color of the scaffold/container changes.It’s been done in this todo app:https://github.com/sabinbajracharya/fluttery-todoThanks!
January 20, 2021 at 06:38AM by godfatherrye
https://ift.tt/2LHdvXs
GitHub
GitHub - sabinbajracharya/fluttery-todo: A beautiful todo app made with Flutter
A beautiful todo app made with Flutter. Contribute to sabinbajracharya/fluttery-todo development by creating an account on GitHub.
New post on Flutter Dev Google group:
How to compress Images and pdfs before uploading to firebase database and storage in flutter
Hi, In my flutter project I (users) have to Upload number of images and pdfs. So to use the firebase conservatively I need to compress the images and pdfs while uploading to the firebase storage. Note: Iam using firebase spark plan ( free upto 5GB only) Please suggest me a tachinique for
January 20, 2021 at 07:32AM by shravan kumar Pottala
https://ift.tt/39ImcZq
How to compress Images and pdfs before uploading to firebase database and storage in flutter
Hi, In my flutter project I (users) have to Upload number of images and pdfs. So to use the firebase conservatively I need to compress the images and pdfs while uploading to the firebase storage. Note: Iam using firebase spark plan ( free upto 5GB only) Please suggest me a tachinique for
January 20, 2021 at 07:32AM by shravan kumar Pottala
https://ift.tt/39ImcZq
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:
Facebook user not showing in firebase users
greetings to everyone, I have implemented the Facebook login in flutter with firebase and it's working too, but after login when i check the firebase user section in authentication i am unable to see the user that i have logged in. i have also implemented phone login and it is working fine, i can
January 20, 2021 at 08:54AM by palak pandey
https://ift.tt/3qCyxVK
Facebook user not showing in firebase users
greetings to everyone, I have implemented the Facebook login in flutter with firebase and it's working too, but after login when i check the firebase user section in authentication i am unable to see the user that i have logged in. i have also implemented phone login and it is working fine, i can
January 20, 2021 at 08:54AM by palak pandey
https://ift.tt/3qCyxVK
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:
Run Flutter Web HTML Renderer, Easily Using Your IDE Configurations
https://www.youtube.com/watch?v=yLNczKeqXyo&lc=Ugx9DELRZZeEoG28dZp4AaABAg
January 20, 2021 at 08:40AM by thehappyharis
https://ift.tt/3bYshnc
Run Flutter Web HTML Renderer, Easily Using Your IDE Configurations
https://www.youtube.com/watch?v=yLNczKeqXyo&lc=Ugx9DELRZZeEoG28dZp4AaABAg
January 20, 2021 at 08:40AM by thehappyharis
https://ift.tt/3bYshnc
YouTube
Run Flutter Web HTML Renderer, Easily
VSCode and Android Studio configuration to run Flutter Web HTML Renderer. Currently, Flutter web canvaskit does not render emoji. That's why use the Flutter web HTML Renderer.
👉 Subscribe to our weekly Flutter newsletter:
https://learnfluttercode.com/newsletter…
👉 Subscribe to our weekly Flutter newsletter:
https://learnfluttercode.com/newsletter…
New post on /r/flutterdev subreddit:
Make Among Us in Flutter
https://www.youtube.com/watch?v=LQoa_S-xQiE
January 20, 2021 at 09:32AM by CodeNameAkshay
https://ift.tt/3o3Mr1s
Make Among Us in Flutter
https://www.youtube.com/watch?v=LQoa_S-xQiE
January 20, 2021 at 09:32AM by CodeNameAkshay
https://ift.tt/3o3Mr1s
YouTube
Among Us in Flutter
Create an Among Us app with Flutter in under 7 minutes.Time Stamps - 00:00 - Intro00:39 - App Demo02:10 - Packages Used03:52 - Assets Used04:45 - Coding06:17...
New post on Flutter Dev Google group:
Flutter build apk --debug --split-per-abi fails
I generally do per processor builds using *flutter build apk --debug --split-per-abi* from the command line. However, I recently had to build a fat apk by using issuing a *flutter build apk --debug*. Since then I have been unable to build split apks. When I try I get the message ** Where:*
January 20, 2021 at 10:45AM by Atul Vaidya
https://ift.tt/3itX38M
Flutter build apk --debug --split-per-abi fails
I generally do per processor builds using *flutter build apk --debug --split-per-abi* from the command line. However, I recently had to build a fat apk by using issuing a *flutter build apk --debug*. Since then I have been unable to build split apks. When I try I get the message ** Where:*
January 20, 2021 at 10:45AM by Atul Vaidya
https://ift.tt/3itX38M
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:
question_Flutter
Good day. Our company uses a free version of your program - "Flutter". Can we use it for commercial purposes? If so, could we get a document confirming the right to use from you?
January 20, 2021 at 11:04AM by Ксения Рощина
https://ift.tt/3bVaYDz
question_Flutter
Good day. Our company uses a free version of your program - "Flutter". Can we use it for commercial purposes? If so, could we get a document confirming the right to use from you?
January 20, 2021 at 11:04AM by Ксения Рощина
https://ift.tt/3bVaYDz
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:
Providing operating system compatibility on a large scale
https://ift.tt/3qnmZWp
January 20, 2021 at 11:37AM by QuickBlox
https://ift.tt/3irZvwC
Providing operating system compatibility on a large scale
https://ift.tt/3qnmZWp
January 20, 2021 at 11:37AM by QuickBlox
https://ift.tt/3irZvwC
Medium
Providing operating system compatibility on a large scale
Flutter’s approach to device diversity in software releases
New post on /r/flutterdev subreddit:
Trying to learn backend development for Flutter apps
Hello!I'd like to start off by saying I'm still new to a lot of things so pardon the dumb questions.I've been getting into app development using Flutter recently, and would really love to learn backend development. I'm having a lot of trouble finding resources, like where do I start?Also, I would prefer not to use Firebase, I'd like to learn on something different.If anyone could point to any resources that would be awesome!
January 20, 2021 at 11:24AM by FrostbladeX
https://ift.tt/3ir2qpi
Trying to learn backend development for Flutter apps
Hello!I'd like to start off by saying I'm still new to a lot of things so pardon the dumb questions.I've been getting into app development using Flutter recently, and would really love to learn backend development. I'm having a lot of trouble finding resources, like where do I start?Also, I would prefer not to use Firebase, I'd like to learn on something different.If anyone could point to any resources that would be awesome!
January 20, 2021 at 11:24AM by FrostbladeX
https://ift.tt/3ir2qpi
reddit
Trying to learn backend development for Flutter apps
Hello! I'd like to start off by saying I'm still new to a lot of things so pardon the dumb questions. I've been getting into app development...
New post on /r/flutterdev subreddit:
Fetch World's Billionaire In Flutter | Flutter API Tutorial For Beginners (LISTVIEW FLUTTER)
https://youtu.be/ZQphhpSHYUs
January 20, 2021 at 11:12AM by backslashflutter
https://ift.tt/3o1uzUQ
Fetch World's Billionaire In Flutter | Flutter API Tutorial For Beginners (LISTVIEW FLUTTER)
https://youtu.be/ZQphhpSHYUs
January 20, 2021 at 11:12AM by backslashflutter
https://ift.tt/3o1uzUQ
YouTube
Fetch World's Billionaire In Flutter | Flutter API Tutorial For Beginners (LISTVIEW FLUTTER)
Thinking of fetching world's billionaire in your flutter app? In this video, I am going to show you how to fetch the world's billionaire list into your flutter app using LISTVIEW // Flutter API Tutorial For Beginners!
📗 We will be creating a LIST-VIEW with…
📗 We will be creating a LIST-VIEW with…
New post on /r/flutterdev subreddit:
Any tool to visualize flutter tree?
Until now my app wasn't very big so I didn't really need to visualize the tree. But as I am adding more and more features, I feel the need of having a diagram to keep track of everything. Is there any specific tool to make a pictorial representation of flutter app's tree?
January 20, 2021 at 11:09AM by dontGiveAnEfAnynore
https://ift.tt/3p0HGqZ
Any tool to visualize flutter tree?
Until now my app wasn't very big so I didn't really need to visualize the tree. But as I am adding more and more features, I feel the need of having a diagram to keep track of everything. Is there any specific tool to make a pictorial representation of flutter app's tree?
January 20, 2021 at 11:09AM by dontGiveAnEfAnynore
https://ift.tt/3p0HGqZ
reddit
Any tool to visualize flutter tree?
Until now my app wasn't very big so I didn't really need to visualize the tree. But as I am adding more and more features, I feel the need of...