v0.0.4
notebook_paper
カスタマイズ可能なウィジェットパッケージ「Notebook Paper」を使用して、Flutterで簡単に美しいノートブック風のインターフェースを作成できます。
4いいね 1530日間ダウンロード155Pub ポイント
AndroidiOSWebmacOSWindowsLinux
pub.dev にアップロードされたFlutterパッケージ
{"sdk":"flutter"}{"sdk":"flutter"}^2.0.0以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。
notebook image
Craft beautiful notebook-like interfaces in Flutter with ease using Notebook Paper, a customizable widget package.
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, )
Add the following line to your pubspec.yaml file:
dependencies:
notebook_paper: ^1.0.0