Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use externally hosted THEOplayer in web example #72

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/creating-minimal-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ By using the `flutter run ios` command, you can try out your applicaiton on an i

## Getting started on Web

You need to acquire THEOplayer HTML5 SDK from [THEOportal](https://portal.theoplayer.com/) (or from an NPM package, e.g. from [6.9.0](https://registry.npmjs.org/theoplayer/-/theoplayer-6.9.0.tgz)).
You need to acquire THEOplayer HTML5 SDK from [THEOportal](https://portal.theoplayer.com/) (or from an NPM package, e.g. from [8.4.0](https://registry.npmjs.org/theoplayer/-/theoplayer-8.4.0.tgz)).

**The current iteration of the THEOplayer Flutter SDK is not able to automatically pull THEOplayer HTML5 SDK from NPM,
so this is now a manual procedure.**
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
THEOplayer.js
THEOplayer.d.ts
THEOplayer.*.js
THEOplayer.*.wasm
THEOplayer.*.d.ts
theoplayer.*.js
iframe.html
ui.css

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading