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

A customizable fake terminal widget for Flutter applications.

example/main.dart

import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(title: const Text("Fake Terminal Example")),

      ),
    );
  }
}
0
likes
0
points
383
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable fake terminal widget for Flutter applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on fake_terminal