New post on /r/flutterdev subreddit:
Easy parallax effect in PageView - UI Tickets Challenge
http://bit.ly/2DCQRbw
April 29, 2019 at 06:13AM by Marcinus
http://bit.ly/2Wc4Jk9
Easy parallax effect in PageView - UI Tickets Challenge
http://bit.ly/2DCQRbw
April 29, 2019 at 06:13AM by Marcinus
http://bit.ly/2Wc4Jk9
Marcin Szałek - Blog
Parallax effect in PageView - UI Tickets Challenge | Marcin Szałek - Blog
Parallax effects are awesome. Having elements move in the different speed during scrolling can easily provide the unique feeling for the application and they can make the user think that your app is well-polished. In this post, I will try to achieve parallax…
New post on Flutter Dev Google group:
opening page multiple times bug
Please answer via stackover flow http://bit.ly/2DELA2S
April 29, 2019 at 06:54AM by Bhanuka Isuru
http://bit.ly/2Wd6UDQ
opening page multiple times bug
Please answer via stackover flow http://bit.ly/2DELA2S
April 29, 2019 at 06:54AM by Bhanuka Isuru
http://bit.ly/2Wd6UDQ
Stack Overflow
opening page multiple times bug
future builder running multiple times and page opening multiple at the same time. How to fix this error?
SubCategory StatefulWidget
class subCategory extends StatefulWidget {
final int RegId;
SubCategory StatefulWidget
class subCategory extends StatefulWidget {
final int RegId;
New post on /r/flutterdev subreddit:
opening page multiple times bug
future builder running multiple times and page opening multiple at the same time. How to fix this error?Full description with full codehttps://stackoverflow.com/q/55897137/11065582
April 29, 2019 at 06:55AM by bisampath96
http://bit.ly/2PAHL3N
opening page multiple times bug
future builder running multiple times and page opening multiple at the same time. How to fix this error?Full description with full codehttps://stackoverflow.com/q/55897137/11065582
April 29, 2019 at 06:55AM by bisampath96
http://bit.ly/2PAHL3N
Stack Overflow
opening page multiple times bug
future builder running multiple times and page opening multiple at the same time. How to fix this error?
SubCategory StatefulWidget
class subCategory extends StatefulWidget {
final int RegId;
SubCategory StatefulWidget
class subCategory extends StatefulWidget {
final int RegId;
New post on /r/flutterdev subreddit:
Please can we gather reasons why one should not use Flutter right now
I appreciate all the tutorials and articles that have been posted here but can we please have a conversation on the reasons one shouldn't pick Flutter right now? I am learning it but very rarely see these type of discussions and I think it will be very helpful to me and others.Discuss things like performance, state management, limitations etc
April 29, 2019 at 08:24AM by MRainzo
http://bit.ly/2GK5RoJ
Please can we gather reasons why one should not use Flutter right now
I appreciate all the tutorials and articles that have been posted here but can we please have a conversation on the reasons one shouldn't pick Flutter right now? I am learning it but very rarely see these type of discussions and I think it will be very helpful to me and others.Discuss things like performance, state management, limitations etc
April 29, 2019 at 08:24AM by MRainzo
http://bit.ly/2GK5RoJ
reddit
r/FlutterDev - Please can we gather reasons why one should not use Flutter right now
0 votes and 1 comment so far on Reddit
New post on Flutter Dev Google group:
Flutter webview current url
Hi I have one button in my home screen when clicking that button..it will open a new page with webview widget.(ex.webview widget initial URL is google,so it will open google.com).After that I am doing some interaction with that webpage,then Clicking back button will take me to home screen.If I
April 29, 2019 at 09:37AM by Tamil Lebron
http://bit.ly/2XXxRfv
Flutter webview current url
Hi I have one button in my home screen when clicking that button..it will open a new page with webview widget.(ex.webview widget initial URL is google,so it will open google.com).After that I am doing some interaction with that webpage,then Clicking back button will take me to home screen.If I
April 29, 2019 at 09:37AM by Tamil Lebron
http://bit.ly/2XXxRfv
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:
New ArCore Flutter Plug-in released, try it! (Developer preview)
http://bit.ly/2IOQnmx
April 29, 2019 at 10:09AM by juaguar
http://bit.ly/2XRL3lZ
New ArCore Flutter Plug-in released, try it! (Developer preview)
http://bit.ly/2IOQnmx
April 29, 2019 at 10:09AM by juaguar
http://bit.ly/2XRL3lZ
GitHub
giandifra/arcore_flutter_plugin
Flutter plugin for ARCore SDK, Android platform to build new augmented reality experiences - giandifra/arcore_flutter_plugin
New post on /r/flutterdev subreddit:
How to access volume and toggle volume profiles (silent and ringer) in flutter
I have spend a lot of time trying to find any widget or third party library for accessing volume of device and manipulate it and also a way to toggle between ringer and silent mode, but I couldn't find any.Which libraries should I use to develop these features.thanks
April 29, 2019 at 11:02AM by ghousadnan62
http://bit.ly/2UM2SkD
How to access volume and toggle volume profiles (silent and ringer) in flutter
I have spend a lot of time trying to find any widget or third party library for accessing volume of device and manipulate it and also a way to toggle between ringer and silent mode, but I couldn't find any.Which libraries should I use to develop these features.thanks
April 29, 2019 at 11:02AM by ghousadnan62
http://bit.ly/2UM2SkD
reddit
r/FlutterDev - How to access volume and toggle volume profiles (silent and ringer) in flutter
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
403 - Forbidden: Access is denied.
while hitting the API I am getting following response
April 29, 2019 at 11:57AM by Harshal Pathak
http://bit.ly/2vujSBm
403 - Forbidden: Access is denied.
while hitting the API I am getting following response
April 29, 2019 at 11:57AM by Harshal Pathak
http://bit.ly/2vujSBm
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:
Plugin: Curve25519 key pair and Ed25519 signature
Hey guys, I just made my first plugin for flutter. I would like to share it with you guys. I think some of are you are looking for something like this. Right now I cannot find a plugin or package that allows you to sign a message with your generated curve25519 key pair/secret key. Although some packages/plugins came very close.Currently most of the packages/plugins I have tried allow creating a ed25519 pair to sign messages or some have the feature for iOS but no working api for android.https://github.com/khainhero/PmCurve25519Pluginhttps://pub.dartlang.org/packages/pm_curve25519I ported it by searching through whispersystems(Signal app) github page. I have their source code at the bottom of the README.mdCreate curve25519 key pairs. Use the private/secret key to sign your messages and verify it with the corresponding public key. Now you dont have to create your own ed25519 pair to sign messages :D.If something is wrong please tell me, its my very first plugin!Thank you
April 29, 2019 at 12:50PM by Bk_ADV
http://bit.ly/2UMvs5f
Plugin: Curve25519 key pair and Ed25519 signature
Hey guys, I just made my first plugin for flutter. I would like to share it with you guys. I think some of are you are looking for something like this. Right now I cannot find a plugin or package that allows you to sign a message with your generated curve25519 key pair/secret key. Although some packages/plugins came very close.Currently most of the packages/plugins I have tried allow creating a ed25519 pair to sign messages or some have the feature for iOS but no working api for android.https://github.com/khainhero/PmCurve25519Pluginhttps://pub.dartlang.org/packages/pm_curve25519I ported it by searching through whispersystems(Signal app) github page. I have their source code at the bottom of the README.mdCreate curve25519 key pairs. Use the private/secret key to sign your messages and verify it with the corresponding public key. Now you dont have to create your own ed25519 pair to sign messages :D.If something is wrong please tell me, its my very first plugin!Thank you
April 29, 2019 at 12:50PM by Bk_ADV
http://bit.ly/2UMvs5f
GitHub
khainhero/PmCurve25519Plugin
Flutter plugin for generating curve25519 key-pair and use them to sign a message - khainhero/PmCurve25519Plugin
New post on /r/flutterdev subreddit:
Want to discover nearby devices providing same service that you're searching for ? This can be used with Flutter and a JavaScript implementation is also provided with. Feedback appreciated ❤️
http://bit.ly/2GPSRPn
April 29, 2019 at 12:08PM by meanjan
http://bit.ly/2XMxNPs
Want to discover nearby devices providing same service that you're searching for ? This can be used with Flutter and a JavaScript implementation is also provided with. Feedback appreciated ❤️
http://bit.ly/2GPSRPn
April 29, 2019 at 12:08PM by meanjan
http://bit.ly/2XMxNPs
The Practical Dev
Service Discovery within LAN
Advertise & Discover nearby Services with in LAN
New post on /r/flutterdev subreddit:
Automated testing using ATDD in Flutter
http://bit.ly/2J2JC00
April 29, 2019 at 01:08PM by Purple_Pizzazz
http://bit.ly/2IPYsYu
Automated testing using ATDD in Flutter
http://bit.ly/2J2JC00
April 29, 2019 at 01:08PM by Purple_Pizzazz
http://bit.ly/2IPYsYu
Medium
Automated testing using ATDD in Flutter
In my last article, I talked about Flutter Driver and its methods that can be used to write integration tests that helps to automate…
New post on /r/flutterdev subreddit:
GraphQL with Flutter
https://www.youtube.com/watch?v=f6jdoEtZt_o
April 29, 2019 at 02:09PM by nitishk72
http://bit.ly/2UJhIIw
GraphQL with Flutter
https://www.youtube.com/watch?v=f6jdoEtZt_o
April 29, 2019 at 02:09PM by nitishk72
http://bit.ly/2UJhIIw
YouTube
Flutter GraphQL Introduction
In this video I am talking about Flutter with GraphQL. In GraphQL you send the query to the server and server execute the query on the server at the run-time and give you response based on your query. GraphQL solves the problem of over and under fetching.…
New post on /r/flutterdev subreddit:
Flutter widget for implementing multiple nested navigators with their own route stacks.
https://pub.dartlang.org/packages/nested_navigators
April 29, 2019 at 02:44PM by novah5
http://bit.ly/2GQ84jr
Flutter widget for implementing multiple nested navigators with their own route stacks.
https://pub.dartlang.org/packages/nested_navigators
April 29, 2019 at 02:44PM by novah5
http://bit.ly/2GQ84jr
Dart Packages
nested_navigators | Flutter Package
Flutter widget for implementing multiple nested navigators with their own route stacks.
New post on /r/flutterdev subreddit:
My second flutter app :D Plantr - water reminders
http://bit.ly/2UQdgYF
April 29, 2019 at 04:24PM by richie_south
http://bit.ly/2J8Nk82
My second flutter app :D Plantr - water reminders
http://bit.ly/2UQdgYF
April 29, 2019 at 04:24PM by richie_south
http://bit.ly/2J8Nk82
Google Play
Plant water reminders and more - Plantr - Apps on Google Play
The nr 1 app for you that can't keep a single plant alive
or to the one that has so many plants you forget to water them or even worse overflowing them 😢
STORIES
Let me tell you a story. It's about Lisa, Lisa always overflows her flowers. DO YOU WANT TO…
or to the one that has so many plants you forget to water them or even worse overflowing them 😢
STORIES
Let me tell you a story. It's about Lisa, Lisa always overflows her flowers. DO YOU WANT TO…
New post on Flutter Dev Google group:
Custom proxy for Firebase calls in Flutter
hi everybody I'm using Firebase for my Flutter app, and it make calls to .appspot.com while authenticating user logins, firestore CRUD ... etc I want Firebase to use a custom proxy:port to make these calls, how is that possible ? if not, then how can i make the WHOLE Flutter app use a
April 29, 2019 at 06:03PM by Firas Maan
http://bit.ly/2IOQ5MI
Custom proxy for Firebase calls in Flutter
hi everybody I'm using Firebase for my Flutter app, and it make calls to .appspot.com while authenticating user logins, firestore CRUD ... etc I want Firebase to use a custom proxy:port to make these calls, how is that possible ? if not, then how can i make the WHOLE Flutter app use a
April 29, 2019 at 06:03PM by Firas Maan
http://bit.ly/2IOQ5MI
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 tweet from FlutterDev:
v2.26.0 is now live! Run the "Extensions: Check for Extension Updates" to force VS Code to check immediately :-) pic.twitter.com/pOXB414Ezm— Dart & Flutter for VS Code (@DartCode) April 26, 2019
April 29, 2019 at 06:39PM
http://twitter.com/FlutterDev/status/1122903293108162568
v2.26.0 is now live! Run the "Extensions: Check for Extension Updates" to force VS Code to check immediately :-) pic.twitter.com/pOXB414Ezm— Dart & Flutter for VS Code (@DartCode) April 26, 2019
April 29, 2019 at 06:39PM
http://twitter.com/FlutterDev/status/1122903293108162568
Twitter
Dart & Flutter for VS Code
v2.26.0 is now live! Run the "Extensions: Check for Extension Updates" to force VS Code to check immediately :-)
New post on /r/flutterdev subreddit:
Flutter: Shared Preferences In 5 Minutes | Data Persistence
https://youtu.be/uyz0HrGUamc
April 29, 2019 at 07:24PM by RobertBrunhage
http://bit.ly/2Latmwp
Flutter: Shared Preferences In 5 Minutes | Data Persistence
https://youtu.be/uyz0HrGUamc
April 29, 2019 at 07:24PM by RobertBrunhage
http://bit.ly/2Latmwp
YouTube
Flutter: Shared Preferences In 5 Minutes | Data Persistence
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 ➡️ http://bit.ly/Skillshare-Robert
Let's learn how to trigger something to happen on our…
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ http://bit.ly/Skillshare-Robert
Let's learn how to trigger something to happen on our…
New post on /r/flutterdev subreddit:
GraphQL with Flutter
https://medium.com/@nitishk72/graphql-with-flutter-d974abcd2ccc
April 29, 2019 at 07:45PM by nitishk72
http://bit.ly/2VvWJgN
GraphQL with Flutter
https://medium.com/@nitishk72/graphql-with-flutter-d974abcd2ccc
April 29, 2019 at 07:45PM by nitishk72
http://bit.ly/2VvWJgN
Medium
GraphQL with Flutter
GraphQL is a query language in which we send the query to the GraphQL Server. The server executes the query at runtime for fulfilling…
New post on /r/flutterdev subreddit:
Flutter ARKit Tutorial | iOS
https://youtu.be/aHgzAfwxMQk
April 29, 2019 at 08:29PM by imthepk
http://bit.ly/2UJz7Rn
Flutter ARKit Tutorial | iOS
https://youtu.be/aHgzAfwxMQk
April 29, 2019 at 08:29PM by imthepk
http://bit.ly/2UJz7Rn
YouTube
Flutter ARKit Tutorial | iOS
In this video, I will explain new possibilities like ARKit. ARKit is a library for Augmented Reality made by Apple.
ARCore tutorial - https://youtu.be/Gf-Qu29RLUo
Plugin Link - https://pub.dartlang.org/packages/arkit_plugin
Source Code - https://gith…
ARCore tutorial - https://youtu.be/Gf-Qu29RLUo
Plugin Link - https://pub.dartlang.org/packages/arkit_plugin
Source Code - https://gith…
New post on /r/flutterdev subreddit:
GraphQL fragments and the benefits of using them
http://bit.ly/2ZFupI5
April 29, 2019 at 04:52PM by oczekkk
http://bit.ly/2UQgKtY
GraphQL fragments and the benefits of using them
http://bit.ly/2ZFupI5
April 29, 2019 at 04:52PM by oczekkk
http://bit.ly/2UQgKtY
GraphQL Editor
GraphQL Fragments and the benefits of using them | GraphQL Blog: Learning GraphQL, Tutorials, Examples, Tools
In this short read, I will try to break down for you the concept of GraphQL fragments. What are the fragments in GraphQL and how you can…