v2.0.0flutter_bootstrap
반응형 레이아웃을 위한 Flutter에서의 부트스트랩 그리드 시스템의 부분 구현입니다.
Flutter Bootstrap 그리드 시스템
{"sdk":"flutter"}아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
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.