notebook_paper

Last updated:

0 purchases

notebook_paper Image
notebook_paper Images
Add to Cart

Description:

notebook paper

Notebook Paper #
Craft beautiful notebook-like interfaces in Flutter with ease using Notebook Paper, a customizable widget package.
Features #

Mimics the appearance of notebook paper.
Customizable properties such as font size, text content, and colors.
Easy integration into Flutter projects.

Usage #
import 'package:notebook_paper/notebook_paper.dart';
Use the NotebookPaper widget to create notebook-like interfaces:
NotebookPaper(
entireText: 'Your text here',
title: 'Notebook Title',
fontSize: 20.0,
rowHeight: 1.0,
width: 1.0,
paperColor: Colors.white,
horizontalLinesColor: Colors.grey,
verticalLinesColor: Colors.black,
pageTitle: true,
)
Installation #
Add the following line to your pubspec.yaml file:
dependencies:
notebook_paper: ^1.0.0

copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.