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

discontinued

General Framework Library for help you create project more easy with general standarization style code base

example/example.dart

// import "package:flutter/material.dart";
import "package:general_framework/flutter/material.dart";
import "package:general_framework/general_framework.dart";

// import "package:path/path.dart";
void main(List<String> args) {
  GeneralFramework generalFramework = GeneralFramework();
  generalFramework.init();
  runApp(const MaterialApp());
}
2
likes
0
points
675
downloads

Publisher

unverified uploader

Weekly Downloads

General Framework Library for help you create project more easy with general standarization style code base

Repository (GitHub)
View/report issues

Documentation

Documentation

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

flutter, general_lib, mason_logger, meta, path

More

Packages that depend on general_framework