v2.0.0flutter_bootstrap
फ्लटर में रिस्पॉन्सिव लेआउट के लिए बूटस्ट्रैप ग्रिड सिस्टम का एक आंशिक कार्यान्वयन।
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.