awslabs / amplify-video

An open source Category Plugin for the AWS Amplify-CLI that makes it easy to deploy live and file based streaming video services and integrate them into your Amplify applications.
https://www.npmjs.com/package/amplify-category-video
Apache License 2.0
267 stars 56 forks source link

Availability for Flutter? #232

Closed djsjr closed 3 years ago

djsjr commented 3 years ago

After successfully running "npm i amplify-category-video -g" (0 vulnerabilities), I try to add the video category to my flutter app and get "The Amplify CLI can NOT find command: video add". Is this because Amplify video is not yet available for flutter?

If not, is it coming soon?

wizage commented 3 years ago

Hey @djsjr

Sometimes this happens, you need to run this: amplify plugin add

The location of the plugin is where your npm global installs too: https://stackoverflow.com/a/5926706

djsjr commented 3 years ago

Thanks! Worked.