bloom_framework 0.2.3 copy "bloom_framework: ^0.2.3" to clipboard
bloom_framework: ^0.2.3 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 Dart:

 $ dart pub add bloom_framework

With Flutter:

 $ flutter pub add bloom_framework

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

dependencies:
  bloom_framework: ^0.2.3

Alternatively, your editor might support dart pub get or 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_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';