GGroup: Flutter For Beginners - Episode 1 Introduction
Hey everyone! Just released the first episode of many that will focus on understanding and using Flutter as straightforward as possible! Flutter For Beginners - Episode 1 Introduction Have an amazing day everyone! Robert Brunhage
Submitted August 02, 2018 at 07:16PM by Robert Brunhage
via Flutter Dev https://ift.tt/2O5qVYu
Hey everyone! Just released the first episode of many that will focus on understanding and using Flutter as straightforward as possible! Flutter For Beginners - Episode 1 Introduction Have an amazing day everyone! Robert Brunhage
Submitted August 02, 2018 at 07:16PM by Robert Brunhage
via Flutter Dev https://ift.tt/2O5qVYu
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: How to send mail with attachments in Flutter?
Hi, I found dart plugin called mailer3: "^1.1.9". Previously I create an image in mobile temp directory. In Flutter mobile app I try to send this saved picture using mailer3 plugin as a mail. The mail reach the destination, I don't get error but seems lost the attachment in process. In dart
Submitted August 02, 2018 at 07:40PM by Niyazi Toros
via Flutter Dev https://ift.tt/2vtUfQR
Hi, I found dart plugin called mailer3: "^1.1.9". Previously I create an image in mobile temp directory. In Flutter mobile app I try to send this saved picture using mailer3 plugin as a mail. The mail reach the destination, I don't get error but seems lost the attachment in process. In dart
Submitted August 02, 2018 at 07:40PM by Niyazi Toros
via Flutter Dev https://ift.tt/2vtUfQR
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: How to stop flutter video player when the video get out of screen(at the time user scrolling) or mobile viewport?
Need some help regarding flutter video_player plugin. I've recently using this plugin in one of my app. It's working fine. But, I can't able to fig out how to stop the video when it'll get out of phone's view port/screen? Just like in Facebook app it's work. Even if video is in play mode, the moment it'll get out of mobile viewport/screen it'll automatically get STOP.
Submitted August 02, 2018 at 07:40PM by mi6crazyheart
via reddit https://ift.tt/2OCo7mU
Need some help regarding flutter video_player plugin. I've recently using this plugin in one of my app. It's working fine. But, I can't able to fig out how to stop the video when it'll get out of phone's view port/screen? Just like in Facebook app it's work. Even if video is in play mode, the moment it'll get out of mobile viewport/screen it'll automatically get STOP.
Submitted August 02, 2018 at 07:40PM by mi6crazyheart
via reddit https://ift.tt/2OCo7mU
reddit
r/FlutterDev - How to stop flutter video player when the video get out of screen(at the time user scrolling) or mobile viewport?
1 vote and 0 comments so far on Reddit
Reddit: Flutter For Beginners - Episode 1 Introduction
https://www.youtube.com/watch?v=afFYrMyxa0U
Submitted August 02, 2018 at 07:06PM by RobertBrunhage
via reddit https://ift.tt/2n41jzP
https://www.youtube.com/watch?v=afFYrMyxa0U
Submitted August 02, 2018 at 07:06PM by RobertBrunhage
via reddit https://ift.tt/2n41jzP
YouTube
Flutter For Beginners - Episode 1 Introduction
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
Reddit: Flutter – Animations
https://ift.tt/2O2Z0J2
Submitted August 02, 2018 at 08:15PM by rajayogan27
via reddit https://ift.tt/2LVlfD5
https://ift.tt/2O2Z0J2
Submitted August 02, 2018 at 08:15PM by rajayogan27
via reddit https://ift.tt/2LVlfD5
T-Pub :)
Flutter – Animations
Hi Friends, Hope you are all well. In this post, let’s see how to do some basic animations in your Flutter apps. Let’s begin. To learn the basics of flutter get my course – Click …
Reddit: Requesting contributors for flutter_iap
I am requesting some help with adding to https://github.com/JackAppDev/flutter_iapRecently there has been more of a need for iap in flutter.https://github.com/flutter/flutter/issues/9591https://www.reddit.com/r/FlutterDev/comments/91lqnl/in_app_purchases/Some of the current goals:Better documentation (readme/contributing/changelog)subscriptions for iospurchase verification for iosconvert java to kotlinrefactor native code to use less string concatenation
Submitted August 02, 2018 at 08:56PM by JackAppDev
via reddit https://ift.tt/2vwL7uO
I am requesting some help with adding to https://github.com/JackAppDev/flutter_iapRecently there has been more of a need for iap in flutter.https://github.com/flutter/flutter/issues/9591https://www.reddit.com/r/FlutterDev/comments/91lqnl/in_app_purchases/Some of the current goals:Better documentation (readme/contributing/changelog)subscriptions for iospurchase verification for iosconvert java to kotlinrefactor native code to use less string concatenation
Submitted August 02, 2018 at 08:56PM by JackAppDev
via reddit https://ift.tt/2vwL7uO
GitHub
JackAppDev/flutter_iap
Flutter iap plugin. Contribute to JackAppDev/flutter_iap development by creating an account on GitHub.
Reddit: Make two, or more, BLoC work together
I'm trying to understand how to have two separate BLoCs and make them work together. As soon as my app has a single BLoC I have no problems implementing everything with an InheritedWidget. But how to use more than one?
Submitted August 02, 2018 at 10:51PM by giovapanasiti
via reddit https://ift.tt/2n4n3M5
I'm trying to understand how to have two separate BLoCs and make them work together. As soon as my app has a single BLoC I have no problems implementing everything with an InheritedWidget. But how to use more than one?
Submitted August 02, 2018 at 10:51PM by giovapanasiti
via reddit https://ift.tt/2n4n3M5
reddit
r/FlutterDev - Make two, or more, BLoC work together
2 votes and 0 comments so far on Reddit
GGroup: Drag to reorder + swipe to dismiss, dialog = broken animation?
I'm building a ListView with items which you can drag to reorder, as well as swipe to dismiss. There's also a button in the app bar that shows a dialog. For dragging to reorder, I'm using this package , with some slight modifications to
Submitted August 02, 2018 at 11:12PM by Michelle Ran
via Flutter Dev https://ift.tt/2KnljGP
I'm building a ListView with items which you can drag to reorder, as well as swipe to dismiss. There's also a button in the app bar that shows a dialog. For dragging to reorder, I'm using this package , with some slight modifications to
Submitted August 02, 2018 at 11:12PM by Michelle Ran
via Flutter Dev https://ift.tt/2KnljGP
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: How to open another page (not home) when receiving a firebase message
My app has a NotificationPage that show all the firebase message received and stored in a local file. It´s not the home page. When a notification is received and the app is in foreground i need to open the app in NotificationPage instead HomePage. Thanks.
Submitted August 02, 2018 at 11:24PM by Eugenio Tesio
via Flutter Dev https://ift.tt/2LWF8tG
My app has a NotificationPage that show all the firebase message received and stored in a local file. It´s not the home page. When a notification is received and the app is in foreground i need to open the app in NotificationPage instead HomePage. Thanks.
Submitted August 02, 2018 at 11:24PM by Eugenio Tesio
via Flutter Dev https://ift.tt/2LWF8tG
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.
Does your app retrieve data in the JSON encoded format? How do you de-serialize it? @RedBrogdon's new article describes some options for decoding JSON in Flutter.
Read it here → https://t.co/rSXJ4IeZGK pic.twitter.com/roVSYFLjrP— Flutter (@flutterio) August 2, 2018
August 03, 2018 at 12:01AM
via Twitter https://twitter.com/flutterio
Read it here → https://t.co/rSXJ4IeZGK pic.twitter.com/roVSYFLjrP— Flutter (@flutterio) August 2, 2018
August 03, 2018 at 12:01AM
via Twitter https://twitter.com/flutterio
Twitter
Andrew Brogdon (@RedBrogdon) | Twitter
The latest Tweets from Andrew Brogdon (@RedBrogdon). I work with @Flutterio at the Google
Reddit: I'm looking for expert flutter developers
If you know flutter very well and would like to work on an exciting project please contact me.
Submitted August 03, 2018 at 02:57AM by mendymarcus
via reddit https://ift.tt/2n8FIq8
If you know flutter very well and would like to work on an exciting project please contact me.
Submitted August 03, 2018 at 02:57AM by mendymarcus
via reddit https://ift.tt/2n8FIq8
reddit
r/FlutterDev - I'm looking for expert flutter developers
1 vote and 0 comments so far on Reddit
Reddit: BLoC and Firestore
Is there any value in using the BLoC pattern with Firebase/Firestore since those also work natively with streams, or would it be redundant?
Submitted August 03, 2018 at 05:03AM by CodyLeet
via reddit https://ift.tt/2n3Q4Ym
Is there any value in using the BLoC pattern with Firebase/Firestore since those also work natively with streams, or would it be redundant?
Submitted August 03, 2018 at 05:03AM by CodyLeet
via reddit https://ift.tt/2n3Q4Ym
reddit
r/FlutterDev - BLoC and Firestore
1 vote and 1 comment so far on Reddit
Reddit: Flutter Jobs App
https://ift.tt/2Kn4dsI
Submitted August 02, 2018 at 10:48PM by rahiche
via reddit https://ift.tt/2LLQeCh
https://ift.tt/2Kn4dsI
Submitted August 02, 2018 at 10:48PM by rahiche
via reddit https://ift.tt/2LLQeCh
GitHub
Rahiche/flutter_jobs_app
Flutter jobs borad app created using flutter. Contribute to Rahiche/flutter_jobs_app development by creating an account on GitHub.
Reddit: Some Options for Deserializing JSON with Flutter
https://ift.tt/2LLgsVD
Submitted August 03, 2018 at 09:04AM by Purple_Pizzazz
via reddit https://ift.tt/2vEIirV
https://ift.tt/2LLgsVD
Submitted August 03, 2018 at 09:04AM by Purple_Pizzazz
via reddit https://ift.tt/2vEIirV
Medium
Some Options for Deserializing JSON with Flutter
At some point, most apps need to reach out and grab data from an online endpoint.
GGroup: How to drag and swap two or multiple images within collage frame and auto-fit adjust ?
Hi everyone, Thanks to the multiple image picker view plugin which allows and user to select multiple images but there is a problem on DONE button where if we want to navigate on to another screen we are unable to manipulate it by default pops back to initial or home screen .
Submitted August 03, 2018 at 09:55AM by Rakesh Lahkar
via Flutter Dev https://ift.tt/2n6A1sL
Hi everyone, Thanks to the multiple image picker view plugin which allows and user to select multiple images but there is a problem on DONE button where if we want to navigate on to another screen we are unable to manipulate it by default pops back to initial or home screen .
Submitted August 03, 2018 at 09:55AM by Rakesh Lahkar
via Flutter Dev https://ift.tt/2n6A1sL
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: Figma-to-Flutter : convert Figma components to Flutter widgets
Hi everybody,I started a tool that converts Figma components to Flutter widgets source code.https://i.redd.it/ilfqb2cuiud11.pngTell me what you think!The online code generator : https://aloisdeniel.github.io/figma-to-flutter/The blog post explaining why : https://aloisdeniel.github.io/introducing-figma-to-flutter/The github repo : https://github.com/aloisdeniel/figma-to-flutter
Submitted August 03, 2018 at 11:20AM by aloisdeniel
via reddit https://ift.tt/2n6EKKT
Hi everybody,I started a tool that converts Figma components to Flutter widgets source code.https://i.redd.it/ilfqb2cuiud11.pngTell me what you think!The online code generator : https://aloisdeniel.github.io/figma-to-flutter/The blog post explaining why : https://aloisdeniel.github.io/introducing-figma-to-flutter/The github repo : https://github.com/aloisdeniel/figma-to-flutter
Submitted August 03, 2018 at 11:20AM by aloisdeniel
via reddit https://ift.tt/2n6EKKT
Telegram communties and resources:
http://telegra.ph/Flutter-interesting-links-08-03
http://telegra.ph/Flutter-interesting-links-08-03
Telegraph
Flutter interesting links
Do you have any question about Flutter/Dart development? Fluttter telegram communities Dart/Flutter general group Spanish-speaking community flutter Flutter list of resources Awesome Flutter
Flutter Heroes pinned «Telegram communties and resources: http://telegra.ph/Flutter-interesting-links-08-03»
Reddit: Creating flavors of a Flutter app (Flutter & Android setup)
https://ift.tt/2vAJiwO
Submitted August 03, 2018 at 04:28PM by Purple_Pizzazz
via reddit https://ift.tt/2LNtsKm
https://ift.tt/2vAJiwO
Submitted August 03, 2018 at 04:28PM by Purple_Pizzazz
via reddit https://ift.tt/2LNtsKm
Musings of an Android App Software Developer
Creating flavors of a Flutter app (Flutter & Android setup) - Musings of an Android App Software Developer
It’s quite common for a native Android app to use productFlavors to set up several apps from the same source code. So, how easy is this to implement in Flutter? In this code tutorial, we will set up a project with 2 app flavors. Each app will display the…
Reddit: New book : Flying with Flutter by Matt Aerial
https://twitter.com/BlueAquilae/status/1025172831729078273
Submitted August 03, 2018 at 06:41PM by Sol_Ido
via reddit https://ift.tt/2na7any
https://twitter.com/BlueAquilae/status/1025172831729078273
Submitted August 03, 2018 at 06:41PM by Sol_Ido
via reddit https://ift.tt/2na7any
Twitter
Robert Felker
Just bought this book to learn #flutter !!! It is filled with protips. The Author is truly an artist with a lot of humour. Thank you Matt ! Flying with #Flutter @flutterfyi @FlutterDev @Flutter_Flakes @nlycskn @flutterio