Reddit: Exploring Flutter Samples and Examples (The Boring Flutter Development Show, Ep. 11)
https://www.youtube.com/watch?v=mztMzzD8NiE
Submitted November 22, 2018 at 02:58AM by imthepk
via reddit https://ift.tt/2Fyfl99
https://www.youtube.com/watch?v=mztMzzD8NiE
Submitted November 22, 2018 at 02:58AM by imthepk
via reddit https://ift.tt/2Fyfl99
YouTube
Exploring Flutter Samples and Examples (The Boring Flutter Development Show, Ep. 11)
In this episode of The Boring Flutter Development Show, Andrew brings on 3 GDEs (Google Developer Experts) to discuss how they built apps with flutter and why.
Please leave us your feedback in the comments, and let us know what you would like us to build…
Please leave us your feedback in the comments, and let us know what you would like us to build…
Reddit: Rapido - RAD for Flutter Package
https://ift.tt/2TBgCyW
Submitted November 21, 2018 at 02:37PM by moephan
via reddit https://ift.tt/2Ae2d35
https://ift.tt/2TBgCyW
Submitted November 21, 2018 at 02:37PM by moephan
via reddit https://ift.tt/2Ae2d35
reddit
Rapido - RAD for Flutter Package
Posted in r/FlutterDev by u/moephan • 7 points and 3 comments
Reddit: New Flutter package to make text drawables like Gmail
I published my first package for flutter, it is a simple library to create drawable text like the Gmail app. It supports color generator, tap behavior etc.Check it out https://github.com/pranayairan/TextDrawableWidget
Submitted November 20, 2018 at 08:53PM by pranayairan
via reddit https://ift.tt/2Ty8hfF
I published my first package for flutter, it is a simple library to create drawable text like the Gmail app. It supports color generator, tap behavior etc.Check it out https://github.com/pranayairan/TextDrawableWidget
Submitted November 20, 2018 at 08:53PM by pranayairan
via reddit https://ift.tt/2Ty8hfF
GitHub
pranayairan/TextDrawableWidget
This light-weight library provides images with letter/text like the Gmail app or like android contact apps for Flutter. It is a widget and can be used anywhere. Also included is a fluent interface ...
GGroup: camera plugin - request ONLY camera permission (no microphone) - android
Is there a way to make this happen? Or does the microphone permission *need* to be obtained? Thanks!
Submitted November 22, 2018 at 08:48AM by SVG
via Flutter Dev https://ift.tt/2FKwjku
Is there a way to make this happen? Or does the microphone permission *need* to be obtained? Thanks!
Submitted November 22, 2018 at 08:48AM by SVG
via Flutter Dev https://ift.tt/2FKwjku
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 do I search in Flutter DropDownbutton items?
I have a list of the countries name in local json. I can load my local json and assign to *DropDown button*. there is a 193 countries in json file as ex. shown below. If I want to select United State, user have to scroll all the way down. How can enter a countries name such as; if I user enter U
Submitted November 22, 2018 at 09:25AM by Niyazi Toros
via Flutter Dev https://ift.tt/2PMg3UI
I have a list of the countries name in local json. I can load my local json and assign to *DropDown button*. there is a 193 countries in json file as ex. shown below. If I want to select United State, user have to scroll all the way down. How can enter a countries name such as; if I user enter U
Submitted November 22, 2018 at 09:25AM by Niyazi Toros
via Flutter Dev https://ift.tt/2PMg3UI
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: Filter decoded Json data by some value
hi i have "Products" json data with different "Category" , is possible to filter or sort product data by "category" in json.decode ?
Submitted November 22, 2018 at 09:52AM by saleh zarei
via Flutter Dev https://ift.tt/2TyVfyA
hi i have "Products" json data with different "Category" , is possible to filter or sort product data by "category" in json.decode ?
Submitted November 22, 2018 at 09:52AM by saleh zarei
via Flutter Dev https://ift.tt/2TyVfyA
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 gesture tab signal to main.dart timer?
In my main.dart I have a timer and GestureDetector. The GestureDetector onTap etc. handle the user interaction with _handleUserInteraction(). Every time user tabs the app reset the timer. My problem is I need to send signal the onTab (or similar) from *form_a.dart to main.dart.* *How can I
Submitted November 22, 2018 at 10:12AM by Niyazi Toros
via Flutter Dev https://ift.tt/2PMe036
In my main.dart I have a timer and GestureDetector. The GestureDetector onTap etc. handle the user interaction with _handleUserInteraction(). Every time user tabs the app reset the timer. My problem is I need to send signal the onTab (or similar) from *form_a.dart to main.dart.* *How can I
Submitted November 22, 2018 at 10:12AM by Niyazi Toros
via Flutter Dev https://ift.tt/2PMe036
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: Is there a way to hide out FAB when showBottomSheet is display?
Hi,Currently my main page is having a FAB. Of course, clicking this FAB will do something. What it does it, it will show bottom sheet.However, the FAB is stuck on the top of the bottom sheet when it open up. Is there a way to hide it when the bottom sheet display AND un-hide again when the bottom sheet is close?
Submitted November 22, 2018 at 11:15AM by KenAragorn
via reddit https://ift.tt/2Rakoh6
Hi,Currently my main page is having a FAB. Of course, clicking this FAB will do something. What it does it, it will show bottom sheet.However, the FAB is stuck on the top of the bottom sheet when it open up. Is there a way to hide it when the bottom sheet display AND un-hide again when the bottom sheet is close?
Submitted November 22, 2018 at 11:15AM by KenAragorn
via reddit https://ift.tt/2Rakoh6
reddit
r/FlutterDev - Is there a way to hide out FAB when showBottomSheet is display?
1 vote and 0 comments so far on Reddit
GGroup: Flutter refresh map after come back from second screen
I have a Flutter app which in home screen I use google map. At the begin, I call Firebase to take the places which I have already input. Then the user can add a new place if double in the map this lead him to SecondScreen. The user input title, story, and photo. I have and another screen where
Submitted November 22, 2018 at 12:48PM by filippos ser
via Flutter Dev https://ift.tt/2PLAHVa
I have a Flutter app which in home screen I use google map. At the begin, I call Firebase to take the places which I have already input. Then the user can add a new place if double in the map this lead him to SecondScreen. The user input title, story, and photo. I have and another screen where
Submitted November 22, 2018 at 12:48PM by filippos ser
via Flutter Dev https://ift.tt/2PLAHVa
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: Google Maps plugin availability
I am interested in when the Google Maps Flutter plugin (here ) will be generally available. Is there a slated release date/window for when it will production ready?
Submitted November 22, 2018 at 03:16PM by Ian Evans
via Flutter Dev https://ift.tt/2PMKx9s
I am interested in when the Google Maps Flutter plugin (here ) will be generally available. Is there a slated release date/window for when it will production ready?
Submitted November 22, 2018 at 03:16PM by Ian Evans
via Flutter Dev https://ift.tt/2PMKx9s
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: Guide to run Flutter apps on desktop
Guide to run Flutter apps on desktop:https://medium.com/flutter-community/flutter-from-mobile-to-desktop-93635e8de64eProcessing img vrjsotygewz11...
Submitted November 22, 2018 at 04:09PM by marceloneppel
via reddit https://ift.tt/2qXlEZG
Guide to run Flutter apps on desktop:https://medium.com/flutter-community/flutter-from-mobile-to-desktop-93635e8de64eProcessing img vrjsotygewz11...
Submitted November 22, 2018 at 04:09PM by marceloneppel
via reddit https://ift.tt/2qXlEZG
Medium
Flutter: from Mobile to Desktop
Building applications for smartphones and desktops with the Google framework.
Reddit: Flutter: from Mobile to Desktop
https://ift.tt/2PObM3o
Submitted November 22, 2018 at 02:08PM by Elixane
via reddit https://ift.tt/2AfmJjX
https://ift.tt/2PObM3o
Submitted November 22, 2018 at 02:08PM by Elixane
via reddit https://ift.tt/2AfmJjX
Medium
Flutter: from Mobile to Desktop
Building applications for smartphones and desktops with the Google framework.
Reddit: Flutter - Firestore querying basics
https://youtu.be/mzo830R8OCk
Submitted November 22, 2018 at 02:00PM by rajayogan27
via reddit https://ift.tt/2TuCgoC
https://youtu.be/mzo830R8OCk
Submitted November 22, 2018 at 02:00PM by rajayogan27
via reddit https://ift.tt/2TuCgoC
YouTube
Flutter - Firestore querying basics
Support me - https://paypal.me/RajaYogan
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=GREATOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw…
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=GREATOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw…
Reddit: Flutter: Firebase Tutorial Part 2 | Welcome page and Sign in
https://youtu.be/bXlMNfwhlwg
Submitted November 22, 2018 at 06:28PM by RobertBrunhage
via reddit https://ift.tt/2qZNQLm
https://youtu.be/bXlMNfwhlwg
Submitted November 22, 2018 at 06:28PM by RobertBrunhage
via reddit https://ift.tt/2qZNQLm
YouTube
Flutter: Firebase Tutorial Part 2 | Welcome page and Sign in
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:/…
GGroup: Is RX the same as redux
Please I'm new to flutter and i see Rx and redux in some tutuorial videos please are they thesame
Submitted November 22, 2018 at 07:52PM by ibrahim shehu ibrahim
via Flutter Dev https://ift.tt/2TGpzHA
Please I'm new to flutter and i see Rx and redux in some tutuorial videos please are they thesame
Submitted November 22, 2018 at 07:52PM by ibrahim shehu ibrahim
via Flutter Dev https://ift.tt/2TGpzHA
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: Google Photos Like App
Hello pal, Please, I am new to flutter and want to build a photo displaying app that looks like Google Photos Gallery or facebook photo gallery view, any clue on how to go about it. I will equally appreciate if links be added as well. Thanks a lot. Cheers.
Submitted November 22, 2018 at 11:42PM by Abraham Kalu Ume
via Flutter Dev https://ift.tt/2KqACjH
Hello pal, Please, I am new to flutter and want to build a photo displaying app that looks like Google Photos Gallery or facebook photo gallery view, any clue on how to go about it. I will equally appreciate if links be added as well. Thanks a lot. Cheers.
Submitted November 22, 2018 at 11:42PM by Abraham Kalu Ume
via Flutter Dev https://ift.tt/2KqACjH
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: Michael Thomsen on A fresh perspective on multi-platform UI • ColdFront 2018
https://youtu.be/sl5TaN7EwjQ
Submitted November 23, 2018 at 11:25AM by sebe42
via reddit https://ift.tt/2FEE0c0
https://youtu.be/sl5TaN7EwjQ
Submitted November 23, 2018 at 11:25AM by sebe42
via reddit https://ift.tt/2FEE0c0
YouTube
Michael Thomsen on A fresh perspective on multi-platform UI • ColdFront 2018
Michael Thomsen - on future of cross-platform native apps
Flutter is a Google-sponsored open-source SDK for creating multi-platform user interfaces. We will talk about how Flutter is very different from similar frameworks, any why we have made the technical…
Flutter is a Google-sponsored open-source SDK for creating multi-platform user interfaces. We will talk about how Flutter is very different from similar frameworks, any why we have made the technical…
Reddit: Flutter: the good, the bad and the ugly
https://ift.tt/2TCzmhS
Submitted November 23, 2018 at 12:18PM by mbellinaso
via reddit https://ift.tt/2qZB4wm
https://ift.tt/2TCzmhS
Submitted November 23, 2018 at 12:18PM by mbellinaso
via reddit https://ift.tt/2qZB4wm
Medium
Flutter: the good, the bad and the ugly
Having created my first app using Flutter, I weigh up the technology’s pros and cons against React Native
Reddit: Flutter google map plugin example
Check out the example on the Flutter's google map plugin,FYI: Plugin is still in the preview version.https://github.com/ibhavikmakwana/flutter_google_maphttps://i.redd.it/wkwr82zem2021.gif
Submitted November 23, 2018 at 01:04PM by ibhavikmakwana
via reddit https://ift.tt/2AfEZcS
Check out the example on the Flutter's google map plugin,FYI: Plugin is still in the preview version.https://github.com/ibhavikmakwana/flutter_google_maphttps://i.redd.it/wkwr82zem2021.gif
Submitted November 23, 2018 at 01:04PM by ibhavikmakwana
via reddit https://ift.tt/2AfEZcS
GitHub
GitHub - ibhavikmakwana/flutter_google_map
Contribute to ibhavikmakwana/flutter_google_map development by creating an account on GitHub.
Reddit: Animations with Flutter: When to Use What
https://www.youtube.com/watch?v=PFKg_woOJmIFlutter has a robust Animation framework, but that comes with the cost of many of different classes to choose from. Anthony Robledo, who works on Material Design at Google, goes over the important differences of the various Animation classes, such as AnimatedWidget, AnimationController, Tween, and Curve. He shows some examples that use different various combinations of these classes. Many of these different solutions are just different ways to do same thing.
Submitted November 23, 2018 at 01:03PM by daleclancy
via reddit https://ift.tt/2FMIrlo
https://www.youtube.com/watch?v=PFKg_woOJmIFlutter has a robust Animation framework, but that comes with the cost of many of different classes to choose from. Anthony Robledo, who works on Material Design at Google, goes over the important differences of the various Animation classes, such as AnimatedWidget, AnimationController, Tween, and Curve. He shows some examples that use different various combinations of these classes. Many of these different solutions are just different ways to do same thing.
Submitted November 23, 2018 at 01:03PM by daleclancy
via reddit https://ift.tt/2FMIrlo
YouTube
Animations with Flutter: When to Use What
Flutter has a robust Animation framework, but that comes with the cost of many of different classes to choose from. Anthony will go over the important differences of the various Animation classes, such as AnimatedWidget, AnimationController, Tween, and Curve.…
Not long now! #FlutterLive is around the corner on December 4th. @MartinAguinis and @bouncingsheep have some tips on how you can join the celebration using the hashtags #AskFlutter and #MyFlutterStory.
Sign up for updates and stay tuned for more info → https://t.co/eRO1vF0tJc pic.twitter.com/JbPhCiwDE9— Flutter (@flutterio) November 23, 2018
November 23, 2018 at 02:00PM
via Twitter https://twitter.com/flutterio
Sign up for updates and stay tuned for more info → https://t.co/eRO1vF0tJc pic.twitter.com/JbPhCiwDE9— Flutter (@flutterio) November 23, 2018
November 23, 2018 at 02:00PM
via Twitter https://twitter.com/flutterio
Twitter
#flutterlive hashtag on Twitter
14m ago @flutterio tweeted: "See what's new since #FlutterLive! In th.." - read what others are saying and join the conversation.