v2.0.0flutter_bootstrap
A partial implementation of Bootstrap Grid system in Flutter for Responsive Layout.
Flutter Bootstrap Grid System
{"sdk":"flutter"}English project snapshot. Visit GitHub for the latest content.
A partial implementation of Bootstrap Grid system in Flutter for Responsive Layout.
https://raw.githubusercontent.com/boeledi/flutter_bootstrap/HEAD/flutter_bootstrap.gif
You should ensure that you add the following dependency in your Flutter project.
dependencies:
flutter_bootstrap: "^2.0.0"
You should then run flutter packages upgrade or update your packages in IntelliJ.
In your Dart code, to use it:
import 'package:flutter_bootstrap/flutter_bootstrap.dart';
This package exposes 4 new Widgets:
...and a series of helper methods:
It implements the following Bootstrap4 features:
Full documentation and examples can be found on my website.
An example can be found in the example folder. Check it out.