vyuh_feature_developer 1.13.2 copy "vyuh_feature_developer: ^1.13.2" to clipboard
vyuh_feature_developer: ^1.13.2 copied to clipboard

A Developer-focused feature that shows all the included features in a Vyuh-enabled App

example/main.dart

import 'package:flutter/material.dart';
import 'package:vyuh_core/vyuh_core.dart' as vc;
import 'package:vyuh_feature_developer/vyuh_feature_developer.dart'
    as developer;

void main() async {
  vc.runApp(
    features: () => [
      // feature that shows all the included features in a Vyuh-enabled App
      developer.feature,
    ],
    platformWidgetBuilder:
        vc.PlatformWidgetBuilder.system.copyWith(appBuilder: (platform) {
      return MaterialApp.router(
        title: 'Vyuh Demo',
        debugShowCheckedModeBanner: false,
        routerConfig: platform.router.instance,
      );
    }),
  );
}
copied to clipboard
2
likes
130
points
270
downloads

Publisher

verified publishervyuh.tech

Weekly Downloads

2024.09.13 - 2025.03.28

A Developer-focused feature that shows all the included features in a Vyuh-enabled App

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#vyuh #feature #developer #system

Documentation

API reference

License

unknown (license)

Dependencies

collection, flutter, flutter_sticky_header, go_router, vyuh_core, vyuh_extension_content

More

Packages that depend on vyuh_feature_developer