sleek_typography 0.1.2 copy "sleek_typography: ^0.1.2" to clipboard
sleek_typography: ^0.1.2 copied to clipboard

Flexible way of customizing text.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'home.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: HomePage(),
    );
  }
}
0
likes
30
pub points
1%
popularity

Publisher

unverified uploader

Flexible way of customizing text.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

derived_colors, flutter, freezed_annotation

More

Packages that depend on sleek_typography