New post on Flutter Dev Google group:
How i can connect payment sdk to my app. This payment have documentation Android sdk api, but i need connect it with flutter
August 25, 2019 at 08:59PM by Ancorp Team
https://ift.tt/2Lb2WY8
How i can connect payment sdk to my app. This payment have documentation Android sdk api, but i need connect it with flutter
August 25, 2019 at 08:59PM by Ancorp Team
https://ift.tt/2Lb2WY8
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:
Scanning Animation in Flutter
https://ift.tt/322W99K
August 25, 2019 at 07:50PM by webianks
https://ift.tt/2ZnC4sZ
Scanning Animation in Flutter
https://ift.tt/322W99K
August 25, 2019 at 07:50PM by webianks
https://ift.tt/2ZnC4sZ
Medium
Scanning animation in Flutter
Using AnimatedWidget & AnimationController.
New post on /r/flutterdev subreddit:
How practical is it to call an API endpoint using FutureBuilders as opposed to a generic approach where the values are exposed via Provider?
There are certain widgets in the app that need the same data. I could use two FutureBuilders but that'd make 2 calls to the API, wouldn't it? It seems easier but worse in the long run perhaps.I'm new to Flutter in general so feel free to correct anything I said that was wrong. Thanks!
August 25, 2019 at 11:46PM by notacooleagle
https://ift.tt/2zlCk1c
How practical is it to call an API endpoint using FutureBuilders as opposed to a generic approach where the values are exposed via Provider?
There are certain widgets in the app that need the same data. I could use two FutureBuilders but that'd make 2 calls to the API, wouldn't it? It seems easier but worse in the long run perhaps.I'm new to Flutter in general so feel free to correct anything I said that was wrong. Thanks!
August 25, 2019 at 11:46PM by notacooleagle
https://ift.tt/2zlCk1c
reddit
r/FlutterDev - How practical is it to call an API endpoint using FutureBuilders as opposed to a generic approach where the values…
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Let your flutter docs support live samples.
https://ift.tt/2ZhVUdW
August 26, 2019 at 03:19AM by lijy91
https://ift.tt/2NvAtix
Let your flutter docs support live samples.
https://ift.tt/2ZhVUdW
August 26, 2019 at 03:19AM by lijy91
https://ift.tt/2NvAtix
Product Hunt
Flutter Widget Livebook Chrome Extension - Let your flutter docs support live samples | Product Hunt
Let your flutter docs support live samples. Source code: https://github.com/blankapp/flutter-widget-livebook/tree/master/chrome-extension
New post on Flutter Dev Google group:
how to make a post request to java spring boot backend?
hi, i am developing an app and i have m backend done and also my flutter team created flutter app and now i want to connect my login page with created api to send username and password of users but i can not send any request from flutter and i test the documents has given in flutter.dev website
August 26, 2019 at 06:44AM by ramtin vedadi
https://ift.tt/2MCSBHw
how to make a post request to java spring boot backend?
hi, i am developing an app and i have m backend done and also my flutter team created flutter app and now i want to connect my login page with created api to send username and password of users but i can not send any request from flutter and i test the documents has given in flutter.dev website
August 26, 2019 at 06:44AM by ramtin vedadi
https://ift.tt/2MCSBHw
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 Flutter Dev Google group:
How to get multiple json data and display it in different pages
Do anyone know how to get multiple json data and display it in different bottom navigation bar
August 26, 2019 at 10:53AM by mahantappa b k
https://ift.tt/2Hr0snx
How to get multiple json data and display it in different pages
Do anyone know how to get multiple json data and display it in different bottom navigation bar
August 26, 2019 at 10:53AM by mahantappa b k
https://ift.tt/2Hr0snx
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 for iOS App Development and the migration guide
https://ift.tt/2ZoZT7P
August 26, 2019 at 11:57AM by webianks
https://ift.tt/2Pp3ezU
Flutter for iOS App Development and the migration guide
https://ift.tt/2ZoZT7P
August 26, 2019 at 11:57AM by webianks
https://ift.tt/2Pp3ezU
Medium
Flutter for iOS App Development and the migration guide
Migrating from Material to Cupertino (iOS style components) — Using Flutter
New post on /r/flutterdev subreddit:
[package] flutter_native_splash: create splash screen with 1 command
https://ift.tt/2L7m1dY
August 26, 2019 at 01:17PM by hnrqq
https://ift.tt/2Ht4Xhg
[package] flutter_native_splash: create splash screen with 1 command
https://ift.tt/2L7m1dY
August 26, 2019 at 01:17PM by hnrqq
https://ift.tt/2Ht4Xhg
Dart packages
flutter_native_splash | Dart Package
Automatically generate native code for adding splash screens in Android and iOS. Customize with specific platform, background color and splash image.
New post on /r/flutterdev subreddit:
Help...
I have 4gb ram now in my slot 1 of laptop, will you recommend to use 4gb ram or 8gb ram in slot 2 , to make sure flutter and emulator works smoothly even for large application development. Please help me....
August 26, 2019 at 05:24PM by Nuke_u5
https://ift.tt/2Nv4cYS
Help...
I have 4gb ram now in my slot 1 of laptop, will you recommend to use 4gb ram or 8gb ram in slot 2 , to make sure flutter and emulator works smoothly even for large application development. Please help me....
August 26, 2019 at 05:24PM by Nuke_u5
https://ift.tt/2Nv4cYS
reddit
r/FlutterDev - Help...
0 votes and 1 comment so far on Reddit
New post on Flutter Dev Google group:
RxDart: Resetting ScanStreamTransformer Accumulator
I'm trying to use RXDart with Flutter to feed search results to a ListView.builder. I desperately need to figure out how to reset a ScanStreamTransformer. I pipe my searchFetcher into my searchOutput like so: _searchFetcher.stream.transform(_resultsTransformer()).pipe(_searchOutput); And I
August 26, 2019 at 06:17PM by Matthew Jones
https://ift.tt/2MAoHUt
RxDart: Resetting ScanStreamTransformer Accumulator
I'm trying to use RXDart with Flutter to feed search results to a ListView.builder. I desperately need to figure out how to reset a ScanStreamTransformer. I pipe my searchFetcher into my searchOutput like so: _searchFetcher.stream.transform(_resultsTransformer()).pipe(_searchOutput); And I
August 26, 2019 at 06:17PM by Matthew Jones
https://ift.tt/2MAoHUt
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:
Good resources to learning forms?
I'm relatively new to Flutter and I wanted to learn more about forms, especially about focus handeling. The documentation explains basic stuffs like autofocus, how to passing a FocusNode to a TextField, etc. I'm curious about FocusManager, FocusScope, Focus and their relation to each other... Can I add focus to a widget that isn't a TextField???Can anyone help me with some links or explanations?
August 26, 2019 at 07:28PM by norbertmerkli
https://ift.tt/2KXqPUf
Good resources to learning forms?
I'm relatively new to Flutter and I wanted to learn more about forms, especially about focus handeling. The documentation explains basic stuffs like autofocus, how to passing a FocusNode to a TextField, etc. I'm curious about FocusManager, FocusScope, Focus and their relation to each other... Can I add focus to a widget that isn't a TextField???Can anyone help me with some links or explanations?
August 26, 2019 at 07:28PM by norbertmerkli
https://ift.tt/2KXqPUf
reddit
r/FlutterDev - Good resources to learning forms?
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
How can I get internship in flutter to work remotely
Am an emerging enthusiastic flutter developer looking for an environment to improve my skill? Any Suggestions, I currently live in Nigeria.Am open to do my internship remotely?
August 26, 2019 at 08:03PM by Kehinde Oyewale
https://ift.tt/30ASTlO
How can I get internship in flutter to work remotely
Am an emerging enthusiastic flutter developer looking for an environment to improve my skill? Any Suggestions, I currently live in Nigeria.Am open to do my internship remotely?
August 26, 2019 at 08:03PM by Kehinde Oyewale
https://ift.tt/30ASTlO
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 Tap - Issue 1
https://fluttertap.com/
August 26, 2019 at 08:14PM by vensign
https://ift.tt/33ZVXd8
Flutter Tap - Issue 1
https://fluttertap.com/
August 26, 2019 at 08:14PM by vensign
https://ift.tt/33ZVXd8
Fluttertap
Flutter Tap
Welcome to FlutterTap! 🚀 Your weekly dose of the best in Flutter and Dart—captivating articles, game-changing packages, hands-on tutorials, and must-watch videos, all in one place. Whether you’re leveling up your skills or seeking inspiration, we’ve got you…
New post on /r/flutterdev subreddit:
ML library for Flutter/dart?
Hi all Flutterrers,For a number of reasons, I wrote a small ML library for Flutter(the training is done in python but the model inferenceing is done natively in dart. The following is a quick example I mashed up in an hour or so using an SVM: https://www.dropbox.com/s/2mlgsmex4pe8mln/20190826_212953.mp4?dl=0I've decided that I'd open source it but before I do, I'm looking for someone that can give me a hand and have a look at it first: I haven't written more than 1-2000 lines of dart other than this library so a second pair of eyes would be appreciated. PM me if interested.
August 26, 2019 at 08:46PM by forgotmyoldusr
https://ift.tt/2MDxLIc
ML library for Flutter/dart?
Hi all Flutterrers,For a number of reasons, I wrote a small ML library for Flutter(the training is done in python but the model inferenceing is done natively in dart. The following is a quick example I mashed up in an hour or so using an SVM: https://www.dropbox.com/s/2mlgsmex4pe8mln/20190826_212953.mp4?dl=0I've decided that I'd open source it but before I do, I'm looking for someone that can give me a hand and have a look at it first: I haven't written more than 1-2000 lines of dart other than this library so a second pair of eyes would be appreciated. PM me if interested.
August 26, 2019 at 08:46PM by forgotmyoldusr
https://ift.tt/2MDxLIc
Dropbox
20190826_212953.mp4
Shared with Dropbox
New post on /r/flutterdev subreddit:
Pure Dart Implementation of MapBox Search and MapBox Static image
https://ift.tt/327v5Gi
August 26, 2019 at 08:39PM by ketanchoyal
https://ift.tt/2LawLbu
Pure Dart Implementation of MapBox Search and MapBox Static image
https://ift.tt/327v5Gi
August 26, 2019 at 08:39PM by ketanchoyal
https://ift.tt/2LawLbu
GitHub
ketanchoyal/mapbox_search
A Flutter package for place search using MapBox Api and for Static map image - ketanchoyal/mapbox_search
New post on Flutter Dev Google group:
Compensated Flutter Users Focus Group.
My company JR Research is conducting research with current Flutter users and past users. It is a 60 min phone interview and is paying $300.00 for all participants. Please contact me ASAP if you are interested as the interviews take place this week. jral...@jrresearch.com Please make sure (if
August 26, 2019 at 09:03PM by Jim Ralston
https://ift.tt/2zyDAON
Compensated Flutter Users Focus Group.
My company JR Research is conducting research with current Flutter users and past users. It is a 60 min phone interview and is paying $300.00 for all participants. Please contact me ASAP if you are interested as the interviews take place this week. jral...@jrresearch.com Please make sure (if
August 26, 2019 at 09:03PM by Jim Ralston
https://ift.tt/2zyDAON
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:
🗣Announcement!
FlutterFire family of plugins is moving to the FirebaseExtended repository on GitHub. This makes it easier for us to collaborate with the Firebase team. We want to build the best integration we can! @FlutterDev @Firebase
Here → https://t.co/9FiYrDNz9G pic.twitter.com/1QCMdhLNG5— Flutter (@FlutterDev) August 26, 2019
August 26, 2019 at 09:29PM
http://twitter.com/FlutterDev/status/1166070213407694848
🗣Announcement!
FlutterFire family of plugins is moving to the FirebaseExtended repository on GitHub. This makes it easier for us to collaborate with the Firebase team. We want to build the best integration we can! @FlutterDev @Firebase
Here → https://t.co/9FiYrDNz9G pic.twitter.com/1QCMdhLNG5— Flutter (@FlutterDev) August 26, 2019
August 26, 2019 at 09:29PM
http://twitter.com/FlutterDev/status/1166070213407694848
Twitter
Flutter (@FlutterDev) | Twitter
The latest Tweets from Flutter (@FlutterDev). Google’s UI toolkit to build apps for mobile, web, & desktop from a single codebase // #GoogleIO is back May 18–20. Register now → https://t.co/Z5dNdEYIpJ
New post on /r/flutterdev subreddit:
I rewrote the Division package with a new syntax. What do you guys think?
https://ift.tt/2Zj9bTU
August 26, 2019 at 10:00PM by ReinBentdal
https://ift.tt/2NyQbcY
I rewrote the Division package with a new syntax. What do you guys think?
https://ift.tt/2Zj9bTU
August 26, 2019 at 10:00PM by ReinBentdal
https://ift.tt/2NyQbcY
Dart packages
division | Flutter Package
A simple to use yet powerfull styling widget with syntax inspired by CSS.
New post on /r/flutterdev subreddit:
On-device ML with TFLite models in Flutter apps
https://ift.tt/2Zlg86Q
August 26, 2019 at 09:57PM by Purple_Pizzazz
https://ift.tt/2NEblXb
On-device ML with TFLite models in Flutter apps
https://ift.tt/2Zlg86Q
August 26, 2019 at 09:57PM by Purple_Pizzazz
https://ift.tt/2NEblXb
Medium
On-device ML with TFLite models in Flutter apps
On device text classification , making use of Flutter’s platform specific channel
New post on /r/flutterdev subreddit:
Announcement from Flutter team: "FlutterFire family of plugins is moving to the FirebaseExtended repository on GitHub. This makes it easier for us to collaborate with the Firebase team. We want to build the best integration we can!"
https://ift.tt/2Zjmfsp
August 26, 2019 at 09:56PM by Purple_Pizzazz
https://ift.tt/2NzL4cu
Announcement from Flutter team: "FlutterFire family of plugins is moving to the FirebaseExtended repository on GitHub. This makes it easier for us to collaborate with the Firebase team. We want to build the best integration we can!"
https://ift.tt/2Zjmfsp
August 26, 2019 at 09:56PM by Purple_Pizzazz
https://ift.tt/2NzL4cu
GitHub
FirebaseExtended/flutterfire
🔥 Firebase plugins for Flutter iOS and Android apps - FirebaseExtended/flutterfire