bloom_framework 0.4.1 copy "bloom_framework: ^0.4.1" to clipboard
bloom_framework: ^0.4.1 copied to clipboard

An opinionated application framework and developer platform built on Dart and Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bloom_framework

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

dependencies:
  bloom_framework: ^0.4.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:bloom_framework/bloom.dart';
import 'package:bloom_framework/bloom_config.dart';
import 'package:bloom_framework/bloom_core.dart';
import 'package:bloom_framework/bloom_data.dart';
import 'package:bloom_framework/bloom_mobile.dart';
import 'package:bloom_framework/bloom_modules.dart';
import 'package:bloom_framework/bloom_observability.dart';
import 'package:bloom_framework/bloom_server.dart';
import 'package:bloom_framework/bloom_testing.dart';
import 'package:bloom_framework/bloom_updates.dart';