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

GMana project for flutter widgets and other utilities for convenient develop and consistency.

example/lib/main.dart

import 'package:flutter/material.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Scaffold(body: Center(child: Text('Hello World!'))),
    );
  }
}
1
likes
0
points
15
downloads

Publisher

verified publishergmana.co

Weekly Downloads

GMana project for flutter widgets and other utilities for convenient develop and consistency.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on gmana_flutter