New post on /r/flutterdev subreddit:
Flutter Online Widget Studio 😎
https://twitter.com/rodydavis/status/1261181283679387648?s=21
May 15, 2020 at 10:07AM by SoundDr
https://ift.tt/2zE5HiM
Flutter Online Widget Studio 😎
https://twitter.com/rodydavis/status/1261181283679387648?s=21
May 15, 2020 at 10:07AM by SoundDr
https://ift.tt/2zE5HiM
Twitter
Rody Davis
Wanted to share some exciting updates on my @FlutterDev Online Editor 👀 I now support dynamic widget creation. https://t.co/3I6GpfjhE0 https://t.co/XBbitdyYFK
New post on /r/flutterdev subreddit:
Playing Video in Flutter and Changing Playback Speed (1.5x, 2x, etc)
https://ift.tt/3fSQjjd
May 15, 2020 at 09:48AM by Elixane
https://ift.tt/2Z3yfgc
Playing Video in Flutter and Changing Playback Speed (1.5x, 2x, etc)
https://ift.tt/3fSQjjd
May 15, 2020 at 09:48AM by Elixane
https://ift.tt/2Z3yfgc
Medium
Playing Video in Flutter and Changing Playback Speed (1.5x, 2x, etc)
Hello, in this blog, I am writing about how to change playback speed of the video like 0.5x, 1.5x, 2x, etc.
New post on Flutter Dev Google group:
Showing push notification on any screen
Hi I have a flutter project and I am able to receive notifications the only problem I have is when the app is open I need to be on the notification screen to see that a notification has came through. I have a dialog box that shows the notification but I was wondering how can I put it so its on
May 15, 2020 at 11:00AM by Angela Scott
https://ift.tt/363MhQc
Showing push notification on any screen
Hi I have a flutter project and I am able to receive notifications the only problem I have is when the app is open I need to be on the notification screen to see that a notification has came through. I have a dialog box that shows the notification but I was wondering how can I put it so its on
May 15, 2020 at 11:00AM by Angela Scott
https://ift.tt/363MhQc
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:
Relative alignment
Hi!Align() puts the widget in an absolute position, for example:
May 15, 2020 at 10:52AM by iamlem
https://ift.tt/3dKPo2i
Relative alignment
Hi!Align() puts the widget in an absolute position, for example:
return Align(alignment: Alignment(0.0,0.0),
child: Text("A"))
will place "A" in the center of the screen. Is there any way to make this alignment relative to its box? So for example let's say we have 3 children in a Wrap() widget:Wrap(children: <Widget>[Align(alignment: Alignment(0.0,0.0),
child: Text("A")),Align(alignment: Alignment(0.0,0.25),
child: Text("A")),Align(alignment: Alignment(0.0,0.5),
child: Text("A"))]
These will all line up on top of each other... Is it possible to have them sit next to each other but at different heights?Thanks!May 15, 2020 at 10:52AM by iamlem
https://ift.tt/3dKPo2i
reddit
Relative alignment
Hi! Align() puts the widget in an absolute position, for example: `return Align(alignment: Alignment(0.0,0.0),` `child:...
New post on Flutter Dev Google group:
Import dart.js Error solve
Flutter show error to import dart.js but i am use JsArray and JsObject if debug the app then show error, i am trying last two days please fix this issue in flutter
May 15, 2020 at 12:32PM by navtej singh
https://ift.tt/2X2qBAd
Import dart.js Error solve
Flutter show error to import dart.js but i am use JsArray and JsObject if debug the app then show error, i am trying last two days please fix this issue in flutter
May 15, 2020 at 12:32PM by navtej singh
https://ift.tt/2X2qBAd
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:
best way for zooming virtual worspace with widgets (
Hi All, I'm thinking in the best way of implementing the following and looking for ideas. I have a fixed size "workspace" (5000x5000). See the blue square.. Inside there are moving fixed sizes (500x500) widgets (they are actually movies with audio). See the yellow boxes. The phone is
May 15, 2020 at 12:50PM by Sebastian Ovide
https://ift.tt/2WYvqdF
best way for zooming virtual worspace with widgets (
Hi All, I'm thinking in the best way of implementing the following and looking for ideas. I have a fixed size "workspace" (5000x5000). See the blue square.. Inside there are moving fixed sizes (500x500) widgets (they are actually movies with audio). See the yellow boxes. The phone is
May 15, 2020 at 12:50PM by Sebastian Ovide
https://ift.tt/2WYvqdF
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:
Hello how to acces data in second screen from first screen
i tried the flutter example that's working but i can't access value within class i m just able to access it in widget, https://ift.tt/2Z5Q7af [image: flutterexample.PNG]
Hello how to acces data in second screen from first screen
i tried the flutter example that's working but i can't access value within class i m just able to access it in widget, https://ift.tt/2Z5Q7af [image: flutterexample.PNG]
flutter.dev
Send data to a new screen
How to pass data to a new route.
New post on Flutter Dev Google group:
Error when trying to generate files for release an Android App
Hello, I followed the steps to generate the release files for an Android app at https://ift.tt/2H4IgRW, but when I try: flutter build appbundle --release I get this message: > java.util.concurrent.ExecutionException: java.lang.RuntimeException: jarsignerfailed with exit
May 15, 2020 at 02:30PM by Jacques Marques
https://ift.tt/2T7Tv0x
Error when trying to generate files for release an Android App
Hello, I followed the steps to generate the release files for an Android app at https://ift.tt/2H4IgRW, but when I try: flutter build appbundle --release I get this message: > java.util.concurrent.ExecutionException: java.lang.RuntimeException: jarsignerfailed with exit
May 15, 2020 at 02:30PM by Jacques Marques
https://ift.tt/2T7Tv0x
flutter.dev
Build and release an Android app
How to prepare for and release an Android app to the Play store.
New post on /r/flutterdev subreddit:
My first Flutter Web UI
https://youtu.be/E6fLm5XlJDY
May 15, 2020 at 03:28PM by anwarabir
https://ift.tt/364C5XH
My first Flutter Web UI
https://youtu.be/E6fLm5XlJDY
May 15, 2020 at 03:28PM by anwarabir
https://ift.tt/364C5XH
YouTube
Create a Website Using Flutter - Flutter Web - Speed Code
#FlutterWeb - Food 🥘 #UI, We design a simple web app by using flutter, it has only a menu and some text on left side also a background image.
►Assets: https://github.com/abuanwar072/Flutter-Web---Food-App-UI/tree/master/assets
►Source code: https://g…
►Assets: https://github.com/abuanwar072/Flutter-Web---Food-App-UI/tree/master/assets
►Source code: https://g…
New post on /r/flutterdev subreddit:
Flutter's StreamProvider: "Explain it to me like I'm 5"
https://www.youtube.com/watch?v=x-s0yM0tF3M
May 15, 2020 at 03:03PM by Purple_Pizzazz
https://ift.tt/2WwqLR4
Flutter's StreamProvider: "Explain it to me like I'm 5"
https://www.youtube.com/watch?v=x-s0yM0tF3M
May 15, 2020 at 03:03PM by Purple_Pizzazz
https://ift.tt/2WwqLR4
New post on /r/flutterdev subreddit:
Regarding Udemy Flutter courses
Hi FlutterDev!I want to start learning Flutter & Dart and am actively looking for a beginners course to take. I'm not completely new to programming as I have a little experience with Java, which I am currently learning at my university. Since I had some trouble grasping OOP in Java when I started, I took a course on Udemy and it helped me acing all my tests. Naturally, I found my way back to Udemy for Flutter this time around.I've seen multiple courses and already purchased one course by Andrea Bizzotto (link). However, I'd like to start out with either of these two courses, after which I'll go through the one by Andrea:The Complete 2020 Flutter Development Bootcamp by Angela YuFlutter & Dart: The Complete Guide by Maximilian SchwarzmüllerI know the course by Angela is very highly regarded. However, some of the more recent reviews on Udemy indicate that it hasn't been updated in quite a while and that there are some problems with the projects due to the changes and updates to Flutter.The course by Maximilian is more recently updated, though I couldn't find quite as many people sharing their experience on it as the course by Angela over here on Reddit.Which course would you recommend? And is the course by Angela still up to date enough? Any input or insight would be greatly appreciated. Thank you for taking the time to read this!
May 15, 2020 at 02:51PM by YoungStarDC
https://ift.tt/2AoL7mG
Regarding Udemy Flutter courses
Hi FlutterDev!I want to start learning Flutter & Dart and am actively looking for a beginners course to take. I'm not completely new to programming as I have a little experience with Java, which I am currently learning at my university. Since I had some trouble grasping OOP in Java when I started, I took a course on Udemy and it helped me acing all my tests. Naturally, I found my way back to Udemy for Flutter this time around.I've seen multiple courses and already purchased one course by Andrea Bizzotto (link). However, I'd like to start out with either of these two courses, after which I'll go through the one by Andrea:The Complete 2020 Flutter Development Bootcamp by Angela YuFlutter & Dart: The Complete Guide by Maximilian SchwarzmüllerI know the course by Angela is very highly regarded. However, some of the more recent reviews on Udemy indicate that it hasn't been updated in quite a while and that there are some problems with the projects due to the changes and updates to Flutter.The course by Maximilian is more recently updated, though I couldn't find quite as many people sharing their experience on it as the course by Angela over here on Reddit.Which course would you recommend? And is the course by Angela still up to date enough? Any input or insight would be greatly appreciated. Thank you for taking the time to read this!
May 15, 2020 at 02:51PM by YoungStarDC
https://ift.tt/2AoL7mG
Udemy
Online Courses - Learn Anything, On Your Schedule | Udemy
Udemy is an online learning and teaching marketplace with over 250,000 courses and 80 million students. Learn programming, marketing, data science and more.
New post on /r/flutterdev subreddit:
Network-Aware Flutter Application using Provider and Data Connection Checker
Article Link
May 15, 2020 at 04:04PM by MSARKrish
https://ift.tt/3fUuaAM
Network-Aware Flutter Application using Provider and Data Connection Checker
Article Link
May 15, 2020 at 04:04PM by MSARKrish
https://ift.tt/3fUuaAM
Medium
Network-Aware Flutter Application using Provider and Internet Connection Checker
Hello, Flutter Developers today I’m going to share how to make your application aware of Network Connectivity.
New post on /r/flutterdev subreddit:
Flutter Adoption App UI Mock-Up Speed Code - Part 1/2
https://youtu.be/nSV4ygREWME
May 15, 2020 at 04:19PM by TheFlutterDeveloper
https://ift.tt/2WXyWoK
Flutter Adoption App UI Mock-Up Speed Code - Part 1/2
https://youtu.be/nSV4ygREWME
May 15, 2020 at 04:19PM by TheFlutterDeveloper
https://ift.tt/2WXyWoK
YouTube
Flutter Adoption App UI Mock-Up Speed Code - Part 1/2
Part one of speed coding a Flutter Mock-Up app for training purposes, part 2 coming soon. Original app - https://dribbble.com/shots/6498601-Better-experience...
New post on Flutter Dev Google group:
Problem with showSearch in flutter
I have the last version of flutter installed. When I create a SearchDelegate class, following The Boring Development Show, but I need to override all the methods, or it will not work. When I press the search icon to start the showSearch, I recieve the following error: I/flutter (28595): The
May 15, 2020 at 05:14PM by Alessandro Fratini
https://ift.tt/2WBjxvf
Problem with showSearch in flutter
I have the last version of flutter installed. When I create a SearchDelegate class, following The Boring Development Show, but I need to override all the methods, or it will not work. When I press the search icon to start the showSearch, I recieve the following error: I/flutter (28595): The
May 15, 2020 at 05:14PM by Alessandro Fratini
https://ift.tt/2WBjxvf
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:
Network-Aware Flutter Application using Provider and Data Connection Checker
https://ift.tt/2WyqBZo
May 15, 2020 at 04:50PM by MSARKrish
https://ift.tt/3dRQBFd
Network-Aware Flutter Application using Provider and Data Connection Checker
https://ift.tt/2WyqBZo
May 15, 2020 at 04:50PM by MSARKrish
https://ift.tt/3dRQBFd
Medium
Network-Aware Flutter Application using Provider and Data Connection Checker
Hello, Flutter Developers today I’m going to share how to make your application aware of Network Connectivity.
New post on /r/flutterdev subreddit:
Map support and github issues
I worked on an app using Flutter one year ago and I remember that the map wasn’t fully supported or btw it had some limitation/issue.I noticed that the open issues on the flutter github repo are still very high.I’m thinking to start another project and I was thinking my to adopt Flutter because I really like it as a framework.What do you think about the trend of it? Is Flutter community going to get rid of the current issues? Why the issues number is always around 7k for more than 1 year now?
May 15, 2020 at 05:52PM by pimpante
https://ift.tt/3633CJa
Map support and github issues
I worked on an app using Flutter one year ago and I remember that the map wasn’t fully supported or btw it had some limitation/issue.I noticed that the open issues on the flutter github repo are still very high.I’m thinking to start another project and I was thinking my to adopt Flutter because I really like it as a framework.What do you think about the trend of it? Is Flutter community going to get rid of the current issues? Why the issues number is always around 7k for more than 1 year now?
May 15, 2020 at 05:52PM by pimpante
https://ift.tt/3633CJa
reddit
Map support and github issues
I worked on an app using Flutter one year ago and I remember that the map wasn’t fully supported or btw it had some limitation/issue. I noticed...
New post on Flutter Dev Google group:
Stack of cards in flutter
I'm trying to implement a stacks of cards just like the design below(pic attached) but I'm not really sure how to implement that so can anyone look at the code and guided me on how I can implement it. The feature I'm trying to implement is I want to group some cards together in a stacks and a
May 15, 2020 at 06:50PM by aasenomad
https://ift.tt/2WAKLlS
Stack of cards in flutter
I'm trying to implement a stacks of cards just like the design below(pic attached) but I'm not really sure how to implement that so can anyone look at the code and guided me on how I can implement it. The feature I'm trying to implement is I want to group some cards together in a stacks and a
May 15, 2020 at 06:50PM by aasenomad
https://ift.tt/2WAKLlS
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:
Create an onboarding screen
https://youtu.be/UqHTwReuEjk
May 15, 2020 at 06:34PM by Khanx078
https://ift.tt/3bCtMnj
Create an onboarding screen
https://youtu.be/UqHTwReuEjk
May 15, 2020 at 06:34PM by Khanx078
https://ift.tt/3bCtMnj
YouTube
Flutter UI On boarding Screen
Flutter UI Onboarding ScreenHey everyone in this video we will design a simple signup screen with flutter. Just look at the screen lay back and relax. Hope y...
New post on /r/flutterdev subreddit:
How to include maps in flutter apps without using Google Maps?
Hello fellow developers, I am a newbie developer and I am learning to include maps in my flutter projects. I have come across a problem that there is no specific package if we want to include maps other than Google Maps.I have found services like MapQuest, or Yandex, from where I can use the APIs. But I have not found a single blog post or tutorial to get around this problem of what things to include in Android.manifest file or what keys to include in iOS info.plist etc. .I am sure there has to be a way. So you help me out in find a way to get around this. I am sure there might be someone else who is also struggling to get around this problem.Thanks ! It will be a huge help. Cheers!
May 15, 2020 at 06:31PM by kyabhailog
https://ift.tt/2WAIaZa
How to include maps in flutter apps without using Google Maps?
Hello fellow developers, I am a newbie developer and I am learning to include maps in my flutter projects. I have come across a problem that there is no specific package if we want to include maps other than Google Maps.I have found services like MapQuest, or Yandex, from where I can use the APIs. But I have not found a single blog post or tutorial to get around this problem of what things to include in Android.manifest file or what keys to include in iOS info.plist etc. .I am sure there has to be a way. So you help me out in find a way to get around this. I am sure there might be someone else who is also struggling to get around this problem.Thanks ! It will be a huge help. Cheers!
May 15, 2020 at 06:31PM by kyabhailog
https://ift.tt/2WAIaZa
reddit
How to include maps in flutter apps without using Google Maps?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
5 THINGS I WISH I KNEW When I Started Flutter
https://www.youtube.com/watch?v=ezewQc8OW1k
May 15, 2020 at 06:30PM by RobertBrunhage
https://ift.tt/2LszA8e
5 THINGS I WISH I KNEW When I Started Flutter
https://www.youtube.com/watch?v=ezewQc8OW1k
May 15, 2020 at 06:30PM by RobertBrunhage
https://ift.tt/2LszA8e
YouTube
5 THINGS I WISH I KNEW When I Started Flutter
Course to build a production-ready app 👉 https://robertbrunhage.com/course
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https://www.patreon.com/join/RobertBrunhage
PayPal: https://www.paypal.me/RobertBrunhage
⭐⭐⭐ CONNECT WITH ME ON SOCIAL…
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https://www.patreon.com/join/RobertBrunhage
PayPal: https://www.paypal.me/RobertBrunhage
⭐⭐⭐ CONNECT WITH ME ON SOCIAL…
New post on /r/flutterdev subreddit:
I would like to present to you today how you can create Image Placeholder with BlurHash in Flutter
https://youtu.be/9b0UotwJgas
May 15, 2020 at 06:18PM by MyracleDesign
https://ift.tt/2Z67MP9
I would like to present to you today how you can create Image Placeholder with BlurHash in Flutter
https://youtu.be/9b0UotwJgas
May 15, 2020 at 06:18PM by MyracleDesign
https://ift.tt/2Z67MP9
YouTube
Image Placeholder with BlurHash in Flutter
Today we want to talk about #BlurHash and how we can create a placeholder for images in our #Flutter Applications. We will implement an Image Gallery with Pr...