FLUTTER ECOSYSTEM

Dionkaps/notebook_paper

पब डेव पर अपलोड किया गया एक फ्लटर पैकेज

नोटबुक पेपर प्रोजेक्ट कवर
Stars
3
Forks
0
अंतिम पुश (UTC)
17 मार्च 2024
प्रोजेक्ट स्थिति
सक्रिय
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