Skip to content

bigpeak/textscatter

Repository files navigation

Text Scatter

A Flutter widget that scatters text on the screen.

Getting Started

To use this package, add text_scatter as a dependency in your pubspec.yaml file.

Demo

WeChat Donation

Example

Here is a simple usage example:

import 'package:flutter/material.dart';
import 'package:text_scatter/text_scatter.dart';

void main() {
  runApp(
    MaterialApp(
      home: Scaffold(
        body: Center(
          child: TextScatter(text: 'Hello, World!'),
        ),
      ),
    ),
  );
}





About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published