q_theme_kit 4.2.2 copy "q_theme_kit: ^4.2.2" to clipboard
q_theme_kit: ^4.2.2 copied to clipboard

A flexible Flutter theme package with customizable styles for beautiful and consistent UIs.

example/lib/main.dart

import 'package:example/example_view.dart';
import 'package:flutter/material.dart';

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

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

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Q Theme Demo',
      theme: ThemeData.dark(
        useMaterial3: true,
      ),
      home: ExampleView(),
    );
  }
}
2
likes
120
points
398
downloads

Publisher

unverified uploader

Weekly Downloads

A flexible Flutter theme package with customizable styles for beautiful and consistent UIs.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

any_link_preview, audio_waveforms, badges, cached_network_image, flutter, flutter_glow, flutter_gradient_animation_text, flutter_svg, fluttertoast, fvm, google_fonts, gradient_borders, intl, loading_animation_widget, permission_handler, pin_code_fields, vector_math

More

Packages that depend on q_theme_kit