Giter VIP home page Giter VIP logo

dart-chrome-app-samples's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dart-chrome-app-samples's Issues

fileSystem.getDisplayPath invalid value

When I use getDisplayPath I have this error :
Error: Invalid value for argument 1. Object must be an instance of Entry.
though the argument is a Entry,
And the error is not catch by the catchError future.

MediaMetadata missing properties

In the class MediaMetadata he miss some properties like attachedImages.

list of all missing MediaMetadata properties:

  • xResolution [double]
  • yResolution [double]
  • cameraMake [string]
  • cameraModel [string]
  • exposureTimeSeconds [double]
  • flashFired [bool]
  • fNumber [double]
  • focalLengthMm [double]
  • isoEquivalent [double]
  • rawTags [array of object]
  • attachedImages [array of object]

chrome extensions desktopCapture

For the example desktop-capture there is a function named chooseDesktopMedia which is used actually like that :

chrome.desktopCapture. chooseDesktopMedia(['screen'], callback(param))

I think this should be better if we have a future and use the function like this

chrome.desktopCapture.chooseDesktopMedia(['screen']).then((param) { print("do something"); });

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.