Paper is a implementation of Flx Design System for Flutter.
Installing
Add a lines like this to your pubspec.yaml.
dependencies: paper: git: url: https://github.com/the-flx/paper.git ref: vX.X.X
After replace X.X.X of the prefer version of package on github releases page.
Next step is will run command flutter pub get
.
Importing
Now in your Dart code, import paper like on example.
import 'package:paper/paper.dart';
Download Flx Design System source code on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.