sm_get_cli 1.9.1-fork.1 copy "sm_get_cli: ^1.9.1-fork.1" to clipboard
sm_get_cli: ^1.9.1-fork.1 copied to clipboard

CLI for GetX™ framework to build Flutter and Server Applications easily

example/lib/main.dart

import 'package:flutter/material.dart';

import 'package:get/get.dart';

import 'app/routes/app_pages.dart';

void main() {
  runApp(
    GetMaterialApp(
      title: "Application",
      initialRoute: AppPages.initial,
      getPages: AppPages.routes,
    ),
  );
}
0
likes
0
points
197
downloads

Publisher

verified publishershay.wang

Weekly Downloads

CLI for GetX™ framework to build Flutter and Server Applications easily

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ansicolor, collection, dart_style, dcli, http, intl, meta, path, process_run, pub_semver, pubspec_parse, recase, version, yaml, yaml_edit

More

Packages that depend on sm_get_cli