fleather 1.1.0 copy "fleather: ^1.1.0" to clipboard
fleather: ^1.1.0 copied to clipboard

Clean, minimalistic and collaboration-ready rich text editor for Flutter.

example/lib/main.dart

// Copyright (c) 2018, the Zefyr project authors.  Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:flutter/material.dart';

import 'src/home.dart';

void main() {
  runApp(const FleatherApp());
}

class FleatherApp extends StatelessWidget {
  const FleatherApp({Key key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Fleather - rich-text editor for Flutter',
      home: HomePage(),
    );
  }
}
83
likes
0
pub points
91%
popularity

Publisher

unverified uploader

Clean, minimalistic and collaboration-ready rich text editor for Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

characters, collection, flutter, parchment, quill_delta

More

Packages that depend on fleather