get_bootstrap 0.0.2 copy "get_bootstrap: ^0.0.2" to clipboard
get_bootstrap: ^0.0.2 copied to clipboard

Fork do projeto Bootstrap.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add get_bootstrap

With Flutter:

 $ flutter pub add get_bootstrap

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

dependencies:
  get_bootstrap: ^0.0.2

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:get_bootstrap/bootstrap.dart';
import 'package:get_bootstrap/components/navbar.dart';
import 'package:get_bootstrap/components/sidebar/sidebar.dart';
import 'package:get_bootstrap/components/sidebar/sidebar_group.dart';
import 'package:get_bootstrap/components/sidebar/sidebar_header.dart';
import 'package:get_bootstrap/components/theme_data.dart';
import 'package:get_bootstrap/core/grid_tier.dart';
import 'package:get_bootstrap/core/models/responsive_breakpoints.dart';
import 'package:get_bootstrap/grid/bt_col.dart';
import 'package:get_bootstrap/grid/bt_row.dart';
import 'package:get_bootstrap/helpers/colors.dart';
import 'package:get_bootstrap/layout/bt_container.dart';
1
likes
0
pub points
23%
popularity

Publisher

unverified uploader

Fork do projeto Bootstrap.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, google_fonts

More

Packages that depend on get_bootstrap