flutter_assets_pkg
A Flutter package that provides pre-built assets and widgets for easy asset management.
Features
- Predefined asset paths
- Asset image widget
- Easy image loading
- Organized asset structure
Installation
Add this package to your pubspec.yaml:
dependencies:
flutter_assets_pkg: ^0.0.1
Usage
import 'package:flutter_assets_pkg/flutter_assets_pkg.dart';
Example:
ShowAssetsImage(
imagePath: BkashAssets.logo,
)
Author
Juwel Rana
License
MIT License