podfile_modifier 0.1.0
podfile_modifier: ^0.1.0 copied to clipboard
A Dart package to modify the Podfile for Flutter projects.
example/podfile_modifier_example.dart
import 'package:podfile_modifier/podfile_modifier.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}