oh_my_flutter 0.10.0 copy "oh_my_flutter: ^0.10.0" to clipboard
oh_my_flutter: ^0.10.0 copied to clipboard

Empower Flutter with utilities that make development 10x faster.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add oh_my_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  oh_my_flutter: ^0.10.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:oh_my_flutter/oh_my_flutter.dart';