New post on /r/flutterdev subreddit:
flutter_stash 1.1.4 | Gathering useful widgets and code snippets
Hi everyone, it's my first time posting here. I wanted to share this package I've been working on !https://pub.dev/packages/flutter_stashhttps://github.com/AlexBolot/flutter_stashHere's a list of the provided widgets :SplashScreenBubbleLoaderTooltipTextSharedFutureWidgetLiquidLoaderSwitchWidgetDropDownList
March 19, 2021 at 04:18PM by Numinex222
https://ift.tt/3c1sFRx
flutter_stash 1.1.4 | Gathering useful widgets and code snippets
Hi everyone, it's my first time posting here. I wanted to share this package I've been working on !https://pub.dev/packages/flutter_stashhttps://github.com/AlexBolot/flutter_stashHere's a list of the provided widgets :SplashScreenBubbleLoaderTooltipTextSharedFutureWidgetLiquidLoaderSwitchWidgetDropDownList
March 19, 2021 at 04:18PM by Numinex222
https://ift.tt/3c1sFRx
Dart packages
flutter_stash | Flutter Package
I created this Flutter-package to gather Widgets, Views and methods that I frequently use between projects.
New tweet from FlutterDev:
📦✨ Step right up for some useful packages!
Read @getsentry's blog to learn more about the major update to their Flutter package for their crash management and release tooling.
Check it out 👇 https://t.co/nSkiinugaG— Flutter (@FlutterDev) March 19, 2021
March 19, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1372956028967514123
📦✨ Step right up for some useful packages!
Read @getsentry's blog to learn more about the major update to their Flutter package for their crash management and release tooling.
Check it out 👇 https://t.co/nSkiinugaG— Flutter (@FlutterDev) March 19, 2021
March 19, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1372956028967514123
New post on Flutter Dev Google group:
Regarding Storage of Data in Phone apart from Shared Preference
Hi Devs, *May be this much lengthy mail. Please read this.* In my recent project, I am using Shared preference for storing bool value for whether the user is authenticated already or not. So the bool value will be false when the user logs out. It works perfectly in the starting stage. So after
March 19, 2021 at 06:25PM by Balaji K S
https://ift.tt/3vKyHxA
Regarding Storage of Data in Phone apart from Shared Preference
Hi Devs, *May be this much lengthy mail. Please read this.* In my recent project, I am using Shared preference for storing bool value for whether the user is authenticated already or not. So the bool value will be false when the user logs out. It works perfectly in the starting stage. So after
March 19, 2021 at 06:25PM by Balaji K S
https://ift.tt/3vKyHxA
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 Advice to Businesses Considering Flutter in Production?
I receive sponsorship from a multi-billion dollar global hardware maker to help a developer community with small, medium, and large companies in it. I don't distinguish between small-company and large-company, I just answer technical questions about a hardware-specific API. I've been using Flutter on the desktop, web, ios, and Android for the best year. I've also built hundreds of tests with Dart. I like Dart and I receive zero influence from my sponsor to use another technology. They are fine just sponsoring the "community," which is primarily a forum.As I'm so enthusiastic about Flutter, I started to influence businesses to use Flutter. I felt that I needed to put out a statement to the community of developers about a few words of caution. As I really like Flutter and emotionally wish that more people would use it, I am wondering how other people approach this type of "strategic consulting" advice. Imagine that you're giving advice to a large company about technology choice or an entrepreneur with limited resources (and the need to hire and manage a small dev team). I put down some cautions in the video below. I am wondering how other people respond to requests for advice.https://youtu.be/GMkqFMbdMz0Here are the main points on my mind so you don't have to slog through the video:Flutter Web doesn't have all the packages yet and it is not so good for text-heavy web sitesFlutter Desktop doesn't have all the packages supported and the "release to store" and "signing" mechanism is either clunky or not feasible on Windows. I don't release to the Windows Store, so I can't comment on this, but people ask me about this. If someone knows about the security "signing" mechanism, please advise.null-safe, while awesome in the future, is not that easy to implement as of March 2021 if you use other packages. This may change real soon now, but maybe they should wait until the null-safe transition settles down?The really big issue on my mind is "can the business hire enough skilled Flutter developers?" Often, people will post on our forum about "want to hire Flutter developers WITH access to the hardware." Unfortunately, the hardware is about $1,000 per unit and it is difficult to ship around to some countries. :-( I know from answering questions and reading code snippets in our community and their direct discussions with other developers that a lot of people are still using Java and Objective C because they've been working on their business app for a while and making incremental improvements to it.Honestly, I don't want to get someone I give advice to into a tough situation at their company. What advice do you think I should give them with regards to Flutter? Should they go for it today, in production, in March 2021 for a business-critical app? Some of these entrepreneurs are betting the company. It's scary. They're likely looking at Flutter because I've run hundreds of tests with Dart/Flutter on four different hardware models (I have access to all the hardware models) over the course of years and I publish my tests and send it to them.
March 19, 2021 at 06:47PM by cloudster314
https://ift.tt/3s2NFgt
Providing Advice to Businesses Considering Flutter in Production?
I receive sponsorship from a multi-billion dollar global hardware maker to help a developer community with small, medium, and large companies in it. I don't distinguish between small-company and large-company, I just answer technical questions about a hardware-specific API. I've been using Flutter on the desktop, web, ios, and Android for the best year. I've also built hundreds of tests with Dart. I like Dart and I receive zero influence from my sponsor to use another technology. They are fine just sponsoring the "community," which is primarily a forum.As I'm so enthusiastic about Flutter, I started to influence businesses to use Flutter. I felt that I needed to put out a statement to the community of developers about a few words of caution. As I really like Flutter and emotionally wish that more people would use it, I am wondering how other people approach this type of "strategic consulting" advice. Imagine that you're giving advice to a large company about technology choice or an entrepreneur with limited resources (and the need to hire and manage a small dev team). I put down some cautions in the video below. I am wondering how other people respond to requests for advice.https://youtu.be/GMkqFMbdMz0Here are the main points on my mind so you don't have to slog through the video:Flutter Web doesn't have all the packages yet and it is not so good for text-heavy web sitesFlutter Desktop doesn't have all the packages supported and the "release to store" and "signing" mechanism is either clunky or not feasible on Windows. I don't release to the Windows Store, so I can't comment on this, but people ask me about this. If someone knows about the security "signing" mechanism, please advise.null-safe, while awesome in the future, is not that easy to implement as of March 2021 if you use other packages. This may change real soon now, but maybe they should wait until the null-safe transition settles down?The really big issue on my mind is "can the business hire enough skilled Flutter developers?" Often, people will post on our forum about "want to hire Flutter developers WITH access to the hardware." Unfortunately, the hardware is about $1,000 per unit and it is difficult to ship around to some countries. :-( I know from answering questions and reading code snippets in our community and their direct discussions with other developers that a lot of people are still using Java and Objective C because they've been working on their business app for a while and making incremental improvements to it.Honestly, I don't want to get someone I give advice to into a tough situation at their company. What advice do you think I should give them with regards to Flutter? Should they go for it today, in production, in March 2021 for a business-critical app? Some of these entrepreneurs are betting the company. It's scary. They're likely looking at Flutter because I've run hundreds of tests with Dart/Flutter on four different hardware models (I have access to all the hardware models) over the course of years and I publish my tests and send it to them.
March 19, 2021 at 06:47PM by cloudster314
https://ift.tt/3s2NFgt
YouTube
What is Flutter 2.0. When to use it. When not to use it
Google announced Flutter 2.0 in March. We use Flutter and Dart everyday, but we don't recommend it to most businesses that come to us for advice on technology trends. Find out our opinion on Flutter mobile, Flutter Web, and Flutter Desktop. Realistically…
New post on /r/flutterdev subreddit:
The easiest way to save files in Flutter.
Hey geeks, I've developed a plugin package know as 'file_saver' as the name suggests it saves files on all Platform and Downloads it on web and happy to announce it today, it supports all 6 Flutter platforms and you can read the basic tutorial [here.](http:// https://link.medium.com/HFrLg3d6Keb). Show some love fam. Working on it to add Save As dialog.
March 19, 2021 at 06:41PM by incrediblezayed
https://ift.tt/3cQWDqI
The easiest way to save files in Flutter.
Hey geeks, I've developed a plugin package know as 'file_saver' as the name suggests it saves files on all Platform and Downloads it on web and happy to announce it today, it supports all 6 Flutter platforms and you can read the basic tutorial [here.](http:// https://link.medium.com/HFrLg3d6Keb). Show some love fam. Working on it to add Save As dialog.
March 19, 2021 at 06:41PM by incrediblezayed
https://ift.tt/3cQWDqI
Dart packages
file_saver | Flutter package
A Flutter plugin for saving files across all platforms (Android, iOS, Web, Windows, macOS, Linux). Save files from bytes, File objects, file paths, or download from URLs with a single method call. Fea [...]
New post on Flutter Dev Google group:
Flutter 2.0.3 released to the stable channel
We are pleased to inform you that Flutter 2.0.3 is now available in the release channel. This fixes the following issues: - https://ift.tt/3eYzsNB - Unable to deep link into Android app - https://ift.tt/3r9DntK - Flutter
March 19, 2021 at 09:09PM by Christopher Fujino
https://ift.tt/30WpJzr
Flutter 2.0.3 released to the stable channel
We are pleased to inform you that Flutter 2.0.3 is now available in the release channel. This fixes the following issues: - https://ift.tt/3eYzsNB - Unable to deep link into Android app - https://ift.tt/3r9DntK - Flutter
March 19, 2021 at 09:09PM by Christopher Fujino
https://ift.tt/30WpJzr
GitHub
Unable to deep link into Android app · Issue #75261 · flutter/flutter
Deep linking into an android app using the Router widget throws an error: E/AndroidRuntime( 8741): java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String...
New post on /r/flutterdev subreddit:
I'm leaving flutter because of focus freezing
I have to switch to android studio if still there is no solution to focus freezing after entering focus into textfield fter many updates they didn't fixed focus freezing, this problem specially in tv or android box apps i can't add text inputs like search because focus freezing on done editing. So what's your advise for me.
March 19, 2021 at 09:18PM by diyar_gulli
https://ift.tt/3vHEVyr
I'm leaving flutter because of focus freezing
I have to switch to android studio if still there is no solution to focus freezing after entering focus into textfield fter many updates they didn't fixed focus freezing, this problem specially in tv or android box apps i can't add text inputs like search because focus freezing on done editing. So what's your advise for me.
March 19, 2021 at 09:18PM by diyar_gulli
https://ift.tt/3vHEVyr
reddit
I'm leaving flutter because of focus freezing
I have to switch to android studio if still there is no solution to focus freezing after entering focus into textfield fter many updates they...
New post on /r/flutterdev subreddit:
[post title about Flutter iOS jank]
[iOS jank question or complaint]
March 19, 2021 at 10:42PM by Schnausages
https://ift.tt/2QjeWNv
[post title about Flutter iOS jank]
[iOS jank question or complaint]
March 19, 2021 at 10:42PM by Schnausages
https://ift.tt/2QjeWNv
reddit
[post title about Flutter iOS jank]
\[iOS jank question or complaint\]
New post on /r/flutterdev subreddit:
Is there a way to disable the device going to sleep?
Hey all,I’m writing an app that expects frequent user taps after a varying interval of time passes. For example: the user might tap a button on the screen and 10 seconds later, 30 seconds later or two minutes later (depends on the user), the user will interact with the app again by pressing a button.Given that, it would be really annoying if the phone went to sleep everytime before the user could interact with the app. Therefore, is there a way to prevent the device from going to sleep to prevent a negative user experience?Thanks I’m advance!
March 20, 2021 at 05:38AM by antariksh11
https://ift.tt/3cKR8d2
Is there a way to disable the device going to sleep?
Hey all,I’m writing an app that expects frequent user taps after a varying interval of time passes. For example: the user might tap a button on the screen and 10 seconds later, 30 seconds later or two minutes later (depends on the user), the user will interact with the app again by pressing a button.Given that, it would be really annoying if the phone went to sleep everytime before the user could interact with the app. Therefore, is there a way to prevent the device from going to sleep to prevent a negative user experience?Thanks I’m advance!
March 20, 2021 at 05:38AM by antariksh11
https://ift.tt/3cKR8d2
reddit
Is there a way to disable the device going to sleep?
Hey all, I’m writing an app that expects frequent user taps after a varying interval of time passes. For example: the user might tap a button on...
New post on Flutter Dev Google group:
Keypad hides textfield flutter dart ,please help new to flutter
Hi, Keypad hides textfield flutter dart , is there any solution for this , I tried lot but nothing worked Here is my code , stckoverflow link. https://ift.tt/3lFXbUo Regards.
March 20, 2021 at 08:05AM by Navas jaseer
https://ift.tt/3s91eLo
Keypad hides textfield flutter dart ,please help new to flutter
Hi, Keypad hides textfield flutter dart , is there any solution for this , I tried lot but nothing worked Here is my code , stckoverflow link. https://ift.tt/3lFXbUo Regards.
March 20, 2021 at 08:05AM by Navas jaseer
https://ift.tt/3s91eLo
Stack Overflow
keypad hides my textformfield dart flutter is there any solution, it tried a lot nothing worked
here is my the wiget with form
Widget verticalList = new ListView(
shrinkWrap: true,
children: [
Container(
color:Colors.white,
width: MediaQuery.of(
Widget verticalList = new ListView(
shrinkWrap: true,
children: [
Container(
color:Colors.white,
width: MediaQuery.of(
New post on /r/flutterdev subreddit:
crop_your_image | A bland-new Flutter package for cropping images with your own designed UI
Hi, everyone.I'd like to introduce my developing Flutter package here, which is crop_your_image.https://pub.dev/packages/crop_your_imagecrop_your_image provides Crop widget which enables users to edit cropping area and CropController which enables app developers to control cropping behavior.As Crop is just a widget, you can flexibly place it in your own designed UI and can be controlled by whatever Widgets using CropController.I'm happy if you try this package and enjoy building cropping images functionality in your own app!
March 20, 2021 at 09:38AM by chooyan-eng
https://ift.tt/3lvMofo
crop_your_image | A bland-new Flutter package for cropping images with your own designed UI
Hi, everyone.I'd like to introduce my developing Flutter package here, which is crop_your_image.https://pub.dev/packages/crop_your_imagecrop_your_image provides Crop widget which enables users to edit cropping area and CropController which enables app developers to control cropping behavior.As Crop is just a widget, you can flexibly place it in your own designed UI and can be controlled by whatever Widgets using CropController.I'm happy if you try this package and enjoy building cropping images functionality in your own app!
March 20, 2021 at 09:38AM by chooyan-eng
https://ift.tt/3lvMofo
Dart packages
crop_your_image | Flutter package
crop_your_image helps your app to embed Widgets for cropping images.
New post on /r/flutterdev subreddit:
Flutter Clubhouse UI Tutorial | Apps From Scratch
https://youtu.be/x606y4QWrxo
March 20, 2021 at 11:11AM by Marcus-Ng
https://ift.tt/2QfzXIS
Flutter Clubhouse UI Tutorial | Apps From Scratch
https://youtu.be/x606y4QWrxo
March 20, 2021 at 11:11AM by Marcus-Ng
https://ift.tt/2QfzXIS
YouTube
Flutter Clubhouse Clone UI Tutorial | Apps From Scratch
» Flutter courses, writeups, and source code on Launch Club 🧠
https://drp.li/Iq9Bk
» Flutter Job Board 👋
https://drp.li/T9bLq
Learn Flutter fast in this tutorial by building the UI design of the real world app, Clubhouse. You'll learn easy UI tips to help…
https://drp.li/Iq9Bk
» Flutter Job Board 👋
https://drp.li/T9bLq
Learn Flutter fast in this tutorial by building the UI design of the real world app, Clubhouse. You'll learn easy UI tips to help…
New post on /r/flutterdev subreddit:
Does marking widgets const actually make a difference?
If the linter is able to figure out when you should use consts (e.g. rule: prefer_const_constructors), then why wouldn't the complier just set the flags itself?Is there a good reason for the complier not to do that, or am I just throwing around consts for no actual performance boost?
March 20, 2021 at 10:33AM by UntitledObject
https://ift.tt/3cLekYE
Does marking widgets const actually make a difference?
If the linter is able to figure out when you should use consts (e.g. rule: prefer_const_constructors), then why wouldn't the complier just set the flags itself?Is there a good reason for the complier not to do that, or am I just throwing around consts for no actual performance boost?
March 20, 2021 at 10:33AM by UntitledObject
https://ift.tt/3cLekYE
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Flutter Google Maps and Live Location Tracking
https://youtu.be/tGAW64EftYY
March 20, 2021 at 11:50AM by K_SNIPPET
https://ift.tt/3lCvQSP
Flutter Google Maps and Live Location Tracking
https://youtu.be/tGAW64EftYY
March 20, 2021 at 11:50AM by K_SNIPPET
https://ift.tt/3lCvQSP
YouTube
📍Flutter Google Maps and Live Location Tracking
In this video, we learn how to Integrate Google Map with Live Location Tracking in Flutter App using Provider.
📄Source Code
Follow us to get Source @ Twitter | Facebook | Instagram | Telegram
📎Flutter Packages
https://pub.dev/packages/google_maps_flutter…
📄Source Code
Follow us to get Source @ Twitter | Facebook | Instagram | Telegram
📎Flutter Packages
https://pub.dev/packages/google_maps_flutter…
New post on /r/flutterdev subreddit:
Guide on how to show Snackbars in Flutter using the awesome `getx` package. 🔥🔥
https://ift.tt/3eVkDeV
March 20, 2021 at 01:02PM by mukhtharcm
https://ift.tt/3vE4ws9
Guide on how to show Snackbars in Flutter using the awesome `getx` package. 🔥🔥
https://ift.tt/3eVkDeV
March 20, 2021 at 01:02PM by mukhtharcm
https://ift.tt/3vE4ws9
Mukhtharcm
Flutter Snackbar Without Context using GetX
A Short guide on How to show SnackBars in Flutter using the awesome getx plugin 😊
New post on /r/flutterdev subreddit:
Manga Chapter Viewer
Hi I want to build an Manga chapter viewer , that takes chapter image and view themso is there any build-in widget for that or library for it
March 20, 2021 at 12:40PM by ANDRUXUIS
https://ift.tt/3r4aAGW
Manga Chapter Viewer
Hi I want to build an Manga chapter viewer , that takes chapter image and view themso is there any build-in widget for that or library for it
March 20, 2021 at 12:40PM by ANDRUXUIS
https://ift.tt/3r4aAGW
reddit
Manga Chapter Viewer
Hi I want to build an Manga chapter viewer , that takes chapter image and view them so is there any build-in widget for that or library for it
New post on Flutter Dev Google group:
How to make bottom List like what's app story editor
When user chooses images or videos from gallery it shows the in both list view in bottom navigation bar and on the screen and when user some draw on image the bottom navigation bar image which is in listveiw also update mean what I draw on image it also update in bottom navigation bar image in
March 20, 2021 at 03:42PM by Karan Tripathi
https://ift.tt/3f0zsg3
How to make bottom List like what's app story editor
When user chooses images or videos from gallery it shows the in both list view in bottom navigation bar and on the screen and when user some draw on image the bottom navigation bar image which is in listveiw also update mean what I draw on image it also update in bottom navigation bar image in
March 20, 2021 at 03:42PM by Karan Tripathi
https://ift.tt/3f0zsg3
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:
Managing Payments with Invoice Ninja
https://youtu.be/iefk6TOU-Ts
March 20, 2021 at 03:59PM by immacoder
https://ift.tt/3s50DdD
Managing Payments with Invoice Ninja
https://youtu.be/iefk6TOU-Ts
March 20, 2021 at 03:59PM by immacoder
https://ift.tt/3s50DdD
YouTube
Managing Payments in Flutter | Invoice Ninja
Payments is one of the biggest issues I have encountered with Flutter. Especially allowing users to accept payments. Invoice Ninja not only solves that problem, but also gives a ton of other features.
How to Create Keys and Tokens
✦ API Tokens are created…
How to Create Keys and Tokens
✦ API Tokens are created…
New post on /r/flutterdev subreddit:
How to integrate external fingerprint scanner like the digital persona U.are.U 4500 into a flutter app
I am developing a flutter app which requires an external scanner, the digital persona 4500 fingerprint scanner device to enroll users, and send their data (hashed) together with other details to the database. I use firestore by the way. Anyone knows a flutter package or any other plugin that can help, or probably another way it could be done?
March 20, 2021 at 05:02PM by walexy09
https://ift.tt/2PfbvGY
How to integrate external fingerprint scanner like the digital persona U.are.U 4500 into a flutter app
I am developing a flutter app which requires an external scanner, the digital persona 4500 fingerprint scanner device to enroll users, and send their data (hashed) together with other details to the database. I use firestore by the way. Anyone knows a flutter package or any other plugin that can help, or probably another way it could be done?
March 20, 2021 at 05:02PM by walexy09
https://ift.tt/2PfbvGY
reddit
How to integrate external fingerprint scanner like the digital...
I am developing a flutter app which requires an external scanner, the digital persona 4500 fingerprint scanner device to enroll users, and send...
New post on /r/flutterdev subreddit:
Flutter Tutorial - Change App Display Name (Johannes Milke)
https://www.youtube.com/watch?v=L9an5kN3C4E
March 20, 2021 at 04:23PM by JohannesMilke
https://ift.tt/3cVbRe2
Flutter Tutorial - Change App Display Name (Johannes Milke)
https://www.youtube.com/watch?v=L9an5kN3C4E
March 20, 2021 at 04:23PM by JohannesMilke
https://ift.tt/3cVbRe2
YouTube
Flutter Tutorial - Change App Display Name - Android & iOS
Use Flutter to change the App Display Name on Android & iOS automatically, also learn how you can change the app name manually.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
Source Code | https://git…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
Source Code | https://git…
New post on Flutter Dev Google group:
How to update a bottom list image like what's app story editor
When user chooses images or videos from gallery it shows the in both list view in bottom navigation bar and on the screen and when user some draw on image the bottom navigation bar image which is in listveiw also update mean what I draw on image it also update in bottom navigation bar image in
March 20, 2021 at 05:26PM by Karan Tripathi
https://ift.tt/3s8uPV3
How to update a bottom list image like what's app story editor
When user chooses images or videos from gallery it shows the in both list view in bottom navigation bar and on the screen and when user some draw on image the bottom navigation bar image which is in listveiw also update mean what I draw on image it also update in bottom navigation bar image in
March 20, 2021 at 05:26PM by Karan Tripathi
https://ift.tt/3s8uPV3
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.