v0.0.4
notebook_paper
Notebook Paper नामक एक कस्टमाइज़ेबल विजेट पैकेज का उपयोग करके Flutter में आसानी से सुंदर नोटबुक-जैसे इंटरफेस बनाएं।
4लाइक 1530-दिन डाउनलोड155Pub अंक
AndroidiOSWebmacOSWindowsLinux
पब डेव पर अपलोड किया गया एक फ्लटर पैकेज
{"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