time_range_sheet_widget 0.0.4 copy "time_range_sheet_widget: ^0.0.4" to clipboard
time_range_sheet_widget: ^0.0.4 copied to clipboard

A highly customizable, reusable time range picker bottom sheet widget for Flutter with extensive styling options and responsive behavior.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'pages/home_page.dart';
import 'themes/app_themes.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Time Range Sheet Widget Example',
      theme: AppThemes.lightTheme,
      darkTheme: AppThemes.darkTheme,
      home: const HomePage(),
    );
  }
}
5
likes
150
points
42
downloads

Publisher

verified publisherdanials.space

Weekly Downloads

A highly customizable, reusable time range picker bottom sheet widget for Flutter with extensive styling options and responsive behavior.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on time_range_sheet_widget