t_flutter_ui 1.0.24 copy "t_flutter_ui: ^1.0.24" to clipboard
t_flutter_ui: ^1.0.24 copied to clipboard

t_flutter_ui: A Flutter UI package for building beautiful and customizable UIs. (using flutter, flutter_spinkit, get, google_fonts, loader_overlay)

example/lib/main.dart

import 'package:example/main_route.dart';
import 'package:flutter/material.dart';
import 'package:t_flutter_ui/t_flutter_ui.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return TApp(
      title: 'T Flutter UI Example',
      routes: MainRoute.routes,
      initialRoute: MainRoute.home,
    );
  }
}
1
likes
160
points
112
downloads

Publisher

unverified uploader

Weekly Downloads

t_flutter_ui: A Flutter UI package for building beautiful and customizable UIs. (using flutter, flutter_spinkit, get, google_fonts, loader_overlay)

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_spinkit, get, google_fonts, loader_overlay, responsive_framework

More

Packages that depend on t_flutter_ui