New post on Flutter Dev Google group:
device or cloud api's using firebase_ml_plugin for flutter ?
I've been looking through the documentation for the firebase_ml_plugin for flutter (firebase_ml_vision) and its not clear how to explicitly distinguish between calling device side and cloud api's. For example, to create an instance of TextRecogniser
May 28, 2019 at 10:35AM by ejp s
http://bit.ly/2VUlyir
device or cloud api's using firebase_ml_plugin for flutter ?
I've been looking through the documentation for the firebase_ml_plugin for flutter (firebase_ml_vision) and its not clear how to explicitly distinguish between calling device side and cloud api's. For example, to create an instance of TextRecogniser
May 28, 2019 at 10:35AM by ejp s
http://bit.ly/2VUlyir
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:
Flutter Marking locations (Latitude, Longitude) on Flutter Map from Sqflite Database
I have list of latitude and longitude which I am storing them in database.I want those latitude and longitude to be represented in flutter map with markers.
May 28, 2019 at 11:09AM by mahantappa b k
http://bit.ly/2HH0hF9
Flutter Marking locations (Latitude, Longitude) on Flutter Map from Sqflite Database
I have list of latitude and longitude which I am storing them in database.I want those latitude and longitude to be represented in flutter map with markers.
May 28, 2019 at 11:09AM by mahantappa b k
http://bit.ly/2HH0hF9
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:
API auth/login erreur
hi every Flutter's... i try to inser my api login in my Flutter App, and when i try to test i have error. like this picture: [image: Capture d’écran 2019-05-28 à 11.17.12.png] and this is my code : - LoginPage [image: Capture d’écran 2019-05-28 à 11.16.49.png] - Data_helpe
May 28, 2019 at 12:22PM by Hamza AYADA
http://bit.ly/2JLErma
API auth/login erreur
hi every Flutter's... i try to inser my api login in my Flutter App, and when i try to test i have error. like this picture: [image: Capture d’écran 2019-05-28 à 11.17.12.png] and this is my code : - LoginPage [image: Capture d’écran 2019-05-28 à 11.16.49.png] - Data_helpe
May 28, 2019 at 12:22PM by Hamza AYADA
http://bit.ly/2JLErma
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 Image Video picker from gallery and live camera
https://youtu.be/c1t5ufnazqg
May 28, 2019 at 11:30AM by Wodatoki
http://bit.ly/2YPRzKr
Flutter Image Video picker from gallery and live camera
https://youtu.be/c1t5ufnazqg
May 28, 2019 at 11:30AM by Wodatoki
http://bit.ly/2YPRzKr
YouTube
Flutter Image Video Picker | Flutter Dart Tutorials
Flutter Dart tutorials.
How to pick Image and video from live camera in Flutter ?
Answer is here
Flutter Image Picker from the gallery and live camera in flutter
Flutter Video player from the gallery and live camera in flutter
in this video, i will show…
How to pick Image and video from live camera in Flutter ?
Answer is here
Flutter Image Picker from the gallery and live camera in flutter
Flutter Video player from the gallery and live camera in flutter
in this video, i will show…
New post on /r/flutterdev subreddit:
Advanced bottom sheet transitions - UI Tickets Challenge
http://bit.ly/2ED7mEX
May 28, 2019 at 12:58PM by Marcinus
http://bit.ly/2X8sYjr
Advanced bottom sheet transitions - UI Tickets Challenge
http://bit.ly/2ED7mEX
May 28, 2019 at 12:58PM by Marcinus
http://bit.ly/2X8sYjr
Fidev
Advanced transitions - UI Tickets Challenge - Fidev
As developers, we have always get into situations where the designers require some fancy transitions which look awesome on the design but are extremely difficult to implement. Being Flutter developer makes it different, makes it fun because we have tools…
New post on /r/flutterdev subreddit:
Im making a simple login page, having a simple layout of username, password and a button for logging in...now when the button is tapped, request is sent to API for response. But I cant find any way for implementing http.get() using authorization keys like username and password ( as headers)
API is given from company, response is correct when using postman.
May 28, 2019 at 01:27PM by tanmoydebnath98
http://bit.ly/30QeNC4
Im making a simple login page, having a simple layout of username, password and a button for logging in...now when the button is tapped, request is sent to API for response. But I cant find any way for implementing http.get() using authorization keys like username and password ( as headers)
API is given from company, response is correct when using postman.
May 28, 2019 at 01:27PM by tanmoydebnath98
http://bit.ly/30QeNC4
reddit
r/FlutterDev - Im making a simple login page, having a simple layout of username, password and a button for logging in...now when…
0 votes and 4 comments so far on Reddit
New post on /r/flutterdev subreddit:
Functional Model-View-Update Architecture for Flutter - Build Flutter
http://bit.ly/2YR8yvY
May 28, 2019 at 01:56PM by apedley
http://bit.ly/2HFMn62
Functional Model-View-Update Architecture for Flutter - Build Flutter
http://bit.ly/2YR8yvY
May 28, 2019 at 01:56PM by apedley
http://bit.ly/2HFMn62
Build Flutter
Functional Model-View-Update Architecture for Flutter - Build Flutter
Object orientation has led us to separate the application into easily manageable chunks. We send messages between objects, they update themselves and send more messages. While this premise is sound, you require god-like foresight to ensure this works well…
New post on Flutter Dev Google group:
Re: Do I need platform specific code to integrate Facebook Share Dialog in flutter?
Use an existing plugin (as mentioned on hitter). eg http://bit.ly/2KhB467 On 28 May 2019, 13:30 +0100, Holden Scofield , wrote: > The following facebook guide shows how to integrate the facebook SDK with Android. > > Will this work on
May 28, 2019 at 02:31PM by Andy Greenshaw
http://bit.ly/2JOlob5
Re: Do I need platform specific code to integrate Facebook Share Dialog in flutter?
Use an existing plugin (as mentioned on hitter). eg http://bit.ly/2KhB467 On 28 May 2019, 13:30 +0100, Holden Scofield , wrote: > The following facebook guide shows how to integrate the facebook SDK with Android. > > Will this work on
May 28, 2019 at 02:31PM by Andy Greenshaw
http://bit.ly/2JOlob5
GitHub
jayarajm/flutter_share_social_media
Contribute to jayarajm/flutter_share_social_media development by creating an account on GitHub.
New post on Flutter Dev Google group:
Integrate FB SDK with Flutter?
The following facebook guide shows how to integrate the facebook SDK with Android. Will this work on flutter? http://bit.ly/1ICQIPA
May 28, 2019 at 02:31PM by Holden Scofield
http://bit.ly/2JJZ8PA
Integrate FB SDK with Flutter?
The following facebook guide shows how to integrate the facebook SDK with Android. Will this work on flutter? http://bit.ly/1ICQIPA
May 28, 2019 at 02:31PM by Holden Scofield
http://bit.ly/2JJZ8PA
Facebook for Developers
Android - Sharing - Documentation - Facebook for Developers
New post on Flutter Dev Google group:
Auth with Login and Password
Hi guys, I'm new in flutter and I got this project that uses flutter as primary language so I need some advices. It uses firebase as database and already makes login with google account, but I can't make it auth with Login and Password. Can't even create an user ! Can someone help me, please ?
May 28, 2019 at 04:08PM by Marcus Vinícius
http://bit.ly/2WrA0ml
Auth with Login and Password
Hi guys, I'm new in flutter and I got this project that uses flutter as primary language so I need some advices. It uses firebase as database and already makes login with google account, but I can't make it auth with Login and Password. Can't even create an user ! Can someone help me, please ?
May 28, 2019 at 04:08PM by Marcus Vinícius
http://bit.ly/2WrA0ml
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:
How would you drive a route’s transition via gesture?
For instance, if you have a bottom screen that you can drag or tap open to maximize — how would you present the screen using a navigator, but manage the screen’s transition animation via gesture?You could drag the vertical screen halfway and release, causing the route to push. Or you could fling it up. Or, you could reverse direction and drag it back down to cancel the navigation.Any thoughts / examples?
May 28, 2019 at 04:50PM by t3mp3st
http://bit.ly/2XamuRm
How would you drive a route’s transition via gesture?
For instance, if you have a bottom screen that you can drag or tap open to maximize — how would you present the screen using a navigator, but manage the screen’s transition animation via gesture?You could drag the vertical screen halfway and release, causing the route to push. Or you could fling it up. Or, you could reverse direction and drag it back down to cancel the navigation.Any thoughts / examples?
May 28, 2019 at 04:50PM by t3mp3st
http://bit.ly/2XamuRm
reddit
r/FlutterDev - How would you drive a route’s transition via gesture?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter: PDF Viewer Tutorial Android & IOS | From URL & Asset
https://youtu.be/5S9qjreGFNc
May 28, 2019 at 05:07PM by imthepk
http://bit.ly/30Opu8d
Flutter: PDF Viewer Tutorial Android & IOS | From URL & Asset
https://youtu.be/5S9qjreGFNc
May 28, 2019 at 05:07PM by imthepk
http://bit.ly/30Opu8d
YouTube
Flutter: PDF Viewer Tutorial Android & IOS | From URL & Asset
In this video, I will explain how to show pdf file from an URL or from local assets inside your flutter app. It works for Android & iOS and also has features like Night mode, swipe, and setPage.
#Trending #Flutter #PDF
Please give stars for this project…
#Trending #Flutter #PDF
Please give stars for this project…
New post on Flutter Dev Google group:
dynamic List
how to convert following list [{name: java, value: 0}, {name: flutter, value: 0}] into the following list ["java","flutter"]
May 28, 2019 at 05:53PM by Kamran Ali
http://bit.ly/30KKFrP
dynamic List
how to convert following list [{name: java, value: 0}, {name: flutter, value: 0}] into the following list ["java","flutter"]
May 28, 2019 at 05:53PM by Kamran Ali
http://bit.ly/30KKFrP
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:
Movie Listing webpage with flutter web
http://bit.ly/2VYu1RG
May 28, 2019 at 05:36PM by JideGuru
http://bit.ly/2HIOmH3
Movie Listing webpage with flutter web
http://bit.ly/2VYu1RG
May 28, 2019 at 05:36PM by JideGuru
http://bit.ly/2HIOmH3
GitHub
JideGuru/FlutterWeb-Movies
Contribute to JideGuru/FlutterWeb-Movies development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Optimization tips and full source code for the Flutter Web Data Visualization demo
http://bit.ly/2VWVzXR
May 28, 2019 at 06:38PM by megamatt2000
http://bit.ly/30QYipm
Optimization tips and full source code for the Flutter Web Data Visualization demo
http://bit.ly/2VWVzXR
May 28, 2019 at 06:38PM by megamatt2000
http://bit.ly/30QYipm
Larvalabs
Larva Labs Blog: Open sourcing our Flutter Web Data Visualization
The full source code and an inside look at optimizing our data visualization made for the launch of Flutter Web at Google I/O 2019.
New post on /r/flutterdev subreddit:
Join/Search Groups Tutorial
Hello everyone,Just started getting my feet wet with flutter a couple of days ago and I am creating an app for personal use.Background context:A user can create groups and invite people in their group. Another layer is a user can search for a group and if the group is marked as public by owner, they can join that group.Appreciate all the advice/s
May 28, 2019 at 08:40PM by SwimmingCount
http://bit.ly/2QrThij
Join/Search Groups Tutorial
Hello everyone,Just started getting my feet wet with flutter a couple of days ago and I am creating an app for personal use.Background context:A user can create groups and invite people in their group. Another layer is a user can search for a group and if the group is marked as public by owner, they can join that group.Appreciate all the advice/s
May 28, 2019 at 08:40PM by SwimmingCount
http://bit.ly/2QrThij
reddit
r/FlutterDev - Join/Search Groups Tutorial
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Bottomsheet Full Screen Height
http://bit.ly/2YUmUvI
May 28, 2019 at 08:44PM by ishanfx
http://bit.ly/2HIzUyJ
Flutter Bottomsheet Full Screen Height
http://bit.ly/2YUmUvI
May 28, 2019 at 08:44PM by ishanfx
http://bit.ly/2HIzUyJ
MIGHTY TECHNO
Flutter Full Height BottomSheet - MIGHTY TECHNO
Default flutter bottomsheet have maximum half size of the screen. This show how to customize the flutter bottomsheet to take full height of the screen
New post on /r/flutterdev subreddit:
Is it possible to make a flutter app that is single binary for mac/pc/unix?
Ive been a bit of the flutter loop. Im catching up and learning it has made inroads to mac/pc development.Is it currently possible to compile a flutter project so it ends up being an single binary? Like electron does?If not directly possible, any tips on other development tools that could get it there?Im primarly interested in doing all my coding in flutter yet run on macs/pc as a single executable for the user.
May 29, 2019 at 12:58AM by yabadababoo
http://bit.ly/2wsllIZ
Is it possible to make a flutter app that is single binary for mac/pc/unix?
Ive been a bit of the flutter loop. Im catching up and learning it has made inroads to mac/pc development.Is it currently possible to compile a flutter project so it ends up being an single binary? Like electron does?If not directly possible, any tips on other development tools that could get it there?Im primarly interested in doing all my coding in flutter yet run on macs/pc as a single executable for the user.
May 29, 2019 at 12:58AM by yabadababoo
http://bit.ly/2wsllIZ
reddit
r/FlutterDev - Is it possible to make a flutter app that is single binary for mac/pc/unix?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
[Need help] Redirect limit exceeded doing http request
IntentionI am learning how to use http package (link) to retrieve data without GUI, by sending and http GET request via http.send() method.ObstaclesI quickly learnt that some requests work and some not. For example, ycombinator and ebay works, and more dynamic website(?) like Taobao doesn't.When the request works, I got the html printed out. when it doesn't I got a Redirect limit exceeded exception.Resolution attemptedHandling the exception only prevent the program from crashing, but not the html wanted.I also consider it might require a clear indication of the user-agent, and added the user-agent String according, an unfruitful attempt.Possible reasonsThe website might be configured to serve browser only, however, curl in command-line and postman work without a problem.Another reason could a faulty http request header, result in redirection loop that eventually fail.QuestionIs failure due to the request being configured incorrectly?How to prevent redirection loop which results in getting no html data?I am still new to dart, http request and scraping and humbly ask for your help. Thank you in advance.Here's the code I used:
May 29, 2019 at 05:00AM by marcoleongdev
http://bit.ly/2JJNLa8
[Need help] Redirect limit exceeded doing http request
IntentionI am learning how to use http package (link) to retrieve data without GUI, by sending and http GET request via http.send() method.ObstaclesI quickly learnt that some requests work and some not. For example, ycombinator and ebay works, and more dynamic website(?) like Taobao doesn't.When the request works, I got the html printed out. when it doesn't I got a Redirect limit exceeded exception.Resolution attemptedHandling the exception only prevent the program from crashing, but not the html wanted.I also consider it might require a clear indication of the user-agent, and added the user-agent String according, an unfruitful attempt.Possible reasonsThe website might be configured to serve browser only, however, curl in command-line and postman work without a problem.Another reason could a faulty http request header, result in redirection loop that eventually fail.QuestionIs failure due to the request being configured incorrectly?How to prevent redirection loop which results in getting no html data?I am still new to dart, http request and scraping and humbly ask for your help. Thank you in advance.Here's the code I used:
// List of URLs var url = "https://news.ycombinator.com"; var ebay = "https://www.ebay.com.au/itm/10W-12V-SOLAR-PANEL-and-2-amp-REGULATOR-RV-camp-marine-TRICKLE-BATTERY-CHARGER/172058512436?_trkparms=pageci%3Ac2411dc4-811e-11e9-8e21-74dbd1803149%7Cparentrq%3Afd751ccc16a0abc05acfffa2ffee9352%7Ciid%3A1"; var tmall = "https://detail.tmall.com/item.htm?id=577812405625"; // Instantiate the client var client = Client(); // Create the request var request = Request("GET", Uri.parse(url)); // var request = Request("GET", Uri.parse(ebay)); // var request = Request("GET", Uri.parse(tmall)); // Configure the request headers request.headers[HttpHeaders.contentTypeHeader] = 'text/html; charset=utf-8'; request.headers[HttpHeaders.userAgentHeader] = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:67.0) Gecko/20100101 Firefox/67.0'; // Handling response var response = await client.send(request); response.stream.transform(utf8.decoder).listen((onData) { print(onData); });
May 29, 2019 at 05:00AM by marcoleongdev
http://bit.ly/2JJNLa8
Dart packages
http | Dart package
A composable, multi-platform, Future-based API for HTTP requests.
New post on /r/flutterdev subreddit:
3 Quick and Easy Dialogs in Flutter with RfFlutter
http://bit.ly/2Kaa3Bb
May 29, 2019 at 04:40AM by Filledstacks
http://bit.ly/2JKrjxM
3 Quick and Easy Dialogs in Flutter with RfFlutter
http://bit.ly/2Kaa3Bb
May 29, 2019 at 04:40AM by Filledstacks
http://bit.ly/2JKrjxM
Filledstacks
Quick and Easy Dialogs in Flutter with RfFlutter
This Flutter tutorial uses RfFlutter to show simple and effective dialogs.
New post on /r/flutterdev subreddit:
Which architecture pattern should I use with provider ?
I am working on an app and want to use provider in my project instead of bloc .
May 29, 2019 at 09:16AM by ashishrawat2911
http://bit.ly/2HJXwDb
Which architecture pattern should I use with provider ?
I am working on an app and want to use provider in my project instead of bloc .
May 29, 2019 at 09:16AM by ashishrawat2911
http://bit.ly/2HJXwDb
reddit
r/FlutterDev - Which architecture pattern should I use with provider ?
0 votes and 0 comments so far on Reddit