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…
New tweet from FlutterDev:
Congratulations to @Dream11 for becoming India's first gaming unicorn 🎮🦄 valued over $1B!
Check out their use of Flutter on their app → https://t.co/OOTUISxZNq
Read the article here ↓ https://t.co/rDyBKx86IQ— Flutter (@FlutterDev) April 29, 2019
April 29, 2019 at 09:17PM
http://twitter.com/FlutterDev/status/1122943022625222657
Congratulations to @Dream11 for becoming India's first gaming unicorn 🎮🦄 valued over $1B!
Check out their use of Flutter on their app → https://t.co/OOTUISxZNq
Read the article here ↓ https://t.co/rDyBKx86IQ— Flutter (@FlutterDev) April 29, 2019
April 29, 2019 at 09:17PM
http://twitter.com/FlutterDev/status/1122943022625222657
X (formerly Twitter)
Dream11 (@Dream11) on X
Dream11 is India’s biggest Fantasy Sports platform with 20 Crore+ users offering 11 different sports.
New post on Flutter Dev Google group:
Why do widget tests look smaller on actual device and simulator?
Hello, We are learning widget testing and come across this advise: https://twitter.com/flutterdev/status/1038114431325163521?lang=en When we try to run our widget test using flutter run test/your_test.dart, it appeared smaller in the device and not the actual size of the app when installed on an
April 29, 2019 at 09:33PM by vaban
http://bit.ly/2V5w0rM
Why do widget tests look smaller on actual device and simulator?
Hello, We are learning widget testing and come across this advise: https://twitter.com/flutterdev/status/1038114431325163521?lang=en When we try to run our widget test using flutter run test/your_test.dart, it appeared smaller in the device and not the actual size of the app when installed on an
April 29, 2019 at 09:33PM by vaban
http://bit.ly/2V5w0rM
Twitter
Flutter
Run your widget tests with `flutter run test/your_test.dart` (instead of `flutter test`) to see them execute on device. #FlutterFriday Read more → https://t.co/9m4838k3jn https://t.co/QUc26KwF8X
New post on /r/flutterdev subreddit:
When flutter jobs will start to appear?
When flutter jobs will start to appear? And, what are the salaries expectations compared to Android and iOS? Your opinion.
April 29, 2019 at 10:19PM by abbasseldoor
http://bit.ly/2PKiQLf
When flutter jobs will start to appear?
When flutter jobs will start to appear? And, what are the salaries expectations compared to Android and iOS? Your opinion.
April 29, 2019 at 10:19PM by abbasseldoor
http://bit.ly/2PKiQLf
reddit
r/FlutterDev - When flutter jobs will start to appear?
11 votes and 9 comments so far on Reddit
New post on /r/flutterdev subreddit:
Filter Firestore stream
HI. If I wanted to filter a Firestore collection based on document title what would be my best option? I thought of something like this: 1. Get collection. 2. Save collection in state as original and current collection. 3. Filter collection from state based on characters in title. 4. Set new filtered state which will refresh the document list.I'm not sure how to set the documents stream in state. So in case I have a widget like this ...
April 29, 2019 at 09:42PM by cip6791
http://bit.ly/2XYRFPD
Filter Firestore stream
HI. If I wanted to filter a Firestore collection based on document title what would be my best option? I thought of something like this: 1. Get collection. 2. Save collection in state as original and current collection. 3. Filter collection from state based on characters in title. 4. Set new filtered state which will refresh the document list.I'm not sure how to set the documents stream in state. So in case I have a widget like this ...
Widget build(BuildContext context) { return StreamBuilder<QuerySnapshot>( stream: Firestore.instance.collection('content').snapshots(), builder: (BuildContext context, AsyncSnapshot<QuerySnapshot> snapshot) { if (snapshot.hasError) return new Text('Error: ${snapshot.error}'); switch (snapshot.connectionState) { case ConnectionState.waiting: return new Text('Loading...'); default: return new ListView( children: snapshot.data.documents.map((DocumentSnapshot document) { return new ListTile( title: new Text(document['term']), ); }).toList(), ); } }, ); }When returning new `Listview` I should also save the list to state. I want to show a search form as well as a list of documents below it. I also have a `TextField` and `_searchHandler()` which captures what is being typed. That's where I should filter the current documents from state and set a new state with results. Right?
TextField( onChanged: (value) { _searchHandler(); }, controller: _searchController, decoration: InputDecoration( labelText: "Search", hintText: "Search", prefixIcon: Icon(Icons.search), border: OutlineInputBorder( borderRadius: BorderRadius.all( Radius.circular(15.0), ), ), ), ),
April 29, 2019 at 09:42PM by cip6791
http://bit.ly/2XYRFPD
reddit
r/FlutterDev - Filter Firestore stream
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Firebase Login with “flutter_bloc”
http://bit.ly/2XYRIuN
April 29, 2019 at 09:28PM by EngineerScientist
http://bit.ly/2GTkcjN
Firebase Login with “flutter_bloc”
http://bit.ly/2XYRIuN
April 29, 2019 at 09:28PM by EngineerScientist
http://bit.ly/2GTkcjN
Medium
Firebase Login with “flutter_bloc”
Hey everyone! In this article we’re going to be building a Flutter Application which integrates with Firebase to to authenticate users as…
New post on /r/flutterdev subreddit:
GraphQL with Flutter
https://www.youtube.com/watch?v=f6jdoEtZt_o
April 30, 2019 at 05:35AM by nitishk72
http://bit.ly/2IZkiIa
GraphQL with Flutter
https://www.youtube.com/watch?v=f6jdoEtZt_o
April 30, 2019 at 05:35AM by nitishk72
http://bit.ly/2IZkiIa
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:
Draggable (Flutter Widget of the Week)
https://www.youtube.com/attribution_link?a=z2MIgr7VzZE&u=%2Fwatch%3Fv%3DQzA4c4QHZCY%26feature%3Dshare
April 30, 2019 at 06:35AM by Pixelreddit
http://bit.ly/2VBcqTQ
Draggable (Flutter Widget of the Week)
https://www.youtube.com/attribution_link?a=z2MIgr7VzZE&u=%2Fwatch%3Fv%3DQzA4c4QHZCY%26feature%3Dshare
April 30, 2019 at 06:35AM by Pixelreddit
http://bit.ly/2VBcqTQ
YouTube
Draggable (Flutter Widget of the Week)
Use Draggable to move and drag your widgets around. You can use it to build UIs for swapping around email addresses in an email or documents to a new folder....