packagia 0.0.1 copy "packagia: ^0.0.1" to clipboard
packagia: ^0.0.1 copied to clipboard

text showing package.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:packagia/packagia.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',

      home: Scaffold(
        appBar: AppBar(
          title: const Text('Prottoys first package'),
        ),
        body: const Center(child: Packagia(text: 'this is prottoys first package testing'),),
      ),
    );
  }
}
1
likes
150
points
13
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

text showing package.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on packagia