setup_library 1.0.0+2 copy "setup_library: ^1.0.0+2" to clipboard
setup_library: ^1.0.0+2 copied to clipboard

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

Setup Library #

A Flutter library for state management, networking, and preferences.

Installation #

Add this to your pubspec.yaml:

dependencies:
  setup_library: ^0.0.1

Then run:

flutter pub get

Usage #

Import the library:

import 'package:setup_library/library.dart';

Example usage:

void main() {
  Bloc.observer = MyBlocObserver();
  runApp(MyApp());
}

License #

This project is licensed under the MIT License - see the LICENSE file for details.


Changelog #

0.0.1 #

  • Initial release with BlocObserver, SharedPreferences, and UI resources.

License #

MIT License

MIT License

Copyright (c) 2025 Rewan Nashat

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

- Proper attribution must be given.
2
likes
50
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

Documentation

API reference

License

unknown (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 setup_library