kd_utils 0.2.0 copy "kd_utils: ^0.2.0" to clipboard
kd_utils: ^0.2.0 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
26
downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on kd_utils