kd_utils 0.2.1 copy "kd_utils: ^0.2.1" to clipboard
kd_utils: ^0.2.1 copied to clipboard

This package is for utils and custom widgets so any one can use and make there app as hi/she like

example/lib/main.dart

import 'package:flutter/material.dart';

import 'ui/date_picker/date_picker_exmp.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.green,
      ),
      home: DatePickerDemo(),
    );
  }
}
6
likes
145
points
42
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This package is for utils and custom widgets so any one can use and make there app as hi/she like

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on kd_utils