mc_utils 0.0.6 copy "mc_utils: ^0.0.6" to clipboard
mc_utils: ^0.0.6 copied to clipboard

Video Player,TextField Custom,Custom Images,Custom Buttons ,Custom Icons, Custom Text, Custom DropDownButton,Custom List, Custom DateTime Format.

example/lib/main.dart

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

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: const Home(),
      theme: ThemeData(
          scaffoldBackgroundColor: Colors.white,
          appBarTheme: AppBarTheme(backgroundColor: Colors.grey[200])),
    );
  }
}
6
likes
140
points
49
downloads

Publisher

verified publishermeta-code-ye.com

Weekly Downloads

Video Player,TextField Custom,Custom Images,Custom Buttons ,Custom Icons, Custom Text, Custom DropDownButton,Custom List, Custom DateTime Format.

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

animated_custom_dropdown, cached_network_image, cached_video_player_plus, flutter, get, intl

More

Packages that depend on mc_utils