fullPage.js - Get started in Dart

fullPage.js - Get started in Dart

In this video we will learn how to use the fullPage.js presentation library in a Dart web project. We will be using the js package by the Dart team to achieve this.

Setup

Install stagehand and generate a web project:

$ pub global activate stagehand
$ mkdir my_project && cd my_project
$ stagehand web-simple

Amend the dependencies section of the pubspec.yaml file:

dependencies:
  js: ^0.6.0

And update your dependencies:

$ pub get

Further reading

  1. js package

  2. How to Use JavaScript libraries in your Dart applications

  3. fullPage.js library