Android Studio

Providing that you are using at least dart 2.15 then OnePub works with Android Studio out of the box.

The only actions required are to install OnePub and then login:

flutter pub global activate onepub
onepub login

If you are running a version of Dart pre 2.15 then you will need to run the pub commands manually.

If you are running a Dart version pre 2.12 then follow the pre 2.12 install instructions.

Last updated