general_framework 0.0.1
general_framework: ^0.0.1 copied to clipboard
General Framework Library for help you create project more easy with general standarization style code base
example/example.dart
import "package:path/path.dart" if (dart.library.ui) ":ath/path.dart";
// import "package:path/path.dart";
void main(List<String> args) {
join("part1");
}