GGroup: Flutter sqflite plugin database always returning null
I want to write a simple database application for saving workouts and exercises, but for some reason the Future function always returns null, and I get an error for calling snapshot.data.length on null, even though i check for the ConnectionState. How can I fix this? Is there any obvious bugs
Submitted July 03, 2018 at 07:36PM by leo nx
via Flutter Dev https://ift.tt/2u1TCgV
I want to write a simple database application for saving workouts and exercises, but for some reason the Future function always returns null, and I get an error for calling snapshot.data.length on null, even though i check for the ConnectionState. How can I fix this? Is there any obvious bugs
Submitted July 03, 2018 at 07:36PM by leo nx
via Flutter Dev https://ift.tt/2u1TCgV
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.
GGroup: [Breaking change] material tap target sizes
Hi Flutter, The change described here has been submitted as https://ift.tt/2z8PK3b.
Submitted July 03, 2018 at 07:56PM by Jonah Williams
via Flutter Dev https://ift.tt/2lPrxW8
Hi Flutter, The change described here has been submitted as https://ift.tt/2z8PK3b.
Submitted July 03, 2018 at 07:56PM by Jonah Williams
via Flutter Dev https://ift.tt/2lPrxW8
GitHub
Add flag to ThemeData to expand tap targets of certain material widgets by jonahwilliams · Pull Request #18369 · flutter/flutter
Adds a new ThemeData property called materialTapTargetSize which configures minimum tap targets
Defaults to MaterialTapTargetSize.padded.
Increase size of checkbox, switch, and radio button to 48...
Defaults to MaterialTapTargetSize.padded.
Increase size of checkbox, switch, and radio button to 48...
It’s easy to create custom widgets in Flutter, but you can also combine standards like Stack, Expanded and LayoutBuilder to compose new, more complex widgets. @mjohnsullivan used this method to make a Backdrop widget.
Read his post to learn more → https://t.co/xEpxXiVmPS— Flutter (@flutterio) July 3, 2018
July 03, 2018 at 10:31PM
via Twitter https://twitter.com/flutterio
Read his post to learn more → https://t.co/xEpxXiVmPS— Flutter (@flutterio) July 3, 2018
July 03, 2018 at 10:31PM
via Twitter https://twitter.com/flutterio
Twitter
Matt Sullivan (@mjohnsullivan) | Twitter
The latest Tweets from Matt Sullivan (@mjohnsullivan). Developer relations for @FlutterDev by day. Often by night too. Mountain View, CA
Reddit: Flutter UI Design — Beer Menu — Hero Animation
https://ift.tt/2KDOERP
Submitted July 04, 2018 at 12:36AM by Purple_Pizzazz
via reddit https://ift.tt/2MO2O07
https://ift.tt/2KDOERP
Submitted July 04, 2018 at 12:36AM by Purple_Pizzazz
via reddit https://ift.tt/2MO2O07
Noteworthy - The Journal Blog
Beer Menu — Hero Animation – Noteworthy - The Journal Blog
Flutter UI Design
Reddit: Official URL_Launcher plugin can't handle custom URL Schemes .
Hi, I tried to use the URLLauncher plugin to open another with a custom scheme, unfortunately it's crashing when used with custom schemes, only the basics work like sms, tel, ...## Steps to Reproduce
Submitted July 04, 2018 at 02:41AM by TheOSM
via reddit https://ift.tt/2lSVzsn
Hi, I tried to use the URLLauncher plugin to open another with a custom scheme, unfortunately it's crashing when used with custom schemes, only the basics work like sms, tel, ...## Steps to Reproduce
// A common example of launching Whatsapp
_launchURL() async {
const url = 'whatsapp://send?text=Hello%2C%20World!';
if (await canLaunch(url)) {
await launch(url);
} else {
throw 'Could not launch $url';
}
}.
Has anyone been able to share string data between 2 apps on ios using the url schemes in Flutter ? Are there other ways to do it ? The Android side with Intent was quite straightforward.Submitted July 04, 2018 at 02:41AM by TheOSM
via reddit https://ift.tt/2lSVzsn
reddit
r/FlutterDev - Official URL_Launcher plugin can't handle custom URL Schemes .
2 votes and 1 so far on reddit
Want to display a quick, ephemeral message in your app? Try out Scaffold’s support for Snackbar. #WidgetWednesday
Learn more here → https://t.co/bSGXnkUlqR
Example here → https://t.co/OeJikyse9q pic.twitter.com/Cip3q7nDEk— Flutter (@flutterio) July 4, 2018
July 04, 2018 at 06:00PM
via Twitter https://twitter.com/flutterio
Learn more here → https://t.co/bSGXnkUlqR
Example here → https://t.co/OeJikyse9q pic.twitter.com/Cip3q7nDEk— Flutter (@flutterio) July 4, 2018
July 04, 2018 at 06:00PM
via Twitter https://twitter.com/flutterio
Twitter
#widgetwednesday hashtag on Twitter
On Aug 8 @flutterio tweeted: "Allow users to drag & drop in your a.." - read what others are saying and join the conversation.
Reddit: Speed Dial w/ Floating Action menu like Google Inbox
https://ift.tt/2u5J0xs
Submitted July 04, 2018 at 10:28PM by Sol_Ido
via reddit https://ift.tt/2NpVqJq
https://ift.tt/2u5J0xs
Submitted July 04, 2018 at 10:28PM by Sol_Ido
via reddit https://ift.tt/2NpVqJq
GitHub
tiagojencmartins/unicornspeeddial
Flutter Floating Action Button with Speed Dial. Contribute to tiagojencmartins/unicornspeeddial development by creating an account on GitHub.
Reddit: flutter_scroll_gallery | Plugin to create Image carousels with a scroll thumbnail at the bottom
https://ift.tt/2tSMtQv
Submitted July 04, 2018 at 10:16PM by Elixane
via reddit https://ift.tt/2zaGFXK
https://ift.tt/2tSMtQv
Submitted July 04, 2018 at 10:16PM by Elixane
via reddit https://ift.tt/2zaGFXK
Dart Packages
flutter_scroll_gallery | Flutter Package
flutter_scroll_gallery Flutter and Dart package - A Flutter package that help you to create Image carousels with scroll thumbnail in bottom
Reddit: Securely Store Passwords
Is there a way to securely store passwords on flutter directly without any platform specific code?
Submitted July 04, 2018 at 11:00PM by mocomaco
via reddit https://ift.tt/2lRjEQe
Is there a way to securely store passwords on flutter directly without any platform specific code?
Submitted July 04, 2018 at 11:00PM by mocomaco
via reddit https://ift.tt/2lRjEQe
reddit
r/FlutterDev - Securely Store Passwords
1 votes and 3 so far on reddit
Reddit: foody | Food Ordering/Delivery mobile app for Restaurants with a REST api written with Slim PHP using BloC Pattern by @atehrosius
https://ift.tt/2KJ2b7s
Submitted July 04, 2018 at 10:52PM by Elixane
via reddit https://ift.tt/2za95RA
https://ift.tt/2KJ2b7s
Submitted July 04, 2018 at 10:52PM by Elixane
via reddit https://ift.tt/2za95RA
GitHub
trey-rosius/foody
Contribute to trey-rosius/foody development by creating an account on GitHub.
Reddit: What even is “navigation”?
https://ift.tt/2ziIcLE
Submitted July 05, 2018 at 10:03AM by Elixane
via reddit https://ift.tt/2KTfF08
https://ift.tt/2ziIcLE
Submitted July 05, 2018 at 10:03AM by Elixane
via reddit https://ift.tt/2KTfF08
Medium
What even is “navigation”?
The following thoughts on navigation are my own personal musings and do not constitute an official Flutter perspective on navigation…
GGroup: Most of the flutter examples are in dart 2. However, there are exceptions in Xcode project.
Hi All, I am new to Flutter and sorry for my noob question. I find that most of the flutter examples are in dart 2. It works fine in Android studio for the apk output. However, when I build and run the project in Xcode, the app shows red screen with compilation error because of the dart 2
Submitted July 05, 2018 at 11:57AM by Danny Hui
via Flutter Dev https://ift.tt/2MORSix
Hi All, I am new to Flutter and sorry for my noob question. I find that most of the flutter examples are in dart 2. It works fine in Android studio for the apk output. However, when I build and run the project in Xcode, the app shows red screen with compilation error because of the dart 2
Submitted July 05, 2018 at 11:57AM by Danny Hui
via Flutter Dev https://ift.tt/2MORSix
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.
GGroup: Most of the flutter examples are in dart 2. However, there are exceptions in Xcode project.
Hi All, I am new to Flutter and sorry for my noob question. I find that most of the flutter examples are in dart 2. It works fine in Android studio for the apk output. However, when I build and run the project in Xcode, the app shows red screen with compilation error because of the dart 2
Submitted July 05, 2018 at 11:57AM by Danny Hui
via Flutter Dev https://ift.tt/2MORSix
Hi All, I am new to Flutter and sorry for my noob question. I find that most of the flutter examples are in dart 2. It works fine in Android studio for the apk output. However, when I build and run the project in Xcode, the app shows red screen with compilation error because of the dart 2
Submitted July 05, 2018 at 11:57AM by Danny Hui
via Flutter Dev https://ift.tt/2MORSix
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.
GGroup: Machine learning in Flutter - Tensorflow/TF Lite
When will a Tensorflow wrapper will be available?
Submitted July 05, 2018 at 05:37PM by Ruben Chevez
via Flutter Dev https://ift.tt/2MO6ZsQ
When will a Tensorflow wrapper will be available?
Submitted July 05, 2018 at 05:37PM by Ruben Chevez
via Flutter Dev https://ift.tt/2MO6ZsQ
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.
GGroup: Opencv Wrapper for Flutter
When will a Opencv wrapper will be available for flutter?
Submitted July 05, 2018 at 05:38PM by Ruben Chevez
via Flutter Dev https://ift.tt/2KLjsjy
When will a Opencv wrapper will be available for flutter?
Submitted July 05, 2018 at 05:38PM by Ruben Chevez
via Flutter Dev https://ift.tt/2KLjsjy
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.
GGroup: 3D OpenGL/Animations Flutter
When will a 3D engine/Library will be available for flutter?
Submitted July 05, 2018 at 05:39PM by Ruben Chevez
via Flutter Dev https://ift.tt/2u4Mf8l
When will a 3D engine/Library will be available for flutter?
Submitted July 05, 2018 at 05:39PM by Ruben Chevez
via Flutter Dev https://ift.tt/2u4Mf8l
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.
Reddit: 5. Flutter App - getting pictures from json api (part 2)
https://www.youtube.com/attribution_link?a=iU1DPKitIpY&u=%2Fwatch%3Fv%3DYQ8tSMf1tGA%26feature%3Dshare
Submitted July 05, 2018 at 05:22PM by kibatheseven
via reddit https://ift.tt/2KwwuSJ
https://www.youtube.com/attribution_link?a=iU1DPKitIpY&u=%2Fwatch%3Fv%3DYQ8tSMf1tGA%26feature%3Dshare
Submitted July 05, 2018 at 05:22PM by kibatheseven
via reddit https://ift.tt/2KwwuSJ
YouTube
5. Flutter App - getting pictures from json api (part 2)
This is the completion of the pixabay api
Reddit: Flutter from scratch - Maps
https://ift.tt/2zcNBUa
Submitted July 05, 2018 at 08:05PM by rajayogan27
via reddit https://ift.tt/2lVF8va
https://ift.tt/2zcNBUa
Submitted July 05, 2018 at 08:05PM by rajayogan27
via reddit https://ift.tt/2lVF8va
T-Pub :)
Flutter – Maps and markers
Hi Friends, Hope you are all well. In this post let’s talk about bringing maps into your flutter apps. Though there are many providers who provide readymade service endpoints that we can simp…
Reddit: Learn Dart Before You Flutter
https://ift.tt/2IWvUIj
Submitted July 05, 2018 at 10:45PM by Darkglow666
via reddit https://ift.tt/2u9YzUV
https://ift.tt/2IWvUIj
Submitted July 05, 2018 at 10:45PM by Darkglow666
via reddit https://ift.tt/2u9YzUV
ITNEXT
Learn Dart Before You Flutter
Given the ‘gold rush’ of technological innovations targeting the mobile space, developing mobile apps have never been easier, thanks to…
Reddit: Tutorial: Adding sign in with Google and phone authentication to your app
https://ift.tt/2KLPcoG
Submitted July 06, 2018 at 12:19AM by caneret
via reddit https://ift.tt/2MPkfgK
https://ift.tt/2KLPcoG
Submitted July 06, 2018 at 12:19AM by caneret
via reddit https://ift.tt/2MPkfgK
Medium
Flutter: Adding sign in with Google and phone authentication to your app
Okay, this is my first tech related publication here and being very short on introductions: I'm a recently graduated software engineer and…
Reddit: flutter_spinkit: ✨ A collection of loading indicators animated with Flutter
https://ift.tt/2KpgmhL
Submitted July 05, 2018 at 11:55PM by Purple_Pizzazz
via reddit https://ift.tt/2NtWpbj
https://ift.tt/2KpgmhL
Submitted July 05, 2018 at 11:55PM by Purple_Pizzazz
via reddit https://ift.tt/2NtWpbj
GitHub
jogboms/flutter_spinkit
flutter_spinkit - A collection of loading indicators animated with flutter. Heavily Inspired by https://github.com/tobiasahlin/SpinKit.