New post on /r/flutterdev subreddit:
Flutter: Alert Dialogs with rflutter_alert
https://www.youtube.com/watch?v=7iO2WqaA6oM
July 24, 2019 at 01:44PM by Paulhal
https://ift.tt/2Y3t14Q
Flutter: Alert Dialogs with rflutter_alert
https://www.youtube.com/watch?v=7iO2WqaA6oM
July 24, 2019 at 01:44PM by Paulhal
https://ift.tt/2Y3t14Q
YouTube
Flutter: Alert Dialogs with rflutter_alert
Flutter: Alert Dialogs with rflutter_alert
Looking for a library that helps you display custom alert dialog boxes in an easy to use way? Check out rflutter_alert!
Become a Patreon! Your continued support enables me to continue creating free content: ht…
Looking for a library that helps you display custom alert dialog boxes in an easy to use way? Check out rflutter_alert!
Become a Patreon! Your continued support enables me to continue creating free content: ht…
New post on Flutter Dev Google group:
Firebase Cloud Messaging
When I tried to use Firebase Cloud Messaging in my flutter project I encountered following error in android development process ** What went wrong:* *A problem occurred evaluating project ':app'.* *> com.google.common.collect.ImmutableSet.toImmutableSet()Ljava/util/stream/Collector;* I found
July 24, 2019 at 02:41PM by Krishna Gandrath
https://ift.tt/2JMaXn0
Firebase Cloud Messaging
When I tried to use Firebase Cloud Messaging in my flutter project I encountered following error in android development process ** What went wrong:* *A problem occurred evaluating project ':app'.* *> com.google.common.collect.ImmutableSet.toImmutableSet()Ljava/util/stream/Collector;* I found
July 24, 2019 at 02:41PM by Krishna Gandrath
https://ift.tt/2JMaXn0
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:
Flutter Push Notification Using Firebase
https://ift.tt/2y5N2Iu
July 24, 2019 at 02:34PM by myvsparth
https://ift.tt/2M9ewoR
Flutter Push Notification Using Firebase
https://ift.tt/2y5N2Iu
July 24, 2019 at 02:34PM by myvsparth
https://ift.tt/2M9ewoR
C-Sharpcorner
Flutter Push Notification Using Firebase
In this article we are going to learn how to integrate Firebase push notifications in Flutter applications
New post on /r/flutterdev subreddit:
I created a new, simpler solution for encryption in Dart/Flutter. It includes hashing, symmetric and asymmetric encryption, and key generation. Check it out!
https://ift.tt/2XVd5S2
July 24, 2019 at 03:46PM by AKushWarrior
https://ift.tt/2OpvulQ
I created a new, simpler solution for encryption in Dart/Flutter. It includes hashing, symmetric and asymmetric encryption, and key generation. Check it out!
https://ift.tt/2XVd5S2
July 24, 2019 at 03:46PM by AKushWarrior
https://ift.tt/2OpvulQ
Dart packages
steel_crypt | Dart Package
A collection of high-level API's exposing crypto/encrypt to perform hashing and encrypting in popular/secure algorithms.
New post on /r/flutterdev subreddit:
A beautiful and custom alert dialog for flutter
https://ift.tt/2Z4gDhn
July 24, 2019 at 04:22PM by heshanfu
https://ift.tt/32Q0UEL
A beautiful and custom alert dialog for flutter
https://ift.tt/2Z4gDhn
July 24, 2019 at 04:22PM by heshanfu
https://ift.tt/32Q0UEL
Flutter Awesome
A beautiful and custom alert dialog for flutter
A beautiful and custom alert dialog for flutter highly inspired from FancyAlertDialog-Android.
New post on /r/flutterdev subreddit:
Why development teams are adopting GraphQL
https://ift.tt/2YlE5JM
July 24, 2019 at 04:04PM by oczekkk
https://ift.tt/30RUpQ3
Why development teams are adopting GraphQL
https://ift.tt/2YlE5JM
July 24, 2019 at 04:04PM by oczekkk
https://ift.tt/30RUpQ3
Why development teams are adopting GraphQL? | GraphQL Blog
GraphQL is a query language for APIs that was originally built by Facebook, it ...
New post on /r/flutterdev subreddit:
Why ReactNative is more popular than Flutter? Do you think that Flutter can be more popular than ReactNative in the future?
No text found
July 24, 2019 at 04:34PM by PwlMarc
https://ift.tt/2SE2DIP
Why ReactNative is more popular than Flutter? Do you think that Flutter can be more popular than ReactNative in the future?
No text found
July 24, 2019 at 04:34PM by PwlMarc
https://ift.tt/2SE2DIP
reddit
r/FlutterDev - Why ReactNative is more popular than Flutter? Do you think that Flutter can be more popular than ReactNative in…
0 votes and 3 comments so far on Reddit
New post on /r/flutterdev subreddit:
Yu-Gi-Oh Cards App using MobX, Provider, and Chopper
Hi, I learned MobX and Chopper with Provider to create experimental app using consumed data from ygoprodeck.com. Hopefully, I get some feedback about my work here in my Github repository: https://github.com/fikrirazzaq/YugiohCardsThanks!
July 24, 2019 at 05:43PM by juvetic
https://ift.tt/2KdFkSv
Yu-Gi-Oh Cards App using MobX, Provider, and Chopper
Hi, I learned MobX and Chopper with Provider to create experimental app using consumed data from ygoprodeck.com. Hopefully, I get some feedback about my work here in my Github repository: https://github.com/fikrirazzaq/YugiohCardsThanks!
July 24, 2019 at 05:43PM by juvetic
https://ift.tt/2KdFkSv
GitHub
GitHub - fikrirazzaq/YugiohCards: Yugioh Cards Sample App using MobX, Provider, and Chopper
Yugioh Cards Sample App using MobX, Provider, and Chopper - GitHub - fikrirazzaq/YugiohCards: Yugioh Cards Sample App using MobX, Provider, and Chopper
New post on /r/flutterdev subreddit:
pubx: The missing pub commands (search and view)
Hi FlutterDev,I found myself missing
July 24, 2019 at 05:43PM by devvie
https://ift.tt/2y6iupZ
pubx: The missing pub commands (search and view)
Hi FlutterDev,I found myself missing
npm search
and npm view
, so I wrote up a little CLI for achieving the same effect with pub
.I'm finding it useful in my day to day (grabbing package versions in particular), so I thought I'd share.https://pub.dev/packages/pubxhttps://github.com/shyndman/pubxPRs are welcome!July 24, 2019 at 05:43PM by devvie
https://ift.tt/2y6iupZ
Dart packages
pubx | Dart Package
The missing pub commands. Search and view packages from pub.dev from the command line.
New post on Flutter Dev Google group:
Announcing Flutter 1.7.8+hotfix.4
We’re releasing a servicing hotfix to the stable channel of Flutter today that fixes a small number of high-priority bugs: #33642 App crash when deleting the password in
July 24, 2019 at 06:56PM by Ray Rischpater
https://ift.tt/2K6hGXI
Announcing Flutter 1.7.8+hotfix.4
We’re releasing a servicing hotfix to the stable channel of Flutter today that fixes a small number of high-priority bugs: #33642 App crash when deleting the password in
July 24, 2019 at 06:56PM by Ray Rischpater
https://ift.tt/2K6hGXI
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:
Google Sign In | People API | Flutter
https://youtu.be/8o-DJDi2bmQ
July 24, 2019 at 07:50PM by deep98shah
https://ift.tt/2Yb48iQ
Google Sign In | People API | Flutter
https://youtu.be/8o-DJDi2bmQ
July 24, 2019 at 07:50PM by deep98shah
https://ift.tt/2Yb48iQ
YouTube
Flutter Tutorial | People API | Google Sign In without Firebase
Hey everyone! This video covers the implementation of Google Sign In in your Flutter application without using Firebase. It just mimics the Google Sign In and retrieves the user's information using Google People API.
Github repository:
https://github.co…
Github repository:
https://github.co…
New post on /r/flutterdev subreddit:
Flutter 1.7.8+hotfix.4 : A new servicing hotfix had been released to the stable channel of Flutter today that fixes a small number of high-priority bugs:
https://ift.tt/2JPDMiz
July 24, 2019 at 07:35PM by EngineerScientist
https://ift.tt/2Ydg83b
Flutter 1.7.8+hotfix.4 : A new servicing hotfix had been released to the stable channel of Flutter today that fixes a small number of high-priority bugs:
https://ift.tt/2JPDMiz
July 24, 2019 at 07:35PM by EngineerScientist
https://ift.tt/2Ydg83b
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:
Save encypted data locally
I'm evaluating some method to save encrypted data locally. Now I have two option:
- SQLite, but I don't know if there is some plugin to do this both on iOS and Android- Json file, but I'm not sure that can be a good ideaSome ideas?
July 24, 2019 at 08:30PM by Pigna1
https://ift.tt/2GrAIqE
Save encypted data locally
I'm evaluating some method to save encrypted data locally. Now I have two option:
- SQLite, but I don't know if there is some plugin to do this both on iOS and Android- Json file, but I'm not sure that can be a good ideaSome ideas?
July 24, 2019 at 08:30PM by Pigna1
https://ift.tt/2GrAIqE
reddit
r/FlutterDev - Save encypted data locally
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Library for generating 'when' operator for @sealed classes
https://ift.tt/2Z5MHRY
July 24, 2019 at 08:04PM by ReginF
https://ift.tt/2McAXtw
Library for generating 'when' operator for @sealed classes
https://ift.tt/2Z5MHRY
July 24, 2019 at 08:04PM by ReginF
https://ift.tt/2McAXtw
GitHub
ReginFell/dart-sealed
Codegen implementation for using with sealed annotation - ReginFell/dart-sealed
New post on /r/flutterdev subreddit:
Flare Workshop by 2Dimensions
https://youtu.be/E6glE-yZeJc
July 24, 2019 at 10:19PM by EngineerScientist
https://ift.tt/2Yl3ovv
Flare Workshop by 2Dimensions
https://youtu.be/E6glE-yZeJc
July 24, 2019 at 10:19PM by EngineerScientist
https://ift.tt/2Yl3ovv
YouTube
Flare Workshop by 2Dimensions
Flare took the Flutter world by storm when it was announced at Flutter Live in December 2018! Flare is a powerful design and animation tool that lets you create gorgeous, intricate, interactive animations in Flutter (and more) that are limited only by your…
New post on /r/flutterdev subreddit:
Vote for Deep Learning - Autocompletion for Dart / Flutter with TabNine
https://twitter.com/BlueAquilae/status/1154114432194113537
July 24, 2019 at 10:07PM by Sol_Ido
https://ift.tt/2K4ifBm
Vote for Deep Learning - Autocompletion for Dart / Flutter with TabNine
https://twitter.com/BlueAquilae/status/1154114432194113537
July 24, 2019 at 10:07PM by Sol_Ido
https://ift.tt/2K4ifBm
Twitter
Robert Felker
Do you want Autocompletion for your #dartlang project ? @TabNineInc has a tool for this based on GPT-2 deep learning from @openAI #Flutter would be a perfect candidate because of its recurring code patterns. Please upvote https://t.co/Kr9iu5dgtj https://t.co/Qj02ydTmnw
New post on /r/flutterdev subreddit:
Flutter: How to use the WebView Plugin
https://www.youtube.com/watch?v=Wo0o0wSkn4k
July 25, 2019 at 02:25AM by Paulhal
https://ift.tt/2MaUWZh
Flutter: How to use the WebView Plugin
https://www.youtube.com/watch?v=Wo0o0wSkn4k
July 25, 2019 at 02:25AM by Paulhal
https://ift.tt/2MaUWZh
YouTube
Flutter: How to use the WebView Plugin
Flutter: How to use the WebView Plugin
Become a Patreon! Your continued support enables me to continue creating free content: https://www.patreon.com/PaulHalliday
Check out more free tutorials at https://developer.school
Developer School Mailing List:…
Become a Patreon! Your continued support enables me to continue creating free content: https://www.patreon.com/PaulHalliday
Check out more free tutorials at https://developer.school
Developer School Mailing List:…
New post on /r/flutterdev subreddit:
auto_data: Automatically generate data classes in Dart
https://ift.tt/2K63SN5
July 25, 2019 at 12:42AM by demarcoPaul
https://ift.tt/2OqGMpY
auto_data: Automatically generate data classes in Dart
https://ift.tt/2K63SN5
July 25, 2019 at 12:42AM by demarcoPaul
https://ift.tt/2OqGMpY
Dart packages
auto_data | Dart Package
Automatically generate simple data class files for Dart. This is the runtime dependency.
New post on /r/flutterdev subreddit:
Yu-Gi-Oh Sample App using MobX, Provider, and Chopper with pagination.
https://ift.tt/2YiJAos
July 25, 2019 at 01:51AM by juvetic
https://ift.tt/2JPxTSf
Yu-Gi-Oh Sample App using MobX, Provider, and Chopper with pagination.
https://ift.tt/2YiJAos
July 25, 2019 at 01:51AM by juvetic
https://ift.tt/2JPxTSf
GitHub
fikrirazzaq/YugiohCards
Yugioh Cards Sample App using MobX, Provider, and Chopper - fikrirazzaq/YugiohCards
New post on /r/flutterdev subreddit:
Flutter Tutorial: Ecommerce App UI
https://ift.tt/2YcxzAZ
July 24, 2019 at 11:50PM by cybdom
https://ift.tt/2JPYXRp
Flutter Tutorial: Ecommerce App UI
https://ift.tt/2YcxzAZ
July 24, 2019 at 11:50PM by cybdom
https://ift.tt/2JPYXRp
Cybdom
Flutter Tutorial: Ecommerce App UI - Cybdom
In this tutorial we will see how to reproduce this great app ui using flutter.