FLUTTER ECOSYSTEM

Dionkaps/notebook_paper

Ein auf pub.dev hochgeladenes Flutter-Paket

Projektcover von Notizbuchpapier
Stars
3
Forks
0
Letzter Push (UTC)
17.03.2024
Projektstatus
Aktiv
Dionisis Konstantinos Kapsimalis GitHub avatar
GITHUB User

Dionisis Konstantinos Kapsimalis ↗

CEID - University of Patras
SprachenC++CMakeDartHTMLSwiftCKotlinObjective-C

Von diesem Repository veröffentlichte Pakete

Verwendete Abhängigkeiten

Abhängigkeiten 3 Einträge
  • flutter{"sdk":"flutter"}
  • flutter_testEntwicklung{"sdk":"flutter"}
  • flutter_lintsEntwicklung^2.0.0

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

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