📜  如何在 Flutter 中使用 Bootstrap? - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:08.749000             🧑  作者: Mango

代码示例1
Flutter does not come with a Bootstrap library. 
You can't use an existing one too, as flutter use neither a webview nor native components for rendering.

If you miss something that is available in bootstrap, create it yourself for flutter.