rlstyles 3.0.3 copy "rlstyles: ^3.0.3" to clipboard
rlstyles: ^3.0.3 copied to clipboard

Using the writing method of RN to develop fluent to reduce the nesting of hell

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rlstyles

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  rlstyles: ^3.0.3

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:rlstyles/Component/CssRule.dart';
import 'package:rlstyles/Component/Frame.dart';
import 'package:rlstyles/Component/HexColor.dart';
import 'package:rlstyles/Component/ImageView.dart';
import 'package:rlstyles/Component/NoShadowScrollBehavior.dart';
import 'package:rlstyles/Component/ScrollView.dart';
import 'package:rlstyles/Component/Styles.dart';
import 'package:rlstyles/Component/StylesMap.dart';
import 'package:rlstyles/Component/TextInputView.dart';
import 'package:rlstyles/Component/TextView.dart';
import 'package:rlstyles/Tailwind/index.dart';
import 'package:rlstyles/Tool/Tool.dart';
import 'package:rlstyles/Tool/base.dart';
import 'package:rlstyles/main.dart';
2
likes
65
pub points
0%
popularity

Publisher

unverified uploader

Using the writing method of RN to develop fluent to reduce the nesting of hell

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, flutter_hooks, flutter_screenutil

More

Packages that depend on rlstyles