junction 1.0.0
junction: ^1.0.0 copied to clipboard
Later on, this will be a cross platform file library design to work specifically for the web and natively!
example/junction_example.dart
import 'package:junction/junction.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}