pluggy 0.0.2 copy "pluggy: ^0.0.2" to clipboard
pluggy: ^0.0.2 copied to clipboard

A flutter package to use general purpose services, tools and features.

Pluggy #

A Flutter/Dart package for [describe what your package does, e.g., "handling plugin-based architectures for Dart applications"].

Features #

  • Feature 1: Describe it briefly.
  • Feature 2: Describe it briefly.
  • Feature 3: Describe it briefly.

Getting Started #

Add this package to your pubspec.yaml:

dependencies:
  pluggy: ^0.0.1


flutter pub get


import 'package:pluggy/services/alert_service/alert_service_config.dart';

init package by passing existing navigatorKey

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  AlertServiceConfig().initialize(navigatorKey: navigatorKey);

  runApp(const MyApp());
}

or 

Use inline navigatorKey

child: MaterialApp(
        navigatorKey: navigatorKey,
        debugShowCheckedModeBanner: false,
        ...
        
0
likes
0
points
68
downloads

Publisher

verified publisheralikara.dev

Weekly Downloads

A flutter package to use general purpose services, tools and features.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pluggy