Reddit: Can a Flutter app receive URL shared from browser?
I want to build an app that receives URLs from a device web browser. The idea is to use the share action that exist om both IOS and Android. It seems it is not possible but I hope I am wrong. I have just heard about Flutter and was very excited about it but if this is currently not possible to do I guess I will have to invest my time in React Native instead. I find it hard to believe it's not possible and that I am the only one wanting to do this. Any ideas on how to implement this in Flutter: 1. Browse web in Safari 2. Press share button in Safari 3. Choose Flutter app (how does this app get to this menu???) 4. Receive URL in Flutter app
Submitted May 17, 2018 at 10:37PM by dentnile
via reddit https://ift.tt/2IRC5Bl
I want to build an app that receives URLs from a device web browser. The idea is to use the share action that exist om both IOS and Android. It seems it is not possible but I hope I am wrong. I have just heard about Flutter and was very excited about it but if this is currently not possible to do I guess I will have to invest my time in React Native instead. I find it hard to believe it's not possible and that I am the only one wanting to do this. Any ideas on how to implement this in Flutter: 1. Browse web in Safari 2. Press share button in Safari 3. Choose Flutter app (how does this app get to this menu???) 4. Receive URL in Flutter app
Submitted May 17, 2018 at 10:37PM by dentnile
via reddit https://ift.tt/2IRC5Bl
reddit
r/FlutterDev - Can a Flutter app receive URL shared from browser?
1 votes and 2 so far on reddit
Reddit: Camera plugin 0.2.0 now supports video recording!
https://ift.tt/2Gtnh6K
Submitted May 17, 2018 at 09:52PM by Purple_Pizzazz
via reddit https://ift.tt/2rR4Moc
https://ift.tt/2Gtnh6K
Submitted May 17, 2018 at 09:52PM by Purple_Pizzazz
via reddit https://ift.tt/2rR4Moc
GitHub
flutter/plugins
plugins - Plugins for Flutter, including FlutterFire, maintained by the Flutter team
GGroup: Dart 2 Breaking Change: mixin and interface are built-in identifiers
*TLDR:* If your code uses mixin or interface as a prefix, class, type parameter or typedef name, then your code will soon break. Otherwise you can stop reading. *What's changing?* We are adding mixin and interface to the list of built-in identifiers in Dart. This means that those names will
Submitted May 18, 2018 at 12:24AM by Leaf Petersen
via Flutter Dev https://ift.tt/2wNm3nj
*TLDR:* If your code uses mixin or interface as a prefix, class, type parameter or typedef name, then your code will soon break. Otherwise you can stop reading. *What's changing?* We are adding mixin and interface to the list of built-in identifiers in Dart. This means that those names will
Submitted May 18, 2018 at 12:24AM by Leaf Petersen
via Flutter Dev https://ift.tt/2wNm3nj
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.
GGroup: Dart 2 Breaking Bug Fix: Instance members shadow prefixes
*TLDR*: Dart 2 tools are fixing a long-standing bug in name resolution. If you have code which refers to a prefix while an instance member of the same name is in scope, you will see new compile time errors. *What's changing?* Technically nothing. In Dart 1, prefixes and instance members share
Submitted May 18, 2018 at 12:41AM by Leaf Petersen
via Flutter Dev https://ift.tt/2It0uxG
*TLDR*: Dart 2 tools are fixing a long-standing bug in name resolution. If you have code which refers to a prefix while an instance member of the same name is in scope, you will see new compile time errors. *What's changing?* Technically nothing. In Dart 1, prefixes and instance members share
Submitted May 18, 2018 at 12:41AM by Leaf Petersen
via Flutter Dev https://ift.tt/2It0uxG
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.
GGroup: Dart 2 Breaking Change: noSuchMethod mocking passes default arguments
*TLDR:* Invocations of abstract methods using noSuchMethod will now fill in default values for missing arguments. If you have code that assumes that a method which is implemented via noSuchMethod and which is invoked with missing optional parameters will not receive the default parameter values
Submitted May 18, 2018 at 02:21AM by Leaf Petersen
via Flutter Dev https://ift.tt/2rOXzoy
*TLDR:* Invocations of abstract methods using noSuchMethod will now fill in default values for missing arguments. If you have code that assumes that a method which is implemented via noSuchMethod and which is invoked with missing optional parameters will not receive the default parameter values
Submitted May 18, 2018 at 02:21AM by Leaf Petersen
via Flutter Dev https://ift.tt/2rOXzoy
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.
Reddit: Flutter Rave Payments
https://ift.tt/2KBXifF
Submitted May 18, 2018 at 03:25AM by jogboms
via reddit https://ift.tt/2rQf5ck
https://ift.tt/2KBXifF
Submitted May 18, 2018 at 03:25AM by jogboms
via reddit https://ift.tt/2rQf5ck
GitHub
jogboms/flutter_ravepay
flutter_ravepay - Flutter integration for Flutterwave's Rave payment platform
Reddit: Recommendations on how to try out flutter code I find without new project every time?
Most flutter examples I find are just one main.dart file. Id like to find a way to quickly run the code I find (or parts) without having to create a new project each time. They take up to 250+megs each time!So whats a recommended structure I can use to do this? I was thinking of using tabs and putting each code in its own class/file? Or is there an easier way?
Submitted May 18, 2018 at 05:42AM by movdev
via reddit https://ift.tt/2rW20NY
Most flutter examples I find are just one main.dart file. Id like to find a way to quickly run the code I find (or parts) without having to create a new project each time. They take up to 250+megs each time!So whats a recommended structure I can use to do this? I was thinking of using tabs and putting each code in its own class/file? Or is there an easier way?
Submitted May 18, 2018 at 05:42AM by movdev
via reddit https://ift.tt/2rW20NY
reddit
r/FlutterDev - Recommendations on how to try out flutter code I find without new project every time?
1 votes and 0 so far on reddit
GGroup: How to get pub to list package as compatible with Flutter
I have a package I've published on pub at: https://ift.tt/2v5WJYS Which contains Dart HTTP Client library with JSON serializeration support. Unfortunately pub is flagging it incorrectly that it only works in Dart *WEB*. The library was primarily designed to work in
Submitted May 18, 2018 at 07:43AM by Demis Bellot
via Flutter Dev https://ift.tt/2x0EYLF
I have a package I've published on pub at: https://ift.tt/2v5WJYS Which contains Dart HTTP Client library with JSON serializeration support. Unfortunately pub is flagging it incorrectly that it only works in Dart *WEB*. The library was primarily designed to work in
Submitted May 18, 2018 at 07:43AM by Demis Bellot
via Flutter Dev https://ift.tt/2x0EYLF
Dart Packages
servicestack | Dart Package
servicestack Dart package - ServiceStack's Dart library providing convenience utilities in developing Dart and flutter apps. Integrates with ServiceStack's Server features including ServiceClient, Error Handling and Validation
GGroup: Does Flutter have a plan to target Windows applications for mobile or tablet?
Does Flutter have a plan to target Windows applications for mobile or tablet?
Submitted May 18, 2018 at 11:03AM by Tamajit Chakraborty
via Flutter Dev https://ift.tt/2wTkXXf
Does Flutter have a plan to target Windows applications for mobile or tablet?
Submitted May 18, 2018 at 11:03AM by Tamajit Chakraborty
via Flutter Dev https://ift.tt/2wTkXXf
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.
Reddit: Flutter is Dart's Killer App
https://ift.tt/2k7trAP
Submitted May 18, 2018 at 02:27PM by hillel369
via reddit https://ift.tt/2rRdGRW
https://ift.tt/2k7trAP
Submitted May 18, 2018 at 02:27PM by hillel369
via reddit https://ift.tt/2rRdGRW
Hillel Coren
Flutter is Dart’s Killer App
This past week we started using Google Flutter to build a new mobile app for Invoice Ninja, I thought it may be helpful to share some of the things we’ve learned early on. What is Flutter? At…
Reddit: Dart Backend Course For Beginners | Aqueduct
https://www.youtube.com/watch?v=rf6uAcAglzc&list=PLR2qQy0Zxs_U3RMzoAXeC6_c5Dv43t8P-
Submitted May 18, 2018 at 02:24PM by imthepk
via reddit https://ift.tt/2kbjPVr
https://www.youtube.com/watch?v=rf6uAcAglzc&list=PLR2qQy0Zxs_U3RMzoAXeC6_c5Dv43t8P-
Submitted May 18, 2018 at 02:24PM by imthepk
via reddit https://ift.tt/2kbjPVr
YouTube
Dart: Create Your First REST API in Dart | Aqueduct | Intro | Backend Course Intro
This is just an introduction video where I will teach you how to create your first rest api in dart. We will also see how to setup aqueduct.
Aqueduct is an extensible HTTP framework with integrated ORM, OAuth 2.0, and test libraries.
It runs on the Dart…
Aqueduct is an extensible HTTP framework with integrated ORM, OAuth 2.0, and test libraries.
It runs on the Dart…
GGroup: TLS exception
Hello, I try to load my server certificate to socket/connection be able to make ssl pinning. Future loadAssetCertificateBytes() async { return await rootBundle.load('assets/server-cert.der'); } fillCert(ByteData data) { if(certByteData==null) { certByteData = data; } }
Submitted May 18, 2018 at 03:22PM by Goksel Uyulmaz
via Flutter Dev https://ift.tt/2IQyVxG
Hello, I try to load my server certificate to socket/connection be able to make ssl pinning. Future loadAssetCertificateBytes() async { return await rootBundle.load('assets/server-cert.der'); } fillCert(ByteData data) { if(certByteData==null) { certByteData = data; } }
Submitted May 18, 2018 at 03:22PM by Goksel Uyulmaz
via Flutter Dev https://ift.tt/2IQyVxG
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.
Reddit: One Click Release to Beta for Google Play and the App Store!
https://ift.tt/2rTTzDt
Submitted May 18, 2018 at 03:14PM by SoundDr
via reddit https://ift.tt/2GsDBEF
https://ift.tt/2rTTzDt
Submitted May 18, 2018 at 03:14PM by SoundDr
via reddit https://ift.tt/2GsDBEF
Home | Apple Educate
Flutter + Fastlane (One Click Beta) | Home | Apple Educate
There are many reasons to use Fastlane, while working with mobile apps. It allows you to release builds to Google Play and the App Store all from the command li
GGroup: What I expect from Flutter before production
Hi, Hope someone really can read this and give me a right answer. I expect to get *information*, *demo*, *examples*, *plugins* etc before my app production. And even if there is a paid subscription please feel free to give me an answer. *1) *Good Google Map integration with Flutter for
Submitted May 18, 2018 at 03:58PM by Niyazi Toros
via Flutter Dev https://ift.tt/2IuTRLi
Hi, Hope someone really can read this and give me a right answer. I expect to get *information*, *demo*, *examples*, *plugins* etc before my app production. And even if there is a paid subscription please feel free to give me an answer. *1) *Good Google Map integration with Flutter for
Submitted May 18, 2018 at 03:58PM by Niyazi Toros
via Flutter Dev https://ift.tt/2IuTRLi
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.
GGroup: A new public reverse proxy of flutter_infra and dart packeges in China (and questions)
Hello, We are Shanghai Jiaotong University Linux User Group. Recently, we set up a new reverse proxy for flutter_infra and dart packages at https://ift.tt/2GtMHBn and https://ift.tt/2IP26Bs and expect it to improve the download speed of universit
Submitted May 18, 2018 at 05:52PM by Vic Luo
via Flutter Dev https://ift.tt/2GtVLpP
Hello, We are Shanghai Jiaotong University Linux User Group. Recently, we set up a new reverse proxy for flutter_infra and dart packages at https://ift.tt/2GtMHBn and https://ift.tt/2IP26Bs and expect it to improve the download speed of universit
Submitted May 18, 2018 at 05:52PM by Vic Luo
via Flutter Dev https://ift.tt/2GtVLpP
Reddit: "Brown Bag" Seattle: Flutter (flutter.io) presentation
"Brown Bag" Seattle: Flutter (flutter.io) presentation - Globant https://youtu.be/wo5uArNeqxY via @YouTubehttps://i.redd.it/c8incufozmy01.png
Submitted May 18, 2018 at 05:54PM by Pixelreddit
via reddit https://ift.tt/2k5FtKK
"Brown Bag" Seattle: Flutter (flutter.io) presentation - Globant https://youtu.be/wo5uArNeqxY via @YouTubehttps://i.redd.it/c8incufozmy01.png
Submitted May 18, 2018 at 05:54PM by Pixelreddit
via reddit https://ift.tt/2k5FtKK
flutter.dev
Flutter - Build apps for any screen
Flutter transforms the entire app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase.
GGroup: Flutter Embedder without UI
This wiki page has a link to download linux binary of flutter engine ( libflutter_engine.so) https://ift.tt/2wTozs7 Say, I have a main.dart file that programatically generates a drawing in a canvas and uses Picture.toImage() to save that canvas as a
Submitted May 18, 2018 at 07:03PM by Sreenath N
via Flutter Dev https://ift.tt/2Ixowb6
This wiki page has a link to download linux binary of flutter engine ( libflutter_engine.so) https://ift.tt/2wTozs7 Say, I have a main.dart file that programatically generates a drawing in a canvas and uses Picture.toImage() to save that canvas as a
Submitted May 18, 2018 at 07:03PM by Sreenath N
via Flutter Dev https://ift.tt/2Ixowb6
GitHub
flutter/engine
The Flutter engine
Recreating the following design created by Jagan Karanth on Flutter : https://dribbble.com/shots/4481170-Single-Product-Daily-UI-Challenge
Source Code : https://github.com/devefy/Single-Product-Page--UI-Challenge
Source Code : https://github.com/devefy/Single-Product-Page--UI-Challenge
Dribbble
Single Product - Daily UI Challenge
Designed Single product as part of my daily ui challenge. Kindly have a look and share your views :)
GGroup: can i become complete android and ios developer by learning flutter?
i want to become complete android and ios developer, can i become by learning flutter?
Submitted May 18, 2018 at 09:52PM by ex love
via Flutter Dev https://ift.tt/2GyY7DW
i want to become complete android and ios developer, can i become by learning flutter?
Submitted May 18, 2018 at 09:52PM by ex love
via Flutter Dev https://ift.tt/2GyY7DW
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.
Reddit: When will flutter hit 1.0? 1 years later or 3 months?
Like...how long?
Submitted May 18, 2018 at 11:23PM by FlutterLearner
via reddit https://ift.tt/2rUz6xG
Like...how long?
Submitted May 18, 2018 at 11:23PM by FlutterLearner
via reddit https://ift.tt/2rUz6xG
reddit
When will flutter hit 1.0? 1 years later or 3 months? • r/FlutterDev
Like...how long?