Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Getting Started

Harry Bayliss edited this page May 10, 2019 · 3 revisions

Add the following to pubspec.yaml

dependencies:
  baseplate: ^0.1.1

Run flutter packages get in the command line.

Import baseplate in your dart file import 'package:baseplate/baseplate.dart';

Clone this wiki locally