FLUTTER ECOSYSTEM

Dionkaps/notebook_paper

一个上传到 pub.dev 的 Flutter 包

笔记本纸 项目封面
Stars
3
Forks
0
最近推送(UTC)
2024年3月17日
项目状态
未归档
Dionisis Konstantinos Kapsimalis GitHub avatar
GITHUB User

Dionisis Konstantinos Kapsimalis ↗

CEID - University of Patras
语言C++CMakeDartHTMLSwiftCKotlinObjective-C

此仓库发布的插件

使用的依赖

依赖清单 3 项
  • flutter{"sdk":"flutter"}
  • flutter_test开发依赖{"sdk":"flutter"}
  • flutter_lints开发依赖^2.0.0

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

Notebook Paper

notebook image

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