biancashousecom 17.2.0
biancashousecom: ^17.2.0 copied to clipboard
Bianca's House web site, based on the Particles Background demo
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add biancashousecomThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
biancashousecom: ^17.2.0Alternatively, 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:biancashousecom/main.dart';
import 'package:biancashousecom/main_with_emulator.dart';
import 'package:biancashousecom/pages/flutter_callouts_example/callout_following_scroll_demo.dart';
import 'package:biancashousecom/pages/flutter_callouts_example/callout_with_barrier_demo.dart';
import 'package:biancashousecom/pages/flutter_callouts_example/callout_with_pointer_demo.dart';
import 'package:biancashousecom/pages/flutter_callouts_example/callouts-intro.dart';
import 'package:biancashousecom/pages/flutter_callouts_example/toast_demo.dart';
import 'package:biancashousecom/pages/page_fca_full_example.dart';
import 'package:biancashousecom/pages/page_fca_simple_example.dart';
import 'package:biancashousecom/pages/page_home.dart';
import 'package:biancashousecom/pages/page_row_of_2_panels.dart';
import 'package:biancashousecom/pages/routes-config.dart';