baymax 1.0.0 copy "baymax: ^1.0.0" to clipboard
baymax: ^1.0.0 copied to clipboard

Shared, app-agnostic Flutter building blocks: a typed network client, an adaptive app shell, themeable design tokens, and environment config.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add baymax

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

dependencies:
  baymax: ^1.0.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:baymax/baymax.dart';
1
likes
150
points
37
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Shared, app-agnostic Flutter building blocks: a typed network client, an adaptive app shell, themeable design tokens, and environment config.

Repository (GitHub)
View/report issues

Topics

#flutter #networking #theming

License

BSD-3-Clause (license)

Dependencies

dio, flutter, fpdart

More

Packages that depend on baymax