New post on Flutter Dev Google group:
Any Explanation why Padding have child?
i need explanation by code design. why does padding have child? i know that padding is widget too. const Card( child: Padding( padding: EdgeInsets.all(16.0), child: Text('Hello World!'), ), )
April 05, 2020 at 03:26PM by Adam
https://ift.tt/2x5fjBZ
Any Explanation why Padding have child?
i need explanation by code design. why does padding have child? i know that padding is widget too. const Card( child: Padding( padding: EdgeInsets.all(16.0), child: Text('Hello World!'), ), )
April 05, 2020 at 03:26PM by Adam
https://ift.tt/2x5fjBZ
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:
FlutterForce — Week 71
https://ift.tt/3bS9eYn
April 05, 2020 at 03:44PM by flutterist
https://ift.tt/2UHr4HZ
FlutterForce — Week 71
https://ift.tt/3bS9eYn
April 05, 2020 at 03:44PM by flutterist
https://ift.tt/2UHr4HZ
Medium
FlutterForce — #Week 71
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Upload image to AWS S3 - Part 2
https://ift.tt/3dQtlrX
April 05, 2020 at 04:26PM by gursheeshsingh
https://ift.tt/2UHZv16
Upload image to AWS S3 - Part 2
https://ift.tt/3dQtlrX
April 05, 2020 at 04:26PM by gursheeshsingh
https://ift.tt/2UHZv16
Medium
Uploading images to AWS S3 with Flutter — Part 2
Welcome to this tutorial for uploading images to S3 -part 2
New post on /r/flutterdev subreddit:
Upload image to AWS S3 - Part 1
https://ift.tt/3aM7pMr
April 05, 2020 at 04:25PM by gursheeshsingh
https://ift.tt/2V36lxd
Upload image to AWS S3 - Part 1
https://ift.tt/3aM7pMr
April 05, 2020 at 04:25PM by gursheeshsingh
https://ift.tt/2V36lxd
Medium
Uploading images to AWS S3 with Flutter — Part 1
Welcome to this tutorial for uploading images to S3 -part 1
New post on /r/flutterdev subreddit:
Flutter UI - Food Delivery App
https://www.youtube.com/watch?v=6hUSNDGkg1c
April 05, 2020 at 05:27PM by anwarabir
https://ift.tt/2x3JJVl
Flutter UI - Food Delivery App
https://www.youtube.com/watch?v=6hUSNDGkg1c
April 05, 2020 at 05:27PM by anwarabir
https://ift.tt/2x3JJVl
YouTube
Food Delivery App - Flutter UI - Speed Code
We create a nice clean food delivery app ui by using flutter,
Thanks for watching!
Make sure to like + Subscribe For More!
Source Code: https://github.com/abuanwar072/Food-App
Design: https://www.uplabs.com/posts/happy-meals-food-delivery-app
#flutter…
Thanks for watching!
Make sure to like + Subscribe For More!
Source Code: https://github.com/abuanwar072/Food-App
Design: https://www.uplabs.com/posts/happy-meals-food-delivery-app
#flutter…
New post on /r/flutterdev subreddit:
Flutter line chart behave like Robinhood App
What would be the proper widget tree to accomplish something like the line chart in the Robinhood app?Specifically, click and drag along the graphed line and it is realtime updating a Text widget with the selected value.Currently I have a stateful parent that passes a setState function to the stateless LineChart. The line chart calls setState to update the number in the parent which is displayed by a stateless Text.In this scenario the Text and the LineChart are siblings, so when their parent setState is called it interrupts the line charts click and drag functionality. It does accurately update the value to what was selected before interruption.I do not want the LineChart's click and drag interrupted, so how would I design this to work properly and still display the Text above the chart still in terms of layout?
April 05, 2020 at 06:19PM by tampacsthrowaway
https://ift.tt/2x7Jxo7
Flutter line chart behave like Robinhood App
What would be the proper widget tree to accomplish something like the line chart in the Robinhood app?Specifically, click and drag along the graphed line and it is realtime updating a Text widget with the selected value.Currently I have a stateful parent that passes a setState function to the stateless LineChart. The line chart calls setState to update the number in the parent which is displayed by a stateless Text.In this scenario the Text and the LineChart are siblings, so when their parent setState is called it interrupts the line charts click and drag functionality. It does accurately update the value to what was selected before interruption.I do not want the LineChart's click and drag interrupted, so how would I design this to work properly and still display the Text above the chart still in terms of layout?
April 05, 2020 at 06:19PM by tampacsthrowaway
https://ift.tt/2x7Jxo7
reddit
r/FlutterDev - Flutter line chart behave like Robinhood App
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Privacy policy
So I’m trying to put my first app in the App Store and Play Store. I am just about to submit for review but I don’t have a domain to host it. Are there any other individuals with this issue? How did you solve it? I have looked into paid options but I’d prefer to not have to pay for it.
April 05, 2020 at 05:59PM by returnFutureVoid
https://ift.tt/2JCurts
Privacy policy
So I’m trying to put my first app in the App Store and Play Store. I am just about to submit for review but I don’t have a domain to host it. Are there any other individuals with this issue? How did you solve it? I have looked into paid options but I’d prefer to not have to pay for it.
April 05, 2020 at 05:59PM by returnFutureVoid
https://ift.tt/2JCurts
reddit
r/FlutterDev - Privacy policy
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Sounds_App_Flutter(4th Day) in 90 Days App Challenge
Hi, I am Rahul again here to share my Flutter Application. I had again created e a new application which is 4th Application/Day in my Complete Guide Series Flutter(90 Days Challenge). In this application, I had learnt about how to integrate the Audio Player in Flutter and also learnt about AnimationController in Flutter. Sorry, but this application should need to be completed by yesterday. But, yesterday my whole day had been spent about learning how to integrate Firebase and do Google Sign-in the application, but it was worth spending. I had shared the link of documentation, source code and deployment link in the README of Complete Guide Repo. Pls, star my repo Complete Guide To Flutter, if you find it interesting and also pls share your valuable feedback/learning resources/guidelines etc.https://github.com/irahulcse/A-Complete-Guide-To-Flutter/blob/master/README.md#004---sound_view_app_flutter,
April 05, 2020 at 06:58PM by flutterboxinc
https://ift.tt/2UKNQif
Sounds_App_Flutter(4th Day) in 90 Days App Challenge
Hi, I am Rahul again here to share my Flutter Application. I had again created e a new application which is 4th Application/Day in my Complete Guide Series Flutter(90 Days Challenge). In this application, I had learnt about how to integrate the Audio Player in Flutter and also learnt about AnimationController in Flutter. Sorry, but this application should need to be completed by yesterday. But, yesterday my whole day had been spent about learning how to integrate Firebase and do Google Sign-in the application, but it was worth spending. I had shared the link of documentation, source code and deployment link in the README of Complete Guide Repo. Pls, star my repo Complete Guide To Flutter, if you find it interesting and also pls share your valuable feedback/learning resources/guidelines etc.https://github.com/irahulcse/A-Complete-Guide-To-Flutter/blob/master/README.md#004---sound_view_app_flutter,
April 05, 2020 at 06:58PM by flutterboxinc
https://ift.tt/2UKNQif
GitHub
irahulcse/A-Complete-Guide-To-Flutter
This repo contains all the source code posted on Medium and also contains all the projects which had been created till now. - irahulcse/A-Complete-Guide-To-Flutter
New post on /r/flutterdev subreddit:
Hi guys, i made this months ago since play store didn't approve it i took it away too, but liked to share it with you guys so i made it open source hope u like it You can download the apk from the github link
https://ift.tt/2Reymkm
April 05, 2020 at 08:47PM by Yaseen_Abdullah
https://ift.tt/3bMYnyW
Hi guys, i made this months ago since play store didn't approve it i took it away too, but liked to share it with you guys so i made it open source hope u like it You can download the apk from the github link
https://ift.tt/2Reymkm
April 05, 2020 at 08:47PM by Yaseen_Abdullah
https://ift.tt/3bMYnyW
GitHub
YaseenAbdullah/coronavirus
Contribute to YaseenAbdullah/coronavirus development by creating an account on GitHub.
New post on Flutter Dev Google group:
Please Help me! How to update sqflite data from another page in flutter.
i am beginner in flutter development i designed & developed but there is one problem i can't update sqflite data from another page, please please help me! i followed this youtube video https://www.youtube.com/watch?v=dolq0svRexQ&t=2192s i did and get same result but when i try to update my data
April 05, 2020 at 08:33PM by Gulam Fahad Ahmed
https://ift.tt/3aMfYqP
Please Help me! How to update sqflite data from another page in flutter.
i am beginner in flutter development i designed & developed but there is one problem i can't update sqflite data from another page, please please help me! i followed this youtube video https://www.youtube.com/watch?v=dolq0svRexQ&t=2192s i did and get same result but when i try to update my data
April 05, 2020 at 08:33PM by Gulam Fahad Ahmed
https://ift.tt/3aMfYqP
YouTube
SQLite with Flutter | Learn Flutter with Mayuri Ruparel
SQLite with Flutter | Learn Flutter with Mayuri Ruparel
#flutterdev #flutter #flutterista #fluttertutorial
Email for Collaborations or any other inquiries : mayuri2411@gmail.com
Git Hub Repository : https://github.com/mayuriruparel/flutter_demo_apps
Youtube…
#flutterdev #flutter #flutterista #fluttertutorial
Email for Collaborations or any other inquiries : mayuri2411@gmail.com
Git Hub Repository : https://github.com/mayuriruparel/flutter_demo_apps
Youtube…
New post on /r/flutterdev subreddit:
Login via email flutter firebase
https://ift.tt/3aWMarH
April 05, 2020 at 09:40PM by deepakjha14
https://ift.tt/3bSYIA7
Login via email flutter firebase
https://ift.tt/3aWMarH
April 05, 2020 at 09:40PM by deepakjha14
https://ift.tt/3bSYIA7
Medium
Flutter login with Firebase (email link/password-less)
Integration with Firebase (MBaaS), Flutter works great with Firebase
New post on Flutter Dev Google group:
Erro de instalação e configuração do ambiente || Environment installation and configuration error
Estou a usar o VS Code e já tenho todos os componentes necessários instalados, mas quando consulto o FLUTTER DOCTOR não reconhece os Plugins Dart e Flutter... I'm using the VS Code and I already have all the necessary components installed, but when I consult the FLUTTER DOCTOR it doesn't
April 05, 2020 at 10:10PM by Pão Sabé
https://ift.tt/39KgDYr
Erro de instalação e configuração do ambiente || Environment installation and configuration error
Estou a usar o VS Code e já tenho todos os componentes necessários instalados, mas quando consulto o FLUTTER DOCTOR não reconhece os Plugins Dart e Flutter... I'm using the VS Code and I already have all the necessary components installed, but when I consult the FLUTTER DOCTOR it doesn't
April 05, 2020 at 10:10PM by Pão Sabé
https://ift.tt/39KgDYr
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:
We Read, a social reading app built with Flutter
Hello, I hope everyone is staying safe and occupied during quarantine!I wanted to share with you my latest flutter app, also the first app I submitted to the App Store. We Read is a social reading platform, so it works like a basic e-reader with some different settings and fonts to choose from, but you can also leave comments as you read and see comments left by other users.App Store - iOSPlay Store - AndroidSource Code (github)Currently, you can read: Frankenstein, Jane Eyre, Pride and Prejudice, Little Women, Alice in Wonderland, The Picture of Dorian Gray, Dr Jeckyl and Mr Hyde, The Jungle, Paradise Lost, the Odyssey, The Problems of Philosophy, and The Republic. The books are all at least 100 years old, so out of copyright. I got the text from project gutenberg, which is a really great resource.Commenting and upvoting costs &'s, which are a sort of in-app currency you can earn if you create an account, and are logged in using the app for at least 5 minutes uninterrupted. If you don't create an account, you can still use it as an e-reader and see other comments, you just don't earn & and can't leave comments yourself.Please check it out if you are interested and let me know what you think!
April 05, 2020 at 10:30PM by definitely_robots
https://ift.tt/2XbWtUH
We Read, a social reading app built with Flutter
Hello, I hope everyone is staying safe and occupied during quarantine!I wanted to share with you my latest flutter app, also the first app I submitted to the App Store. We Read is a social reading platform, so it works like a basic e-reader with some different settings and fonts to choose from, but you can also leave comments as you read and see comments left by other users.App Store - iOSPlay Store - AndroidSource Code (github)Currently, you can read: Frankenstein, Jane Eyre, Pride and Prejudice, Little Women, Alice in Wonderland, The Picture of Dorian Gray, Dr Jeckyl and Mr Hyde, The Jungle, Paradise Lost, the Odyssey, The Problems of Philosophy, and The Republic. The books are all at least 100 years old, so out of copyright. I got the text from project gutenberg, which is a really great resource.Commenting and upvoting costs &'s, which are a sort of in-app currency you can earn if you create an account, and are logged in using the app for at least 5 minutes uninterrupted. If you don't create an account, you can still use it as an e-reader and see other comments, you just don't earn & and can't leave comments yourself.Please check it out if you are interested and let me know what you think!
April 05, 2020 at 10:30PM by definitely_robots
https://ift.tt/2XbWtUH
New post on /r/flutterdev subreddit:
I made this app with flutter! Movienator! The android app to watch/download movies for free! Its beautiful too! With subtitles from opensubtitles
https://ift.tt/39JUGso
April 05, 2020 at 10:07PM by priftifranko
https://ift.tt/2UHBFm6
I made this app with flutter! Movienator! The android app to watch/download movies for free! Its beautiful too! With subtitles from opensubtitles
https://ift.tt/39JUGso
April 05, 2020 at 10:07PM by priftifranko
https://ift.tt/2UHBFm6
New post on /r/flutterdev subreddit:
Found this website that helps generating the colors Shades (similar to MaterialColor) that could be used into your PrimarySwatch from theme data
https://ift.tt/2JEwxc3
April 06, 2020 at 01:47AM by mosh_java
https://ift.tt/2xPTJBK
Found this website that helps generating the colors Shades (similar to MaterialColor) that could be used into your PrimarySwatch from theme data
https://ift.tt/2JEwxc3
April 06, 2020 at 01:47AM by mosh_java
https://ift.tt/2xPTJBK
Maketintsandshades
Tint and Shade Generator
Easily make tints and shades that match the output of Chrome DevTools, PostCSS, and Sass.
New post on /r/flutterdev subreddit:
Future of Dart Web App and Server and Flutter Web
I am a Flutter developer already made mobile apps. I like to make web apps and API, want know is dart being updated? Are web part is going used like flutter or not, many issues with them 1. Dart Web to render html on client side, but 3rd party Js integration is complicated not work always 2. Flutter Web, UI works but cannot get DOM or change HTML content in it 3. Server Side rendering is preferred? any examples like to make Admin Panel with Roles
April 06, 2020 at 03:14AM by theshivamlko
https://ift.tt/3aNfsbU
Future of Dart Web App and Server and Flutter Web
I am a Flutter developer already made mobile apps. I like to make web apps and API, want know is dart being updated? Are web part is going used like flutter or not, many issues with them 1. Dart Web to render html on client side, but 3rd party Js integration is complicated not work always 2. Flutter Web, UI works but cannot get DOM or change HTML content in it 3. Server Side rendering is preferred? any examples like to make Admin Panel with Roles
April 06, 2020 at 03:14AM by theshivamlko
https://ift.tt/3aNfsbU
reddit
Future of Dart Web App and Server and Flutter Web
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
COV19 Data. Flutter app
I wrote an app that parses the NYTimes Covid-19 data and displays it. I tried submitting it to Apple today but it was soundly rejected. CoronaVirus App It’s not terribly complicated but I think the information is important for people to know.
April 06, 2020 at 04:20AM by returnFutureVoid
https://ift.tt/34e6l1v
COV19 Data. Flutter app
I wrote an app that parses the NYTimes Covid-19 data and displays it. I tried submitting it to Apple today but it was soundly rejected. CoronaVirus App It’s not terribly complicated but I think the information is important for people to know.
April 06, 2020 at 04:20AM by returnFutureVoid
https://ift.tt/34e6l1v
GitHub
BMarx981/CoronaVirusApp
An app to view the numbers for the CoronaVirus. Contribute to BMarx981/CoronaVirusApp development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Create beautiful login & Sign Up screen with (dart & flutter) | Part 2
https://youtu.be/SM9_5qJHW-4
April 06, 2020 at 03:37AM by elsamman99
https://ift.tt/34eLU4C
Create beautiful login & Sign Up screen with (dart & flutter) | Part 2
https://youtu.be/SM9_5qJHW-4
April 06, 2020 at 03:37AM by elsamman99
https://ift.tt/34eLU4C
YouTube
Create beautiful login & Sign Up screen with (dart & flutter) | Part 2
To get source code please:- -like, comment, share my video and subscribe
my channel
LOGIN SCREEN VIDEO LINK
https://www.youtube.com/watch?v=qgssmBxD1Fw
In this crash course for Flutter, I'll guide you through the creation of a beautiful Sign Up page with…
my channel
LOGIN SCREEN VIDEO LINK
https://www.youtube.com/watch?v=qgssmBxD1Fw
In this crash course for Flutter, I'll guide you through the creation of a beautiful Sign Up page with…
New post on /r/flutterdev subreddit:
Let me help you review your project/file/code
I want to share how I review people's code and see what ways it can improve. I am an advocate for understandable code.How I am going to do it is, to record myself reviewing code and post on my YouTube channel. This will hopefully share some common mistakes to avoid for people learning Flutter.If you are (dare and) interested, leave your project repo down below.
April 06, 2020 at 05:31AM by thehappyharis
https://ift.tt/3e0rLn8
Let me help you review your project/file/code
I want to share how I review people's code and see what ways it can improve. I am an advocate for understandable code.How I am going to do it is, to record myself reviewing code and post on my YouTube channel. This will hopefully share some common mistakes to avoid for people learning Flutter.If you are (dare and) interested, leave your project repo down below.
April 06, 2020 at 05:31AM by thehappyharis
https://ift.tt/3e0rLn8
reddit
Let me help you review your project/file/code
I want to share how I review people's code and see what ways it can improve. I am an advocate for understandable code. How I am going to do it...
New post on Flutter Dev Google group:
Flutter with flavors not building to iOS
Goody day, When building to android I have no issues with using the flavors. This is not the case for iOS, I receive the following error: *Finished with error: Exception: Source directory "/Users/[HOME]/[PROJECT]/build/ios/Release-iphonesimulator/Runner.app" does not exist, nothing to
April 06, 2020 at 09:46AM by Jean Engelbrecht
https://ift.tt/2JGzusN
Flutter with flavors not building to iOS
Goody day, When building to android I have no issues with using the flavors. This is not the case for iOS, I receive the following error: *Finished with error: Exception: Source directory "/Users/[HOME]/[PROJECT]/build/ios/Release-iphonesimulator/Runner.app" does not exist, nothing to
April 06, 2020 at 09:46AM by Jean Engelbrecht
https://ift.tt/2JGzusN
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:
JSON vs DATABASE (SQLite)
I'm starting to create an app to help soccer coaches. Now I want to start saving the data of players, games played, training... but my question is if it would be more efficient to store the data in a local json file or in a SQLite database.
April 06, 2020 at 10:51AM by t19d
https://ift.tt/3aMISa1
JSON vs DATABASE (SQLite)
I'm starting to create an app to help soccer coaches. Now I want to start saving the data of players, games played, training... but my question is if it would be more efficient to store the data in a local json file or in a SQLite database.
April 06, 2020 at 10:51AM by t19d
https://ift.tt/3aMISa1
reddit
JSON vs DATABASE (SQLite)
I'm starting to create an app to help soccer coaches. Now I want to start saving the data of players, games played, training... but my question is...