New tweet from FlutterDev:
It's #FlutterFriday! 🙌
Did you know you can test accessibility in Flutter using Android's Accessibility Scanner or XCode's Accessibility Inspector?
More details here → https://t.co/7lwA4pIvnG pic.twitter.com/E8oqayIGsu— Flutter (@FlutterDev) May 1, 2020
May 01, 2020 at 06:46PM
http://twitter.com/FlutterDev/status/1256263771263131648
It's #FlutterFriday! 🙌
Did you know you can test accessibility in Flutter using Android's Accessibility Scanner or XCode's Accessibility Inspector?
More details here → https://t.co/7lwA4pIvnG pic.twitter.com/E8oqayIGsu— Flutter (@FlutterDev) May 1, 2020
May 01, 2020 at 06:46PM
http://twitter.com/FlutterDev/status/1256263771263131648
Twitter
#flutterfriday hashtag on Twitter
35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.
New post on Flutter Dev Google group:
Run emulator error: Process finished with exit code -1073741515 (0xC0000135)
Android Studio's AVD Manager: I create a Virtual Device, then run it. It can't show emulator, and its error is "Emulator: Process finished with exit code -1073741515 (0xC0000135)". How to solve this problem? I uninstall Android Studio and install it again, it still can't work, and had the same
May 01, 2020 at 07:30PM by Grace Lu
https://ift.tt/2y8x4kH
Run emulator error: Process finished with exit code -1073741515 (0xC0000135)
Android Studio's AVD Manager: I create a Virtual Device, then run it. It can't show emulator, and its error is "Emulator: Process finished with exit code -1073741515 (0xC0000135)". How to solve this problem? I uninstall Android Studio and install it again, it still can't work, and had the same
May 01, 2020 at 07:30PM by Grace Lu
https://ift.tt/2y8x4kH
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:
Horizontal Line
How can i make a horizontal Line in Flutter? With a Divider?
May 01, 2020 at 07:59PM by Marlene Rahm
https://ift.tt/2YphqMv
Horizontal Line
How can i make a horizontal Line in Flutter? With a Divider?
May 01, 2020 at 07:59PM by Marlene Rahm
https://ift.tt/2YphqMv
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:
Reverse engineering Flutter apps (Part 1)
https://ift.tt/2UVC8jN
May 01, 2020 at 08:13PM by warlock1992
https://ift.tt/35phVax
Reverse engineering Flutter apps (Part 1)
https://ift.tt/2UVC8jN
May 01, 2020 at 08:13PM by warlock1992
https://ift.tt/35phVax
PixelToast
Reverse engineering Flutter apps (Part 1)
Chapter 1: Down the rabbit hole
To start this journey I'll cover some backstory on the Flutter stack and how it
works.
What you probably already know: Flutter was built from the ground up with its
own render pipeline and widget library, allowing it to be…
To start this journey I'll cover some backstory on the Flutter stack and how it
works.
What you probably already know: Flutter was built from the ground up with its
own render pipeline and widget library, allowing it to be…
New post on /r/flutterdev subreddit:
Flutter Web: Any good production site examples out there
Coming from a web background, I started learning mobile app dev. Rather than learning swift and android/ Java I decided right away to go for cross platform.So then after trying react native and Flutter I’ve decided to go all in with Flutter even though I have a bit of react experience from web dev. I hope i made the right choice.Now that flutter web is becoming a thing, I’m pumped to try a little web dev again with my newly acquired flutter skills. Are there any good examples of live websites that are powered by flutter? I know it’s still in beta and that’s why I wonder if it’s mostly meant to play around with at the moment for concept projects.
May 01, 2020 at 07:56PM by martej
https://ift.tt/35onMgu
Flutter Web: Any good production site examples out there
Coming from a web background, I started learning mobile app dev. Rather than learning swift and android/ Java I decided right away to go for cross platform.So then after trying react native and Flutter I’ve decided to go all in with Flutter even though I have a bit of react experience from web dev. I hope i made the right choice.Now that flutter web is becoming a thing, I’m pumped to try a little web dev again with my newly acquired flutter skills. Are there any good examples of live websites that are powered by flutter? I know it’s still in beta and that’s why I wonder if it’s mostly meant to play around with at the moment for concept projects.
May 01, 2020 at 07:56PM by martej
https://ift.tt/35onMgu
reddit
Flutter Web: Any good production site examples out there
Coming from a web background, I started learning mobile app dev. Rather than learning swift and android/ Java I decided right away to go for...
New post on Flutter Dev Google group:
I have a problem when I reload my project.
I have a problem when I reload my project. I'm using Android Studio and as soon as it is finished loading it shows this error code: [image: Bildschirmfoto 2020-05-01 um 23.08.05.png]
I have a problem when I reload my project.
I have a problem when I reload my project. I'm using Android Studio and as soon as it is finished loading it shows this error code: [image: Bildschirmfoto 2020-05-01 um 23.08.05.png]
New post on /r/flutterdev subreddit:
State management giving me hell (learning resource needed)
So I recently finished flutter course by Angela Yu. The thing is I dont really get State Management. I dont get Provider at all. I did some BLoC examples and I kinda get it but in some cases I dont know how to build my UI in order to implement BlocBuilder. So I would like some good resource to learn State Management, some good starting point, maybe there is something I should know before diving into this packages and patterns. I just dont know what is a good start when it comes to state management. My reason for diving into BLoC is so I dont have to use setState anymore since it can be a pain when I have to update multiple widgets and I kinda get lose on where to call it.
May 01, 2020 at 11:12PM by itsdjoki
https://ift.tt/2zH1CtZ
State management giving me hell (learning resource needed)
So I recently finished flutter course by Angela Yu. The thing is I dont really get State Management. I dont get Provider at all. I did some BLoC examples and I kinda get it but in some cases I dont know how to build my UI in order to implement BlocBuilder. So I would like some good resource to learn State Management, some good starting point, maybe there is something I should know before diving into this packages and patterns. I just dont know what is a good start when it comes to state management. My reason for diving into BLoC is so I dont have to use setState anymore since it can be a pain when I have to update multiple widgets and I kinda get lose on where to call it.
May 01, 2020 at 11:12PM by itsdjoki
https://ift.tt/2zH1CtZ
Reddit
r/FlutterDev on Reddit
State management giving me hell (learning resource... - 3 votes and 8 comments
New post on Flutter Dev Google group:
Error in app/build.gradl file
I have two errors in the app/build.gradl file Does anyone know what the errors are? [image: Bildschirmfoto 2020-05-01 um 23.59.00.png] [image: Bildschirmfoto 2020-05-01 um 23.59.07.png]
May 02, 2020 at 12:00AM by Marlene Rahm
https://ift.tt/3bTZ6Pi
Error in app/build.gradl file
I have two errors in the app/build.gradl file Does anyone know what the errors are? [image: Bildschirmfoto 2020-05-01 um 23.59.00.png] [image: Bildschirmfoto 2020-05-01 um 23.59.07.png]
May 02, 2020 at 12:00AM by Marlene Rahm
https://ift.tt/3bTZ6Pi
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:
! No device available
Hi, I have a problem to locate the target device for the emulator: [image: Capture.PNG]
! No device available
Hi, I have a problem to locate the target device for the emulator: [image: Capture.PNG]
New post on /r/flutterdev subreddit:
Flutter VSCode Settings That Will Improve Your Development Experience
https://youtu.be/nAmOt5_fMtU
May 02, 2020 at 01:50AM by thehappyharis
https://ift.tt/2SrBSZe
Flutter VSCode Settings That Will Improve Your Development Experience
https://youtu.be/nAmOt5_fMtU
May 02, 2020 at 01:50AM by thehappyharis
https://ift.tt/2SrBSZe
YouTube
Flutter VSCode Settings That Will Improve Your Development Experience
I go through the recommended Flutter and Dart VSCode settings. Yikes.
👉 Pre Sign Up for a Flutter Portfolio with Flutter Web Course:
https://forms.gle/jsZtpfR4tzKq8ijr5
🎨 Source code:
https://dartcode.org/docs/recommended-settings/
🗞 Sign up for newsletter…
👉 Pre Sign Up for a Flutter Portfolio with Flutter Web Course:
https://forms.gle/jsZtpfR4tzKq8ijr5
🎨 Source code:
https://dartcode.org/docs/recommended-settings/
🗞 Sign up for newsletter…
New post on /r/flutterdev subreddit:
Join me in building a better Netflix Party experience that extends to mobile devices and more streaming services
GitHub repo: https://github.com/david-shortman/netflix-party-plusTestFlight | ChromeHey all, over the past few weeks I've been working on making Netflix Party easier to participate in by working on NP+, a Flutter app that lets you control a video in a Netflix Party, and participate in the chat, without staying attached to your computer.The app is in a pretty good state but still has some features and bugs to resolve before going live. But I want to take the project to the next level as well, with the help of a community, to:Use the Netflix Party web socket message API on more services like YouTube, Amazon Prime Video, and HuluRewrite the Chrome extension to use Flutter to mirror the functionality of the app, and easier code sharing between the app and extensionExpand the extension to work on all browsersPlease consider checking out the repo, and checking out the contributing guide. I'll answer any questions here about the project if you're interested.
May 02, 2020 at 03:29AM by HotDavidLSS
https://ift.tt/3aUfUEz
Join me in building a better Netflix Party experience that extends to mobile devices and more streaming services
GitHub repo: https://github.com/david-shortman/netflix-party-plusTestFlight | ChromeHey all, over the past few weeks I've been working on making Netflix Party easier to participate in by working on NP+, a Flutter app that lets you control a video in a Netflix Party, and participate in the chat, without staying attached to your computer.The app is in a pretty good state but still has some features and bugs to resolve before going live. But I want to take the project to the next level as well, with the help of a community, to:Use the Netflix Party web socket message API on more services like YouTube, Amazon Prime Video, and HuluRewrite the Chrome extension to use Flutter to mirror the functionality of the app, and easier code sharing between the app and extensionExpand the extension to work on all browsersPlease consider checking out the repo, and checking out the contributing guide. I'll answer any questions here about the project if you're interested.
May 02, 2020 at 03:29AM by HotDavidLSS
https://ift.tt/3aUfUEz
GitHub
GitHub - david-shortman/netflix-party-plus: A set of enhancements to the Netflix Party experience
A set of enhancements to the Netflix Party experience - GitHub - david-shortman/netflix-party-plus: A set of enhancements to the Netflix Party experience
New post on Flutter Dev Google group:
flutter sdk download failed
I am from Bangladesh. From previous more then 1 week i can't download flutter sdk for this problem. Why and how to solution this problem?
May 02, 2020 at 06:10AM by Ashok Barua Akas
https://ift.tt/3bY7nlc
flutter sdk download failed
I am from Bangladesh. From previous more then 1 week i can't download flutter sdk for this problem. Why and how to solution this problem?
May 02, 2020 at 06:10AM by Ashok Barua Akas
https://ift.tt/3bY7nlc
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:
Transform class examples
https://ift.tt/2KTzvu4
May 02, 2020 at 08:44AM by Elixane
https://ift.tt/2YmSBRf
Transform class examples
https://ift.tt/2KTzvu4
May 02, 2020 at 08:44AM by Elixane
https://ift.tt/2YmSBRf
Medium
Flutter. Transform class examples
Examples of Transform class implementations
New post on /r/flutterdev subreddit:
Flutter & Dio Sending a Camera Picture as Form Data HTTP Request
https://ift.tt/35pEE6y
May 02, 2020 at 08:43AM by Elixane
https://ift.tt/3aUTXW6
Flutter & Dio Sending a Camera Picture as Form Data HTTP Request
https://ift.tt/35pEE6y
May 02, 2020 at 08:43AM by Elixane
https://ift.tt/3aUTXW6
Medium
Flutter & Dio Sending a Camera Picture as Form Data HTTP Request
Dio is an HTTP client for flutter which is a useful way of sending form data to your back-end API. In this case, using form data to send…
New post on /r/flutterdev subreddit:
How may reads does streams make on firestore?
I have started out a project with firebase firestore and uses streams to get data back.While checking the number of reads ~150 reads where recorded in the firestore account and 8 writes.So i started to debug my code and found out that each time my stream starts ~5 times the streams look for value first 2 times it was nu the next 3 times it got back the value.So my question is how many times does a strem reads value form the firestore and is it recommended in production grade apps to use streams with firebase?
May 02, 2020 at 09:56AM by AshishKhuraishy
https://ift.tt/35oNBNj
How may reads does streams make on firestore?
I have started out a project with firebase firestore and uses streams to get data back.While checking the number of reads ~150 reads where recorded in the firestore account and 8 writes.So i started to debug my code and found out that each time my stream starts ~5 times the streams look for value first 2 times it was nu the next 3 times it got back the value.So my question is how many times does a strem reads value form the firestore and is it recommended in production grade apps to use streams with firebase?
May 02, 2020 at 09:56AM by AshishKhuraishy
https://ift.tt/35oNBNj
reddit
How may reads does streams make on firestore?
I have started out a project with firebase firestore and uses streams to get data back.While checking the number of reads ~150 reads where...
New post on Flutter Dev Google group:
Android Emulator freezes my computer
I'd like to run Android Studio, for Flutter projects, on my notebook (a Lenovo B5400, Win10). I cannot wait to develop my first app, but it's impossible to try anything if that emulator doesn't work. Can someone tell me what are system requirements for Android Studio (with emulator). If my PC
May 02, 2020 at 12:04PM by Antonio Negro
https://ift.tt/3f7Yjwe
Android Emulator freezes my computer
I'd like to run Android Studio, for Flutter projects, on my notebook (a Lenovo B5400, Win10). I cannot wait to develop my first app, but it's impossible to try anything if that emulator doesn't work. Can someone tell me what are system requirements for Android Studio (with emulator). If my PC
May 02, 2020 at 12:04PM by Antonio Negro
https://ift.tt/3f7Yjwe
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:
Are there “styled widget packs” like website templates available?
Wondering if this is a thing? In the same way you can buy css and other themes for websites, is there/can you purchase premium widget libraries which have their own styling? Services like theme forest etc?Edit: I’ve just seen https://github.com/nb312/flutter-ui-nice/blob/master/README.md. These are the kinds of ui kits I am looking for. Good to know they are out there
May 02, 2020 at 12:11PM by FickleLife
https://ift.tt/2yjwT5Z
Are there “styled widget packs” like website templates available?
Wondering if this is a thing? In the same way you can buy css and other themes for websites, is there/can you purchase premium widget libraries which have their own styling? Services like theme forest etc?Edit: I’ve just seen https://github.com/nb312/flutter-ui-nice/blob/master/README.md. These are the kinds of ui kits I am looking for. Good to know they are out there
May 02, 2020 at 12:11PM by FickleLife
https://ift.tt/2yjwT5Z
GitHub
nb312/flutter-ui-nice
More than 130+ pages in this beautiful app and more than 45 developers has contributed to it. - nb312/flutter-ui-nice
New post on /r/flutterdev subreddit:
Amazing Flutter tips from my #100daysOfFlutter Challange, now open-sourced. Let's create a great repo of tips.
https://ift.tt/2Sq9BSY
May 02, 2020 at 11:58AM by erluxman
https://ift.tt/2WxwRQf
Amazing Flutter tips from my #100daysOfFlutter Challange, now open-sourced. Let's create a great repo of tips.
https://ift.tt/2Sq9BSY
May 02, 2020 at 11:58AM by erluxman
https://ift.tt/2WxwRQf
GitHub
GitHub - erluxman/awesomefluttertips: ❤️ Awesome Flutter Tips and Tricks ❤️
❤️ Awesome Flutter Tips and Tricks ❤️. Contribute to erluxman/awesomefluttertips development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Basic Animation is super easy: Doing animation in Flutter with AnimatedContainer.
https://twitter.com/erluxman/status/1256467420123930624
May 02, 2020 at 11:47AM by erluxman
https://ift.tt/2yYEF5o
Basic Animation is super easy: Doing animation in Flutter with AnimatedContainer.
https://twitter.com/erluxman/status/1256467420123930624
May 02, 2020 at 11:47AM by erluxman
https://ift.tt/2yYEF5o
Twitter
Laxman
AnimatedContainer() is one of the most common & powerful ImplicitlyAnimatedWidgets (Easy to animate) Just provide the changed value of container then AnimatedContainer will do the rest Play with AnimatedContainer https://t.co/UaIaGQWhs0) #day28 #100DaysofFlutter…
New post on Flutter Dev Google group:
Debug version runs old version code
I run app in debug mode, sometimes it does shows old version of app(probably from old code). Tried to unistall n run debug again still its there. How to resolve this issue? Is this problem with device or cache or ide (vscode)? Have you ever experienced this?
May 02, 2020 at 12:17PM by prakash king
https://ift.tt/3d8Yvte
Debug version runs old version code
I run app in debug mode, sometimes it does shows old version of app(probably from old code). Tried to unistall n run debug again still its there. How to resolve this issue? Is this problem with device or cache or ide (vscode)? Have you ever experienced this?
May 02, 2020 at 12:17PM by prakash king
https://ift.tt/3d8Yvte
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:
Map in Dart Flutter
Map in Dart, a new video published. Do subscribe and like video. You can request any video with Flutter, Dart, Firebase #flutter #dart #navokihttps://www.youtube.com/watch?v=FpFrX7rX4qk
May 02, 2020 at 01:13PM by theshivamlko
https://ift.tt/2KRslXb
Map in Dart Flutter
Map in Dart, a new video published. Do subscribe and like video. You can request any video with Flutter, Dart, Firebase #flutter #dart #navokihttps://www.youtube.com/watch?v=FpFrX7rX4qk
May 02, 2020 at 01:13PM by theshivamlko
https://ift.tt/2KRslXb
Twitter
Log in to Twitter / Twitter
Log in to Twitter to see the latest. Join the conversation, follow accounts, see your Home Timeline, and catch up on Tweets from the people you know.