flutter_common_widgets_softx 0.0.1 copy "flutter_common_widgets_softx: ^0.0.1" to clipboard
flutter_common_widgets_softx: ^0.0.1 copied to clipboard

A beautiful collection of reusable Flutter UI widgets — buttons, loaders, dividers, and snackbars — built by Ronak Softx.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_common_widgets_softx

With Flutter:

 $ flutter pub add flutter_common_widgets_softx

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

dependencies:
  flutter_common_widgets_softx: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_common_widgets_softx/common/app_button.dart';
import 'package:flutter_common_widgets_softx/common/app_dashed_divider.dart';
import 'package:flutter_common_widgets_softx/common/app_divider.dart';
import 'package:flutter_common_widgets_softx/common/app_loader.dart';
import 'package:flutter_common_widgets_softx/common/app_outline_button.dart';
import 'package:flutter_common_widgets_softx/common/app_snackbar.dart';
import 'package:flutter_common_widgets_softx/common/app_text.dart';
import 'package:flutter_common_widgets_softx/common/app_textfield.dart';
import 'package:flutter_common_widgets_softx/common_widget.dart';
3
likes
0
points
26
downloads

Publisher

verified publisherronak-vasoliya.devservers.site

Weekly Downloads

A beautiful collection of reusable Flutter UI widgets — buttons, loaders, dividers, and snackbars — built by Ronak Softx.

Homepage

License

unknown (license)

Dependencies

flutter, flutter_spinkit, google_fonts

More

Packages that depend on flutter_common_widgets_softx