flui icon indicating copy to clipboard operation
flui copied to clipboard

A powerful UI framework for Google Flutter.

Results 15 flui issues
Sort by recently updated
recently updated
newest added

Because flui >=0.9.0 depends on json_annotation ^3.0.1 and neat_periodic_task 2.0.0 depends on json_annotation ^4.0.0, flui >=0.9.0 is incompatible with neat_periodic_task 2.0.0. So, because new_box depends on both neat_periodic_task 2.0.0 and...

我按照文档使用FLCountStepper组件 The following _TypeError was thrown building Builder: type 'int' is not a subtype of type 'bool' 会出现以下错误

bug

You can propose the widgets you want under this issue.

enhancement
flui

> 测试源码 ```dart import 'package:flui/flui.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; /// 用户中心页面 class UserSettingPage extends StatefulWidget { UserSettingPage({Key key}) : super(key: key); @override _UserSettingPageState createState() => _UserSettingPageState(); } class _UserSettingPageState extends...

bug