FLUTTER ECOSYSTEM

Dionkaps/notebook_paper

pub.dev에 업로드된 플러터 패키지

노트용지 프로젝트 이미지
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