vivid_text 0.0.1 copy "vivid_text: ^0.0.1" to clipboard
vivid_text: ^0.0.1 copied to clipboard

A great solution for generating "mixed typesetting of text and widget" based on text.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:vivid_text_example/home_page.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: HomePage(),
    );
  }
}
3
likes
140
pub points
0%
popularity

Publisher

verified publisherkeysking.com

A great solution for generating "mixed typesetting of text and widget" based on text.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, html

More

Packages that depend on vivid_text