oh_my_flutter 0.11.1 copy "oh_my_flutter: ^0.11.1" to clipboard
oh_my_flutter: ^0.11.1 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.11.1

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';