v0.0.4
notebook_paper
使用可自訂的 widget 套件 Notebook Paper,輕鬆在 Flutter 中打造美觀的筆記本式介面。
4喜歡 15近 30 天下載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