master_utility 0.0.1 copy "master_utility: ^0.0.1" to clipboard
master_utility: ^0.0.1 copied to clipboard

A package that enables you to use a comprehensive set of utilities in a single package with customization. It includes features like Size Helper, Navigation Helper, Image Picker Helper, Date Time Help [...]

example/lib/main.dart

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

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();
  await PreferenceServiceHelper.init();
  runApp(const MyApp());
}

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

  @override
  Widget build(BuildContext context) {
    return MasterUtilityMaterialApp(
      title: 'Example App',
      home: const ExampleView(),
    );
  }
}
44
likes
0
points
211
downloads

Publisher

verified publisherwebelight.co.in

Weekly Downloads

A package that enables you to use a comprehensive set of utilities in a single package with customization. It includes features like Size Helper, Navigation Helper, Image Picker Helper, Date Time Helper, Auto Size Text Helper, Toast Helper, Email Dispose, Log Helper, Dialog Helper, Cache Network Image Helper, Validation Helper, Api Helper, and Shared Preference Helper.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

adaptive_dialog, auto_size_text, cached_network_image, dio, dio_http_formatter, file_picker, flutter, flutter_cache_manager, flutter_jailbreak_detection, flutter_secure_storage, fluttertoast, image_picker, image_picker_platform_interface, import_sorter, intl, jwt_decoder, shared_preferences

More

Packages that depend on master_utility