layerx_generator 2.1.0 copy "layerx_generator: ^2.1.0" to clipboard
layerx_generator: ^2.1.0 copied to clipboard

A Flutter package that auto-generates a structured LayerX directory with GetX integration, MVVM pattern, and essential services for scalable projects.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'app/app_widget.dart';
import 'app/config/config.dart';
import 'app/services/logger_service.dart';

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();

  LoggerService.banner(name: AppConfig.appName, env: 'debug');

  // ✅ Uncomment when Firebase / Notifications are enabled:
  // await Firebase.initializeApp();
  // await NotificationService.initialize();

  runApp(const LayerXApp());
}
32
likes
150
points
264
downloads

Documentation

API reference

Publisher

verified publisherthebughex.com

Weekly Downloads

A Flutter package that auto-generates a structured LayerX directory with GetX integration, MVVM pattern, and essential services for scalable projects.

Repository (GitHub)
View/report issues

Topics

#flutter #getx #mvvm #codegen #cli

License

BSD-3-Clause (license)

Dependencies

args, path, yaml

More

Packages that depend on layerx_generator