FLUTTER ECOSYSTEM

Dionkaps/notebook_paper

pub.dev にアップロードされたFlutterパッケージ

ノート用紙 のプロジェクト画像
Stars
3
Forks
0
最終プッシュ(UTC)
2024/03/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