the_flutter_ui 0.4.1 the_flutter_ui: ^0.4.1 copied to clipboard
FlutterUI,better to UI。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add the_flutter_ui
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
the_flutter_ui: ^0.4.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:the_flutter_ui/extension/common.dart';
import 'package:the_flutter_ui/extension/scope_ex.dart';
import 'package:the_flutter_ui/flutter_ui.dart';
import 'package:the_flutter_ui/input.dart';
import 'package:the_flutter_ui/ui/action.dart';
import 'package:the_flutter_ui/ui/border.dart';
import 'package:the_flutter_ui/ui/color.dart';
import 'package:the_flutter_ui/ui/effect/bottom_fab_location.dart';
import 'package:the_flutter_ui/ui/effect/gradient_tab_indicator.dart';
import 'package:the_flutter_ui/ui/layout.dart';
import 'package:the_flutter_ui/ui/layout/empty_view.dart';
import 'package:the_flutter_ui/ui/layout/refresh_layout.dart';
import 'package:the_flutter_ui/ui/rounded_rectangle.dart';
import 'package:the_flutter_ui/ui/widget/button.dart';
import 'package:the_flutter_ui/ui/widget/complex/blur_panel.dart';
import 'package:the_flutter_ui/ui/widget/complex/swiper.dart';
import 'package:the_flutter_ui/ui/widget/image.dart';
import 'package:the_flutter_ui/ui/widget/text.dart';
import 'package:the_flutter_ui/ui/widget/text_field.dart';
import 'package:the_flutter_ui/values/colors.dart';
import 'package:the_flutter_ui/values/dimens.dart';
import 'package:the_flutter_ui/values/others.dart';