v0.0.4
notebook_paper
Notebook Paper라는 사용자 정의 가능한 위젯 패키지를 사용하여 Flutter에서 쉽게 아름다운 노트북 스타일 인터페이스를 만들 수 있습니다.
4좋아요 1530일 다운로드155Pub 점수
AndroidiOSWebmacOSWindowsLinux
pub.dev에 업로드된 플러터 패키지
{"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