testlibrary 1.0.0+1 copy "testlibrary: ^1.0.0+1" to clipboard
testlibrary: ^1.0.0+1 copied to clipboard

retracted[pending analysis]

A Flutter library for managing app themes, custom widgets, and shared utilities.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add testlibrary

With Flutter:

 $ flutter pub add testlibrary

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

dependencies:
  testlibrary: ^1.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:testlibrary/domian/bloc_observer.dart';
import 'package:testlibrary/domian/end-point.dart';
import 'package:testlibrary/domian/local/sharedPref.dart';
import 'package:testlibrary/main.dart';
import 'package:testlibrary/presentation/resources/colors-manager.dart';
import 'package:testlibrary/presentation/resources/constants/custom-button-constant.dart';
import 'package:testlibrary/presentation/resources/constants/custom-drawer-constant.dart';
import 'package:testlibrary/presentation/resources/constants/custom-staticwidget.dart';
import 'package:testlibrary/presentation/resources/constants/custom-text-constant.dart';
import 'package:testlibrary/presentation/resources/constants/custom-textclick-constant.dart';
import 'package:testlibrary/presentation/resources/constants/custom-textfield-constant.dart';
import 'package:testlibrary/presentation/resources/font-manager.dart';
import 'package:testlibrary/presentation/resources/routes-manager.dart';
import 'package:testlibrary/presentation/resources/styles-manager.dart';
import 'package:testlibrary/presentation/resources/theme-manager.dart';
import 'package:testlibrary/presentation/resources/values_manager.dart';
0
likes
0
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter library for managing app themes, custom widgets, and shared utilities.

Repository (GitHub)
View/report issues

License

(pending) (license)

Dependencies

bloc, conditional_builder_null_safety, cupertino_icons, device_preview, dio, flutter, flutter_bloc, flutter_screenutil, fluttertoast, hexcolor, loader_overlay, loading_animation_widget, shared_preferences

More

Packages that depend on testlibrary