New post on Flutter Dev Google group:
Ovelay image over status bar
Is it possible to overlay a zoomed image (InteractiveViewer) on top of all existing objects - even the status bar? child: InteractiveViewer( transformationController: controller, maxScale: 2.0, minScale: 2.0, child: imageBig, fit: BoxFit.fitWidth, ),
September 04, 2020 at 09:08PM by Flutterdoc
https://ift.tt/332XWOa
Ovelay image over status bar
Is it possible to overlay a zoomed image (InteractiveViewer) on top of all existing objects - even the status bar? child: InteractiveViewer( transformationController: controller, maxScale: 2.0, minScale: 2.0, child: imageBig, fit: BoxFit.fitWidth, ),
September 04, 2020 at 09:08PM by Flutterdoc
https://ift.tt/332XWOa
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:
Remote builds
Hello,I’ve been working with flutter professionally as a freelancer since 1 year ago and I always used a rocket of a PC with Manjaro. I can’t complain about the experience there, but whenever I travel with my cute but useless Macbook pro 13’2017 base model I get really frustrated with the build time and it’s a mess to go in the debugger.Is there a way in which I can use my main computer as a build server or even run the code there and over an http or whatever other connection get the code running on my android test device which is next to me? Does JetBrains offer something like that or are there plug-ins for that?I tried VNC or other remote desktop solutions, but the resolution is not great and i have to use Linux with a mac keyboard, also not great.It seems like a waste to have to go through all that when I have a fully capable machine sitting at home, turned on most of the time.
September 04, 2020 at 10:22PM by erdeicodrut
https://ift.tt/3h04ceJ
Remote builds
Hello,I’ve been working with flutter professionally as a freelancer since 1 year ago and I always used a rocket of a PC with Manjaro. I can’t complain about the experience there, but whenever I travel with my cute but useless Macbook pro 13’2017 base model I get really frustrated with the build time and it’s a mess to go in the debugger.Is there a way in which I can use my main computer as a build server or even run the code there and over an http or whatever other connection get the code running on my android test device which is next to me? Does JetBrains offer something like that or are there plug-ins for that?I tried VNC or other remote desktop solutions, but the resolution is not great and i have to use Linux with a mac keyboard, also not great.It seems like a waste to have to go through all that when I have a fully capable machine sitting at home, turned on most of the time.
September 04, 2020 at 10:22PM by erdeicodrut
https://ift.tt/3h04ceJ
reddit
Remote builds
Hello, I’ve been working with flutter professionally as a freelancer since 1 year ago and I always used a rocket of a PC with Manjaro. I can’t...
New post on /r/flutterdev subreddit:
Is flutter web supporting performance profiling already or isn'tthat part ofthe beta?
What are u experiences with flutter web in general and if you release a flutter web app already did u ever profiled its performance (with the new devtools? The timeline tab is amazing to do so i think)
September 04, 2020 at 10:51PM by Hard_Veur
https://ift.tt/3jR2LkH
Is flutter web supporting performance profiling already or isn'tthat part ofthe beta?
What are u experiences with flutter web in general and if you release a flutter web app already did u ever profiled its performance (with the new devtools? The timeline tab is amazing to do so i think)
September 04, 2020 at 10:51PM by Hard_Veur
https://ift.tt/3jR2LkH
reddit
Is flutter web supporting performance profiling already or...
What are u experiences with flutter web in general and if you release a flutter web app already did u ever profiled its performance (with the new...
New post on /r/flutterdev subreddit:
Using Firebase server or inner mobile memory for storing app content data?
I am making an app with a lot of text. An app about jokes, so basically on the screen user will see one joke, and he can scroll up to see another one..My plan is to post 3-4 new jokes every day on that app.Should I write a list with all jokes before and make a time function to release 3-4 jokes a day, or should I place that jokes list on the server and there make a time function to place 3-4 jokes a day to my app from the internet?To me, it seems it's better to have them on the firebase, otherwise I would have to release a new verson of the app every time I have to update my list of jokes.If there is an article for firebase or youtube video, please send me, it would help me a lot. (since I have no idea how to implement this back end of this project).
September 05, 2020 at 12:05AM by AdLive8235
https://ift.tt/3jNGmES
Using Firebase server or inner mobile memory for storing app content data?
I am making an app with a lot of text. An app about jokes, so basically on the screen user will see one joke, and he can scroll up to see another one..My plan is to post 3-4 new jokes every day on that app.Should I write a list with all jokes before and make a time function to release 3-4 jokes a day, or should I place that jokes list on the server and there make a time function to place 3-4 jokes a day to my app from the internet?To me, it seems it's better to have them on the firebase, otherwise I would have to release a new verson of the app every time I have to update my list of jokes.If there is an article for firebase or youtube video, please send me, it would help me a lot. (since I have no idea how to implement this back end of this project).
September 05, 2020 at 12:05AM by AdLive8235
https://ift.tt/3jNGmES
reddit
Using Firebase server or inner mobile memory for storing app...
I am making an app with a lot of text. An app about jokes, so basically on the screen user will see one joke, and he can scroll up to see another...
New post on /r/flutterdev subreddit:
Accessing the desktop file system with Flutter Web?
I am not sure if this is possible yet. Is it possible to access the desktop file system or the image galley for smartphones with Flutter Web? Let's say if you want a user to be able to change their profile picture or add one, can Flutter Web do that for something like a PWA? Or are we not there yet?Thank you for those who choose to answer! I'd appreciate all answers and would love to hear from those who have attempted something similar to this as well.
September 05, 2020 at 04:22AM by jazilzaim
https://ift.tt/3lRCOmC
Accessing the desktop file system with Flutter Web?
I am not sure if this is possible yet. Is it possible to access the desktop file system or the image galley for smartphones with Flutter Web? Let's say if you want a user to be able to change their profile picture or add one, can Flutter Web do that for something like a PWA? Or are we not there yet?Thank you for those who choose to answer! I'd appreciate all answers and would love to hear from those who have attempted something similar to this as well.
September 05, 2020 at 04:22AM by jazilzaim
https://ift.tt/3lRCOmC
reddit
Accessing the desktop file system with Flutter Web?
I am not sure if this is possible yet. Is it possible to access the desktop file system or the image galley for smartphones with Flutter Web?...
New post on /r/flutterdev subreddit:
[Web] Unable to open performance profiling. Anyone with the same issue? +1 if yes please.
https://ift.tt/3lW8ZSe
September 05, 2020 at 05:15AM by Hard_Veur
https://ift.tt/2F0ZlwH
[Web] Unable to open performance profiling. Anyone with the same issue? +1 if yes please.
https://ift.tt/3lW8ZSe
September 05, 2020 at 05:15AM by Hard_Veur
https://ift.tt/2F0ZlwH
GitHub
[web]: Flutter web is missing the ability to connect to a performance profiler in profile mode. · Issue #65266 · flutter/flutter
Normally when a flutter application is run with something like: flutter run -d chrome A url is printed which can be used to connect to debug service or a performance profiler like the new DevTools ...
New post on /r/flutterdev subreddit:
Recently I've been working a lot with ObjectIds returned from MongoDB. I needed a very efficient solution that would allow me to easily operate them. Therefore I created this package. Maybe you will find it helpful too 😉🚀
https://ift.tt/31XNmbY
September 05, 2020 at 05:08AM by gonuit
https://ift.tt/3bvSRlf
Recently I've been working a lot with ObjectIds returned from MongoDB. I needed a very efficient solution that would allow me to easily operate them. Therefore I created this package. Maybe you will find it helpful too 😉🚀
https://ift.tt/31XNmbY
September 05, 2020 at 05:08AM by gonuit
https://ift.tt/3bvSRlf
GitHub
gonuit/dart_objectid
Contribute to gonuit/dart_objectid development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter News App (Frontend To Backend) Part 5 - Search UI
https://youtu.be/RXvgR1L0s2U
September 05, 2020 at 05:31AM by No-Science-6310
https://ift.tt/32YwDoh
Flutter News App (Frontend To Backend) Part 5 - Search UI
https://youtu.be/RXvgR1L0s2U
September 05, 2020 at 05:31AM by No-Science-6310
https://ift.tt/32YwDoh
YouTube
Flutter News App (Frontend To Backend) Part 5 - Search UI
Hello guys, this video is a part of a flutter series we are started to upload on YouTube.
Flutter News App (Frontend to Backend)
In this video, we will be watching, how to develop the Search UI in Flutter.
Type a message
👨💻Source Code: https://github.com/Code…
Flutter News App (Frontend to Backend)
In this video, we will be watching, how to develop the Search UI in Flutter.
Type a message
👨💻Source Code: https://github.com/Code…
New post on /r/flutterdev subreddit:
Handle ObjectIds like a boss! 😎 🚀
https://ift.tt/31XNmbY
September 05, 2020 at 05:21AM by gonuit
https://ift.tt/3i3kuVh
Handle ObjectIds like a boss! 😎 🚀
https://ift.tt/31XNmbY
September 05, 2020 at 05:21AM by gonuit
https://ift.tt/3i3kuVh
GitHub
gonuit/dart_objectid
Contribute to gonuit/dart_objectid development by creating an account on GitHub.
New post on Flutter Dev Google group:
flutter pub get error
Hi, everyone, i encountered this issue when i do flutter pub get: Running "flutter pub get" in helloworld... Could not decompress gz stream Connection closed while receiving data, path = '' pub get failed (66; Could not decompress gz stream Connection closed while
September 05, 2020 at 08:01AM by che.ca...@gmail.com
https://ift.tt/2Dx15gH
flutter pub get error
Hi, everyone, i encountered this issue when i do flutter pub get: Running "flutter pub get" in helloworld... Could not decompress gz stream Connection closed while receiving data, path = '' pub get failed (66; Could not decompress gz stream Connection closed while
September 05, 2020 at 08:01AM by che.ca...@gmail.com
https://ift.tt/2Dx15gH
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 pub.dev becoming like npm?
Today i tried searching for packages for paymentThe packages list didn’t even stop after 8th page of Google. No surprise most packages are doing the same thingI would like to ask the community,Why do you write and publish a package?What do you think about the overwhelming number of packages?Packages are supposed to make other developers work easier.Do you think we are going in that direction?
September 05, 2020 at 10:22AM by gursheeshsingh
https://ift.tt/3jNyMdd
Is pub.dev becoming like npm?
Today i tried searching for packages for paymentThe packages list didn’t even stop after 8th page of Google. No surprise most packages are doing the same thingI would like to ask the community,Why do you write and publish a package?What do you think about the overwhelming number of packages?Packages are supposed to make other developers work easier.Do you think we are going in that direction?
September 05, 2020 at 10:22AM by gursheeshsingh
https://ift.tt/3jNyMdd
reddit
Is pub.dev becoming like npm?
Today i tried searching for packages for payment The packages list didn’t even stop after 8th page of Google. No surprise most packages are doing...
New post on Flutter Dev Google group:
Bad state: Stream has already been listened to flutter provider
I'm using Provider
Bad state: Stream has already been listened to flutter provider
I'm using Provider
New post on Flutter Dev Google group:
Re: Abridged summary of flutt...@googlegroups.com - 10 updates in 9 topics
بتاريخ ٠٤/٠٩/٢٠٢٠ ١٠:٠٨ م، كتب
Re: Abridged summary of flutt...@googlegroups.com - 10 updates in 9 topics
بتاريخ ٠٤/٠٩/٢٠٢٠ ١٠:٠٨ م، كتب
New post on /r/flutterdev subreddit:
10 Flutter UI packages to improve your App experience.
https://www.youtube.com/watch?v=zjXlUjwMvSs&feature=youtu.be
September 05, 2020 at 02:51PM by beingonearth
https://ift.tt/3lPHmdk
10 Flutter UI packages to improve your App experience.
https://www.youtube.com/watch?v=zjXlUjwMvSs&feature=youtu.be
September 05, 2020 at 02:51PM by beingonearth
https://ift.tt/3lPHmdk
YouTube
10 Flutter UI Packages every Flutter Developer should know.
We go through 10 amazing packages from the Flutter Community that can easily improve the UI/UX of your Flutter app.
If you're interested in learning how JavaScript works under the hood, check out my course here: https://www.udemy.com/course/javascript-under…
If you're interested in learning how JavaScript works under the hood, check out my course here: https://www.udemy.com/course/javascript-under…
New post on /r/flutterdev subreddit:
Custom Switch Buttons in Flutter
https://www.youtube.com/watch?v=rIx5SoMPUJ4
September 05, 2020 at 03:54PM by jetblack-pope
https://ift.tt/321esir
Custom Switch Buttons in Flutter
https://www.youtube.com/watch?v=rIx5SoMPUJ4
September 05, 2020 at 03:54PM by jetblack-pope
https://ift.tt/321esir
YouTube
Custom Switch Buttons in Flutter
This tutorial shows you how to create custom switch buttons in Flutter using the lit_rolling_switch package. Don't forget to subscribe for weekly Flutter content.
lite_rolling_switch: https://pub.dev/packages/lite_rolling_switch
Follow BleylDev on twitter:…
lite_rolling_switch: https://pub.dev/packages/lite_rolling_switch
Follow BleylDev on twitter:…
New post on /r/flutterdev subreddit:
Unit Testing with Mockito in Flutter
https://youtu.be/4d6hEaUVvuU
September 05, 2020 at 03:46PM by immacoder
https://ift.tt/3jNcKY8
Unit Testing with Mockito in Flutter
https://youtu.be/4d6hEaUVvuU
September 05, 2020 at 03:46PM by immacoder
https://ift.tt/3jNcKY8
YouTube
Unit Testing with Mockito in Flutter
Unit Testing with Mockito in Flutter
A couple videos ago we gave a short intro to Unit Testing. However it was missing a really big part! You can't do much Unit Testing without being able to Mock! In this example we will mock firebase auth, which enables…
A couple videos ago we gave a short intro to Unit Testing. However it was missing a really big part! You can't do much Unit Testing without being able to Mock! In this example we will mock firebase auth, which enables…
New post on /r/flutterdev subreddit:
What other web development language is most similar to Flutter?
I wanted to build a PWA in Flutter, but after much contemplation with helpful feedback from this community (thank you!!) I decided to wait until Flutter web is more mature.Question: If I’m going to build the app using another framework, I’d like to pick one that is the most similar to Dart and Flutter to make the transition to Flutter at later date easier. What would you recommend?
September 05, 2020 at 04:58PM by fugazi56
https://ift.tt/3lQHGbH
What other web development language is most similar to Flutter?
I wanted to build a PWA in Flutter, but after much contemplation with helpful feedback from this community (thank you!!) I decided to wait until Flutter web is more mature.Question: If I’m going to build the app using another framework, I’d like to pick one that is the most similar to Dart and Flutter to make the transition to Flutter at later date easier. What would you recommend?
September 05, 2020 at 04:58PM by fugazi56
https://ift.tt/3lQHGbH
reddit
What other web development language is most similar to Flutter?
I wanted to build a PWA in Flutter, but after much contemplation with helpful feedback from this community (thank you!!) I decided to wait until...
New post on Flutter Dev Google group:
the getter `isLive` is null
Hi guys, I've been receiving an error whenever I want to call a boolean value that I set to true. It keeps saying that the bool value is null. [image: Screenshot (339).png] I called it here: [image: Screenshot (340)_LI.jpg]
September 05, 2020 at 05:22PM by Charisa Emmanuel
https://ift.tt/3h5TfYW
the getter `isLive` is null
Hi guys, I've been receiving an error whenever I want to call a boolean value that I set to true. It keeps saying that the bool value is null. [image: Screenshot (339).png] I called it here: [image: Screenshot (340)_LI.jpg]
September 05, 2020 at 05:22PM by Charisa Emmanuel
https://ift.tt/3h5TfYW
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:
Quick and Easy geometric animations with Flutter Canvas Pt2
https://youtu.be/h8QkNyy1Vp4
September 05, 2020 at 06:02PM by indy900000
https://ift.tt/2QXDBEr
Quick and Easy geometric animations with Flutter Canvas Pt2
https://youtu.be/h8QkNyy1Vp4
September 05, 2020 at 06:02PM by indy900000
https://ift.tt/2QXDBEr
YouTube
Flutter Canvas Animations - Live Coding - Generative Art [Shorts 2] (2020)
Generative art is a way of creating art using code.
In this video I will show you how get creative and create an animated geometric pattern using Flutter canvas.
Flutter is a UI framework from Google for cross platform mobile and desktop app development.…
In this video I will show you how get creative and create an animated geometric pattern using Flutter canvas.
Flutter is a UI framework from Google for cross platform mobile and desktop app development.…
New post on /r/flutterdev subreddit:
Flutter plugin for infrared sensor management
https://github.com/Yeikel200/ir_sensor_plugin
September 05, 2020 at 06:31PM by YeyeCu
https://ift.tt/31Zm5G9
Flutter plugin for infrared sensor management
https://github.com/Yeikel200/ir_sensor_plugin
September 05, 2020 at 06:31PM by YeyeCu
https://ift.tt/31Zm5G9
GitHub
Yeikel200/ir_sensor_plugin
This plugin allows Flutter applications to make use of the Infrared Sensor. - Yeikel200/ir_sensor_plugin
New post on /r/flutterdev subreddit:
Set Up Firebase & Flutter For Android, iOS & Web (Tutorial)
https://www.youtube.com/watch?v=0ZfGnXHSq7w
September 05, 2020 at 06:28PM by JohannesMilke
https://ift.tt/357MLGP
Set Up Firebase & Flutter For Android, iOS & Web (Tutorial)
https://www.youtube.com/watch?v=0ZfGnXHSq7w
September 05, 2020 at 06:28PM by JohannesMilke
https://ift.tt/357MLGP
YouTube
Flutter Tutorial - Set Up Firebase & Flutter For Android, iOS & Web
Learn how to setup Firebase & Flutter for Android, iOS & Web.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source code: https://github.com/JohannesMilke/firebase_init_example
- Buy My Courses: htt…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source code: https://github.com/JohannesMilke/firebase_init_example
- Buy My Courses: htt…