beautiful_loading_indicator 1.0.5 beautiful_loading_indicator: ^1.0.5 copied to clipboard
testing out automated release
example/beautiful_loading_indicator_example.dart
import 'package:beautiful_loading_indicator/beautiful_loading_indicator.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}