sagarsl_flutter_library 0.0.1
sagarsl_flutter_library: ^0.0.1 copied to clipboard
A Flutter utility package providing reusable widgets, custom animations, and helper functions for streamlined app development.
my_flutter_library #
A Flutter utility package providing reusable widgets, custom animations, and helper functions for streamlined app development.
Features #
- Custom widgets for common UI patterns
- Reusable animations and transitions
- Utility functions for data handling
- Helper methods for state management
Getting started #
Add this to your package's pubspec.yaml file:
dependencies:
my_flutter_library: ^0.0.1
Install it:
flutter pub get
Usage #
import 'package:my_flutter_library/my_flutter_library.dart';
// Example widget usage
MyCustomWidget(
title: 'Hello',
onTap: () => print('Tapped'),
);
Additional information #
- Package homepage: GitHub
- Bug reports and feature requests: Issue Tracker
- Want to contribute? Create a pull request
- License: MIT