flutter_notepad 0.0.3 copy "flutter_notepad: ^0.0.3" to clipboard
flutter_notepad: ^0.0.3 copied to clipboard

A Flutter package for a fully functional notepad with local storage, PDF export, and text-to-speech.

example/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_notepad/notepad_widget.dart';

void main() {
  runApp(MyApp());
}

/// A simple example app demonstrating the usage of `flutter_notepad`.
class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Notepad Example',
      theme: ThemeData(primarySwatch: Colors.blue),
      home: NotepadWidget(),
    );
  }
}
1
likes
145
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for a fully functional notepad with local storage, PDF export, and text-to-speech.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_local_notifications, flutter_tts, intl, path, path_provider, pdf, shared_preferences, sqflite

More

Packages that depend on flutter_notepad