New post on /r/flutterdev subreddit:
Stack tricks - Reorder widgets in a stack
https://ift.tt/2xDYzys
July 09, 2019 at 04:53AM by Filledstacks
https://ift.tt/2S17ByY
Stack tricks - Reorder widgets in a stack
https://ift.tt/2xDYzys
July 09, 2019 at 04:53AM by Filledstacks
https://ift.tt/2S17ByY
Filledstacks
Widget tricks - Reorder widgets on a stack
A tutorial that shows you to re-order widgets in a stack
New post on /r/flutterdev subreddit:
I saw a tutorial on an machine learn app built using flutter and fastai. Thought it might be helpful for some of you guys.
https://ift.tt/2LF8z2C
July 09, 2019 at 04:49AM by ThaOneDude1
https://ift.tt/2L9kSVD
I saw a tutorial on an machine learn app built using flutter and fastai. Thought it might be helpful for some of you guys.
https://ift.tt/2LF8z2C
July 09, 2019 at 04:49AM by ThaOneDude1
https://ift.tt/2L9kSVD
Medium
How to Make a Cross-Platform Image Classifying App With Flutter and Fastai
In this article, I’ll be explaining how to use an API to build a cross-platform mobile app that uses a neural network to classify images…
New post on /r/flutterdev subreddit:
Convert text to paths and animate them with this Flutter package
https://ift.tt/2JuJHrP
July 09, 2019 at 06:40AM by EngineerScientist
https://ift.tt/2XzZ0sZ
Convert text to paths and animate them with this Flutter package
https://ift.tt/2JuJHrP
July 09, 2019 at 06:40AM by EngineerScientist
https://ift.tt/2XzZ0sZ
Flutter App Development
Convert text to paths and animate them with this Flutter package
Text to Path Maker - This is a pure Flutter and Dart package that allows you to convert text--both characters and icons--into paths. It can generate SVG...
New post on /r/flutterdev subreddit:
First time FlutterDev
I am about to release an app built with Flutter. I have been a developer for 6+ years now and I've fallen for this framework. I'm just curious if there are any things I should know before going into the release?The app works perfectly on my Android emulator. Also works on my iPhone emulator (using a MacBook pro). I'm using Firebase for the database and storage. GitHub for the source control.Are there any things I should check? Or any tutorials out there showing me step by step guides on how to prepare the app for release on the two stores?
July 09, 2019 at 06:23AM by maylortaylor
https://ift.tt/2xAfdz0
First time FlutterDev
I am about to release an app built with Flutter. I have been a developer for 6+ years now and I've fallen for this framework. I'm just curious if there are any things I should know before going into the release?The app works perfectly on my Android emulator. Also works on my iPhone emulator (using a MacBook pro). I'm using Firebase for the database and storage. GitHub for the source control.Are there any things I should check? Or any tutorials out there showing me step by step guides on how to prepare the app for release on the two stores?
July 09, 2019 at 06:23AM by maylortaylor
https://ift.tt/2xAfdz0
reddit
r/FlutterDev - First time FlutterDev
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
StreamProvider.value with catchError
Hi, I am using StreamProvider.value, but am struggling to find any examples online of how to use the "catchError" property! I have the official documentation, but can't manage to link this to a real world example. I was wondering if you could show me how to implement a "catchError" property
July 09, 2019 at 07:28AM by Chris O'Donnell
https://ift.tt/2XA3xM1
StreamProvider.value with catchError
Hi, I am using StreamProvider.value, but am struggling to find any examples online of how to use the "catchError" property! I have the official documentation, but can't manage to link this to a real world example. I was wondering if you could show me how to implement a "catchError" property
July 09, 2019 at 07:28AM by Chris O'Donnell
https://ift.tt/2XA3xM1
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:
Platform specific behaviors and adaptations
https://ift.tt/30ktH2k
July 09, 2019 at 06:43AM by EngineerScientist
https://ift.tt/2XUu1Hw
Platform specific behaviors and adaptations
https://ift.tt/30ktH2k
July 09, 2019 at 06:43AM by EngineerScientist
https://ift.tt/2XUu1Hw
flutter.dev
Platform specific behaviors and adaptations
## Adaptation philosophyThere are generally 2 cases of platform adaptiveness:1. Things that are behaviors of the OS environment (such as text editing and scrolling) and that would be 'wrong' if a different behavior took place.2. Things that are conventionally…
New post on /r/flutterdev subreddit:
Draggable and Drag Target in Flutter - FlutterDevs
https://ift.tt/2J6iOKx
July 09, 2019 at 08:12AM by Flutter-Devs
https://ift.tt/2XCbIm8
Draggable and Drag Target in Flutter - FlutterDevs
https://ift.tt/2J6iOKx
July 09, 2019 at 08:12AM by Flutter-Devs
https://ift.tt/2XCbIm8
Medium
Draggable and Drag Target in Flutter
Flutter provides variety of Widgets through which we can build any kind of UI . But more than a design , your app should be interactive…
New post on /r/flutterdev subreddit:
A responsive web portfolio built in flutter, Check out now at https://ift.tt/2JnLzUc
https://ift.tt/2Lb1wQ6
July 09, 2019 at 07:44AM by ashishrawat2911
https://ift.tt/2Xx1Ud7
A responsive web portfolio built in flutter, Check out now at https://ift.tt/2JnLzUc
https://ift.tt/2Lb1wQ6
July 09, 2019 at 07:44AM by ashishrawat2911
https://ift.tt/2Xx1Ud7
New post on /r/flutterdev subreddit:
sqflite and state management
I wonder if the right way to retreive data from a local data base is just to use the future builder or there exists a way to integrate state management concepts with fetching the datathanks in advance.
July 09, 2019 at 10:14AM by byshy
https://ift.tt/2JziUue
sqflite and state management
I wonder if the right way to retreive data from a local data base is just to use the future builder or there exists a way to integrate state management concepts with fetching the datathanks in advance.
July 09, 2019 at 10:14AM by byshy
https://ift.tt/2JziUue
reddit
r/FlutterDev - sqflite and state management
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter State Management: setState, BLoC, ValueNotifier, Provider
https://youtu.be/7eaV9gSnaXw
July 09, 2019 at 12:00PM by bizz84
https://ift.tt/2XC6USI
Flutter State Management: setState, BLoC, ValueNotifier, Provider
https://youtu.be/7eaV9gSnaXw
July 09, 2019 at 12:00PM by bizz84
https://ift.tt/2XC6USI
YouTube
Flutter State Management: setState, BLoC, ValueNotifier, Provider
Full transcript here: https://codewithandrea.com/videos/2019-07-09-state-management-setstate-bloc-valuenotifier/
GitHub code for this project: https://github.com/bizz84/simple_auth_comparison_flutter
Also read the highlights in this article: https://medium.com/coding…
GitHub code for this project: https://github.com/bizz84/simple_auth_comparison_flutter
Also read the highlights in this article: https://medium.com/coding…
New post on /r/flutterdev subreddit:
Why Flutter is the First Choice for Cross-platform Development?
https://ift.tt/2YIbjQL
July 09, 2019 at 12:54PM by JaypatelEWW123
https://ift.tt/2GfVXf9
Why Flutter is the First Choice for Cross-platform Development?
https://ift.tt/2YIbjQL
July 09, 2019 at 12:54PM by JaypatelEWW123
https://ift.tt/2GfVXf9
Medium
Flutter: The New Future of the Cross-Platform App Development
we are going to discuss Google’s latest sensation Flutter which has made cross-platform app development faster and more efficient.
New post on /r/flutterdev subreddit:
Problems with UiThread after some upgrade
Does anyone experienced problems with many flutter packages with error "Methods marked with @UiThread must be executed on the main thread." after some update? Recently everything stopped working for me bcs of that
July 09, 2019 at 12:52PM by kubenqpl
https://ift.tt/2G3cjrc
Problems with UiThread after some upgrade
Does anyone experienced problems with many flutter packages with error "Methods marked with @UiThread must be executed on the main thread." after some update? Recently everything stopped working for me bcs of that
July 09, 2019 at 12:52PM by kubenqpl
https://ift.tt/2G3cjrc
reddit
Problems with UiThread after some upgrade
Does anyone experienced problems with many flutter packages with error "Methods marked with @UiThread must be executed on the main thread." after...
New post on /r/flutterdev subreddit:
Embed Ustream on Flutter App.
Hey guys am relatively new to flutter and would like to embed live stream from Ustream on my flutter app. Can Anyone help me on how to do this.
July 09, 2019 at 02:46PM by iansamz
https://ift.tt/32jBgbc
Embed Ustream on Flutter App.
Hey guys am relatively new to flutter and would like to embed live stream from Ustream on my flutter app. Can Anyone help me on how to do this.
July 09, 2019 at 02:46PM by iansamz
https://ift.tt/32jBgbc
reddit
r/FlutterDev - Embed Ustream on Flutter App.
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Which stack should I use for a flutter e-commerce app?
I feel lost when googling this subject since I have a feeling I am not sure what to google and which questions to ask.I am currently learning flutter and plan on using it to develop an ecommerce app for an existing business. However, I am not sure what other technologies I should look at in order to help me in this journey. I am talking about databases, admin dashboards, etc. Or are these all items I should be building myself from scratch?If anyone can point me in the right direction I'd be grateful. Thanks!
July 09, 2019 at 04:56PM by Grenddit
https://ift.tt/2G0rxNt
Which stack should I use for a flutter e-commerce app?
I feel lost when googling this subject since I have a feeling I am not sure what to google and which questions to ask.I am currently learning flutter and plan on using it to develop an ecommerce app for an existing business. However, I am not sure what other technologies I should look at in order to help me in this journey. I am talking about databases, admin dashboards, etc. Or are these all items I should be building myself from scratch?If anyone can point me in the right direction I'd be grateful. Thanks!
July 09, 2019 at 04:56PM by Grenddit
https://ift.tt/2G0rxNt
reddit
r/FlutterDev - Which stack should I use for a flutter e-commerce app?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
How to validate fields dynamically created
https://medium.com/flutter-community/flutter-how-to-validate-fields-dynamically-created-40cafca5c3cb
July 09, 2019 at 03:04PM by EsmerlinJM
https://ift.tt/2JxFCDd
How to validate fields dynamically created
https://medium.com/flutter-community/flutter-how-to-validate-fields-dynamically-created-40cafca5c3cb
July 09, 2019 at 03:04PM by EsmerlinJM
https://ift.tt/2JxFCDd
Medium
Flutter: how to validate fields dynamically created
Introduction
New post on /r/flutterdev subreddit:
Sneak peek of my new project. Flutter grid animation.
https://ift.tt/2JAovAx
July 09, 2019 at 05:38PM by divyanshub024
https://ift.tt/2JmZBpc
Sneak peek of my new project. Flutter grid animation.
https://ift.tt/2JAovAx
July 09, 2019 at 05:38PM by divyanshub024
https://ift.tt/2JmZBpc
GIPHY
Ios
android, ui, flutter
New post on /r/flutterdev subreddit:
Use conditional imports while developing packages in Dart to make them fully compatible for Flutter web
https://twitter.com/aloisdeniel/status/1148598679454048256
July 09, 2019 at 05:18PM by EngineerScientist
https://ift.tt/2XAFIyT
Use conditional imports while developing packages in Dart to make them fully compatible for Flutter web
https://twitter.com/aloisdeniel/status/1148598679454048256
July 09, 2019 at 05:18PM by EngineerScientist
https://ift.tt/2XAFIyT
Twitter
Aloïs Deniel
If you're a @dart_lang package developer, please consider conditional imports (for exemple if you use 'dart:io'). This makes your package fully compatible with @FlutterDev Web !
New post on /r/flutterdev subreddit:
BitmapDescriptor.fromAssetImage returns null
Hi everyone,Since fromAsset is deprecated and doesn't provide size functionality, I moved to use fromAssetImage (which is a future function), however it is not working properly where I get default marker due to null.
July 09, 2019 at 07:00PM by abuchery
https://ift.tt/30nFpcv
BitmapDescriptor.fromAssetImage returns null
Hi everyone,Since fromAsset is deprecated and doesn't provide size functionality, I moved to use fromAssetImage (which is a future function), however it is not working properly where I get default marker due to null.
var Icon_num = 1; icon: correct_icon(Icon_num)
BitmapDescriptor correct_icon(String num) { var config = ImageConfiguration(size: Size(32, 32)); String Image_String; switch (num) { case "1": Image_String = 'assets/num/1.png'; break; case "2": Image_String = 'assets/num/2.png'; break; case "3": Image_String = 'assets/num/3.png'; break; case "4": Image_String = 'assets/num/4.png'; break; case "5": Image_String = 'assets/num/5.png'; break; case "6": Image_String = 'assets/num/6.png'; break; case "7": Image_String = 'assets/num/7.png'; break; case "8": Image_String = 'assets/num/8.png'; break; case "9": Image_String = 'assets/num/9.png'; break; default: Image_String = 'assets/num/0.png'; break; } BitmapDescriptor myIcon; BitmapDescriptor.fromAssetImage(config, Image_String).then((onValue) { setState(() { myIcon = onValue; }); }); return myIcon; }To diagnose this code, I have added, print('Before) before the BitmapDescriptor.fromAssetImage function, print('inside') inside the function and print('after') after the function. What I got is:BeforeafterinsideSo I think the code is not being executed properly.
July 09, 2019 at 07:00PM by abuchery
https://ift.tt/30nFpcv
reddit
r/FlutterDev - BitmapDescriptor.fromAssetImage returns null
0 votes and 0 comments so far on Reddit
New tweet from FlutterDev:
Take a peek inside our WeAreDevelopers Keynote in Berlin!@MartinAguinis and @mjohnsullivan from our team present the latest on Flutter including live coding of a transportation app.
Watch here → https://t.co/TSeXe6wD24 pic.twitter.com/mlKLsYBMaG— Flutter (@FlutterDev) July 9, 2019
July 09, 2019 at 08:06PM
http://twitter.com/FlutterDev/status/1148654579443277836
Take a peek inside our WeAreDevelopers Keynote in Berlin!@MartinAguinis and @mjohnsullivan from our team present the latest on Flutter including live coding of a transportation app.
Watch here → https://t.co/TSeXe6wD24 pic.twitter.com/mlKLsYBMaG— Flutter (@FlutterDev) July 9, 2019
July 09, 2019 at 08:06PM
http://twitter.com/FlutterDev/status/1148654579443277836
Twitter
Martin Aguinis 📱🚀 (@MartinAguinis) | Twitter
The latest Tweets from Martin Aguinis 📱🚀 (@MartinAguinis). Marketing lead @FlutterDev for @Google. From Argentina. Born at a very young age. United States
New post on /r/flutterdev subreddit:
My first flutter app
Hey guys i created an app using flutter and by learning from tutorials available online. Have a look at it and tell me how does it look and feel and send me your reviews.https://play.google.com/store/apps/details?id=in.webxstudio.android.quizappIt is an opensource app so you guys can check the code athttps://github.com/gat786/quizappnew
July 09, 2019 at 08:00PM by Gat786
https://ift.tt/2YJTD70
My first flutter app
Hey guys i created an app using flutter and by learning from tutorials available online. Have a look at it and tell me how does it look and feel and send me your reviews.https://play.google.com/store/apps/details?id=in.webxstudio.android.quizappIt is an opensource app so you guys can check the code athttps://github.com/gat786/quizappnew
July 09, 2019 at 08:00PM by Gat786
https://ift.tt/2YJTD70
Google Play
QuizApp - Apps on Google Play
Amazing educational fun begins when you start learning with things that you enjoy, this app was made my me as a project for my graduation degree but i wanted it to grow to so I uploaded it on Google Play Store.