ignitr_cli 0.1.3 copy "ignitr_cli: ^0.1.3" to clipboard
ignitr_cli: ^0.1.3 copied to clipboard

A cli tool to work with Ignitr Project.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

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

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const HomePage(),
    );
  }
}

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

  @override
  Widget build(BuildContext context) {
    return const Scaffold(
      body: Center(
        child: Text('Build something cool!'),
      ),
    );
  }
}
0
likes
130
points
25
downloads

Documentation

API reference

Publisher

verified publisherdevsbuddy.com

Weekly Downloads

A cli tool to work with Ignitr Project.

Homepage

License

MIT (license)

Dependencies

archive, args, dcli, flutter, http, path, pluralize, recase

More

Packages that depend on ignitr_cli