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
New post on Flutter Dev Google group:
[Urgent] data parsing problem
Hello Flutter Users ! Now I had some problem of data processing in flutter. My app communicate with bluetooth using microprocessor. mcu send packet ; { 0x13, 0x10,0x21,0xff, 0xFF, 0xFF, 0xFF, 0x5C,0xEE,0x20,0x36,} my app received this packet bytes to string - *First I tried * var
May 29, 2019 at 09:47AM by Dev Jeffrey
http://bit.ly/2JPWO9N
[Urgent] data parsing problem
Hello Flutter Users ! Now I had some problem of data processing in flutter. My app communicate with bluetooth using microprocessor. mcu send packet ; { 0x13, 0x10,0x21,0xff, 0xFF, 0xFF, 0xFF, 0x5C,0xEE,0x20,0x36,} my app received this packet bytes to string - *First I tried * var
May 29, 2019 at 09:47AM by Dev Jeffrey
http://bit.ly/2JPWO9N
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:
Implementing JS libraries, VueJS into Flutter
Hi,I understand Flutter is all about widget. Is that possible to use VueJS code, JS libraries into Flutter widget.we have a large independent JS libraries, VueJS code. I want to utilize the flutter environment to deploy IOS and Android app with single code base.Please let me knowThanks in advance :-)
May 29, 2019 at 10:55AM by techiesaravana
http://bit.ly/2wqlcWL
Implementing JS libraries, VueJS into Flutter
Hi,I understand Flutter is all about widget. Is that possible to use VueJS code, JS libraries into Flutter widget.we have a large independent JS libraries, VueJS code. I want to utilize the flutter environment to deploy IOS and Android app with single code base.Please let me knowThanks in advance :-)
May 29, 2019 at 10:55AM by techiesaravana
http://bit.ly/2wqlcWL
reddit
r/FlutterDev - Implementing JS libraries, VueJS into Flutter
0 votes and 2 comments so far on Reddit
New post on Flutter Dev Google group:
Using SockJS in Flutter
Hi, i want to connect to a Websocket chat channel in a flutter app. The server site is created with java spring boot and handled with sockJS. In Angular its working likes this: let url = 'ws://localhhost:8080/websocket/chat'; const authToken = this.authServerProvider.getToken(); if
May 29, 2019 at 01:37PM by Nicky S
http://bit.ly/2Wf1FI7
Using SockJS in Flutter
Hi, i want to connect to a Websocket chat channel in a flutter app. The server site is created with java spring boot and handled with sockJS. In Angular its working likes this: let url = 'ws://localhhost:8080/websocket/chat'; const authToken = this.authServerProvider.getToken(); if
May 29, 2019 at 01:37PM by Nicky S
http://bit.ly/2Wf1FI7
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 to turn your phone into a beacon with Flutter?
http://bit.ly/2wqBGOv
May 29, 2019 at 01:59PM by Purple_Pizzazz
http://bit.ly/2QztmW2
How to turn your phone into a beacon with Flutter?
http://bit.ly/2wqBGOv
May 29, 2019 at 01:59PM by Purple_Pizzazz
http://bit.ly/2QztmW2
Medium
How to turn your phone into a beacon with Flutter?
Today I’d like to introduce you into a beacons and how to turn your phone into a beacon using a Flutter.
New post on /r/flutterdev subreddit:
Flutter Merchandise
Is there anywhere that I can buy Flutter merchandise(ie clothing, notebooks, etc) or is there any plans in near future to sell items with Flutter branding?The Google store didn’t have any Flutter items. I found a third party but the items were limited.
May 29, 2019 at 05:16PM by ngrunks
http://bit.ly/2HIQ1fx
Flutter Merchandise
Is there anywhere that I can buy Flutter merchandise(ie clothing, notebooks, etc) or is there any plans in near future to sell items with Flutter branding?The Google store didn’t have any Flutter items. I found a third party but the items were limited.
May 29, 2019 at 05:16PM by ngrunks
http://bit.ly/2HIQ1fx
reddit
r/FlutterDev - Flutter Merchandise
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Creating Pixels with Perlin Noise
https://youtu.be/pQLVcu5nmQU
May 29, 2019 at 05:54PM by EngineerScientist
http://bit.ly/2XcRIan
Flutter Creating Pixels with Perlin Noise
https://youtu.be/pQLVcu5nmQU
May 29, 2019 at 05:54PM by EngineerScientist
http://bit.ly/2XcRIan
YouTube
Flutter Creating Pixels with Perlin Noise | Intermediate
In this video we recreate Reddit's "Under Maintenance" screen, making use of the Perlin Noise algorithm to generate the background pixels in a unique and uni...
New post on Flutter Dev Google group:
PRENDE CAZZI IN CULO DI 30 CM: LUIGI BERLUSCONI (CON PADRE IL PEDOFILO SPAPPOLA MAGISTRATI SILVIO BE
PRENDE CAZZI IN CULO DI 30 CM: LUIGI BERLUSCONI (CON PADRE IL PEDOFILO SPAPPOLA MAGISTRATI SILVIO BERLUSCONI, IL VERME ASSASSINO SILVIO BERLUSCONI, LO STRAGISTA SILVIO BERLUSCONI CHE ORA HA FATTO AMMAZZARE ANCHE LA PER BENISSIMO IMANE FADIL, DOPO.............AVER FATTO AMMAZZARE EGIDIO VERZINI
May 29, 2019 at 09:44PM by Maria Grazia Crupi Examantedi-MarinaBerlusconi
http://bit.ly/2EHrN3m
PRENDE CAZZI IN CULO DI 30 CM: LUIGI BERLUSCONI (CON PADRE IL PEDOFILO SPAPPOLA MAGISTRATI SILVIO BE
PRENDE CAZZI IN CULO DI 30 CM: LUIGI BERLUSCONI (CON PADRE IL PEDOFILO SPAPPOLA MAGISTRATI SILVIO BERLUSCONI, IL VERME ASSASSINO SILVIO BERLUSCONI, LO STRAGISTA SILVIO BERLUSCONI CHE ORA HA FATTO AMMAZZARE ANCHE LA PER BENISSIMO IMANE FADIL, DOPO.............AVER FATTO AMMAZZARE EGIDIO VERZINI
May 29, 2019 at 09:44PM by Maria Grazia Crupi Examantedi-MarinaBerlusconi
http://bit.ly/2EHrN3m
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:
On-Device Translation and Language ID with Flutter — Firebase ML Kit Natural Language
http://bit.ly/2EGIiN7
May 29, 2019 at 09:13PM by rishab2113
http://bit.ly/2X8Gt2N
On-Device Translation and Language ID with Flutter — Firebase ML Kit Natural Language
http://bit.ly/2EGIiN7
May 29, 2019 at 09:13PM by rishab2113
http://bit.ly/2X8Gt2N
Medium
On-Device Translation and Language ID with Flutter — Firebase ML Kit Natural Language
Google I/O was a blockbuster event for Firebase, releasing a plethora of new products and services. Carrying on with the theme of “AI for…
New post on /r/flutterdev subreddit:
Looking for bachelor thesis ideas
I wanted to learn Flutter anyway so I thought about combining that with writing my bachelor thesis next semester.Do you guys have some ideas/interesting topics/unsolved problems in the Flutter world that should be looked into?Thanks in advance!
May 29, 2019 at 09:09PM by Affenbob123
http://bit.ly/2EFIVGQ
Looking for bachelor thesis ideas
I wanted to learn Flutter anyway so I thought about combining that with writing my bachelor thesis next semester.Do you guys have some ideas/interesting topics/unsolved problems in the Flutter world that should be looked into?Thanks in advance!
May 29, 2019 at 09:09PM by Affenbob123
http://bit.ly/2EFIVGQ
reddit
r/FlutterDev - Looking for bachelor thesis ideas
0 votes and 1 comment so far on Reddit
New post on Flutter Dev Google group:
Stream subscription
Hi, I am new to flutter and reading about streams. On this page http://bit.ly/2EGtf6m I found the download stream_controller.dart and it has the following code void demoPause() { var counterStream = Stream.periodic(Duration(seconds: 1), (x) => x).
May 29, 2019 at 10:34PM by Christopher Bagge
http://bit.ly/2XfQxaf
Stream subscription
Hi, I am new to flutter and reading about streams. On this page http://bit.ly/2EGtf6m I found the download stream_controller.dart and it has the following code void demoPause() { var counterStream = Stream.periodic(Duration(seconds: 1), (x) => x).
May 29, 2019 at 10:34PM by Christopher Bagge
http://bit.ly/2XfQxaf
dart.dev
Creating streams in Dart
A stream is a sequence of results; learn how to create your own.