gitlab_test_publish 0.0.1 gitlab_test_publish: ^0.0.1 copied to clipboard
A test package only existing to test the automated publishing from gitlab CI/CD pipeline
example/gitlab_test_publish_example.dart
import 'package:gitlab_test_publish/gitlab_test_publish.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}