New post on /r/flutterdev subreddit:
Daily Exercises App - Flutter UI - Speed Code
https://youtu.be/qQ75cxc5q8o
May 01, 2020 at 05:30PM by anwarabir
https://ift.tt/3bW9ohY
Daily Exercises App - Flutter UI - Speed Code
https://youtu.be/qQ75cxc5q8o
May 01, 2020 at 05:30PM by anwarabir
https://ift.tt/3bW9ohY
YouTube
Daily Exercises App - Flutter UI - Speed Code
This is a just Daily Exercises App #UI by using #flutter , source code also available, check below
There are two pages, you can call it home page and details or meditation page. On the home page at the top right corner you got a menu button, then a big good…
There are two pages, you can call it home page and details or meditation page. On the home page at the top right corner you got a menu button, then a big good…
New post on /r/flutterdev subreddit:
Need help : Managing complex structure/state in flutter app
Hi Friends,I am very new to flutter and just started a side project to improve my flutter knowledge and got problem in the beginning itself.I have complex and dynamic data to be displayed and manipulated on flutter app. Please advise me how to proceed this.I have a list view and three add buttons(+) which will dynamically add items into that list view.add button 1 --> it will add a list item widget which has one text fieldadd button 2 --> it will add a list item widget which has two text fieldsadd button 3 --> it will add a list item widget which will have one more list view like recursive.Below is the data structure
May 01, 2020 at 05:22PM by veerammalkumaran
https://ift.tt/35lFLEg
Need help : Managing complex structure/state in flutter app
Hi Friends,I am very new to flutter and just started a side project to improve my flutter knowledge and got problem in the beginning itself.I have complex and dynamic data to be displayed and manipulated on flutter app. Please advise me how to proceed this.I have a list view and three add buttons(+) which will dynamically add items into that list view.add button 1 --> it will add a list item widget which has one text fieldadd button 2 --> it will add a list item widget which has two text fieldsadd button 3 --> it will add a list item widget which will have one more list view like recursive.Below is the data structure
abstract class maintype {}
class type1 extends maintype{
String s1;
}
class type2 extends maintype {
String s1;
String s2;
}
class type3 extends maintype {
List<maintype> sublist; //this list can have type1, type2, type3
}
The screen will have list view which will be List<maintype>, whenever a add button is press based on the button type the class will be created type1 or type2 or type3 and added into the main list.For type3, one more listview added with again three add buttons inside the current list view, then user can add items inside that listview also.What kind of state management I have to use? How to architect/structure my flutter app?I am open for any library and suggestions.Thanks in advance.May 01, 2020 at 05:22PM by veerammalkumaran
https://ift.tt/35lFLEg
reddit
Need help : Managing complex structure/state in flutter app
Hi Friends, I am very new to flutter and just started a side project to improve my flutter knowledge and got problem in the beginning itself. I...
New tweet from FlutterDev:
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/0vYK8re9Sw— Flutter (@FlutterDev) May 1, 2020
May 01, 2020 at 06:03PM
http://twitter.com/FlutterDev/status/1256252837517901824
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/0vYK8re9Sw— Flutter (@FlutterDev) May 1, 2020
May 01, 2020 at 06:03PM
http://twitter.com/FlutterDev/status/1256252837517901824
flutter.dev
Accessibility
Information on Flutter's accessibility support.
New post on /r/flutterdev subreddit:
Sending Push Notifications for Flutter Web
https://ift.tt/2Wvi48H
May 01, 2020 at 06:10PM by SoundDr
https://ift.tt/3d6VZUy
Sending Push Notifications for Flutter Web
https://ift.tt/2Wvi48H
May 01, 2020 at 06:10PM by SoundDr
https://ift.tt/3d6VZUy
Medium
How To Send Push Notifications on Flutter Web (FCM)
If you are using Firebase then you are probably familiar with Firebase Cloud Messaging. The setup on Flutter web is very different than…
New post on Flutter Dev Google group:
VS Code extensions v3.10 - Main method CodeLens, Test on device, Custom emulator launching
Hi all, v3.10.0 of the Dart & Flutter VS Code extensions are live. Release notes below (and online ). If you find any issues, please file them on GitHub
VS Code extensions v3.10 - Main method CodeLens, Test on device, Custom emulator launching
Hi all, v3.10.0 of the Dart & Flutter VS Code extensions are live. Release notes below (and online ). If you find any issues, please file them on GitHub
New post on Flutter Dev Google group:
Delete a part of a string
How can I make it that from a string for example String mail = 'ma...@icloud.com' in a new string and this then only contains the value before the @?
May 01, 2020 at 05:25PM by Jonas Riesen
https://ift.tt/35lMvC4
Delete a part of a string
How can I make it that from a string for example String mail = 'ma...@icloud.com' in a new string and this then only contains the value before the @?
May 01, 2020 at 05:25PM by Jonas Riesen
https://ift.tt/35lMvC4
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:
Accelerometer delta
Hello, How could I get the difference in position in a time interval using the accelerometer? Is it possible to get the current position without listening? Regards
May 01, 2020 at 06:09PM by Saul Palenzuela Hdez
https://ift.tt/2z1X2pM
Accelerometer delta
Hello, How could I get the difference in position in a time interval using the accelerometer? Is it possible to get the current position without listening? Regards
May 01, 2020 at 06:09PM by Saul Palenzuela Hdez
https://ift.tt/2z1X2pM
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:
Flutter: The Advanced Layout Rule Even Beginners Must Know
https://ift.tt/2xsmSmG
May 01, 2020 at 07:05PM by dayanruben
https://ift.tt/2VUBGny
Flutter: The Advanced Layout Rule Even Beginners Must Know
https://ift.tt/2xsmSmG
May 01, 2020 at 07:05PM by dayanruben
https://ift.tt/2VUBGny
Medium
Flutter: The Advanced Layout Rule Even Beginners Must Know
Flutter layout is very different from HTML layout. So you must memorize the following rule…
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