zefyr_apex 1.0.3 copy "zefyr_apex: ^1.0.3" to clipboard
zefyr_apex: ^1.0.3 copied to clipboard

Clean, minimalistic and collaboration-ready rich text editor for Flutter. Fork with zefyr and apex make it better.

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(ZefyrApp());
}

class ZefyrApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Zefyr - rich-text editor for Flutter',
      home: HomePage(),
    );
  }
}
0
likes
35
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

Clean, minimalistic and collaboration-ready rich text editor for Flutter. Fork with zefyr and apex make it better.

Homepage

License

BSD-3-Clause (license)

Dependencies

characters, collection, emojis, file_picker, flutter, flutter_highlight, highlight, image_picker, intl, just_audio, meta, mime, modal_bottom_sheet, notus_apex, quill_delta, quiver_hashcode, shamsi_date, solar_datepicker, syncfusion_flutter_core, syncfusion_flutter_datepicker, url_launcher, video_player, video_thumbnail

More

Packages that depend on zefyr_apex