Skip to main content
The example below demonstrates a complete LearnInkWebView widget for Flutter. It calls your own backend to fetch a sign-in token — your backend is responsible for calling the LearnInk Identify API securely. Before using this, replace the following constants at the top of the file:
  • YOUR_BACKEND_AUTH_URL — your backend endpoint that calls the LearnInk Identify API and returns a token
  • ORG_ID — your LearnInk organisation ID
Dependencies required: