pluggy 0.0.4+1
pluggy: ^0.0.4+1 copied to clipboard
A Flutter package that provides general-purpose services, tools, and features for Flutter applications.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
Added #
- New features that will be added in the next release
Changed #
- Changes in existing functionality
Deprecated #
- Features that will be removed in upcoming releases
Removed #
- Features that have been removed
Fixed #
- Bug fixes
Security #
- Security vulnerability fixes
0.0.4 - 2025-10-06 #
0.0.3 2024-01-XX #
Added #
- GoRouter desteği eklendi
- Provider dependency'si eklendi
- AlertService'de context parametresi desteği
- GoRouter context ile güvenli navigation
- Fallback navigation desteği
Changed #
- AlertService GoRouter ile uyumlu hale getirildi
- Sidebar navigation daha güvenli hale getirildi
- README Türkçe olarak güncellendi
Fixed #
- "No GoRouter found in context" hatası çözüldü
- Sidebar navigation hataları düzeltildi
0.0.2 2024-01-XX #
Added #
- Alert Service eklendi
- SnackBar ve BottomSheet desteği
- Context-independent çalışma
- Navigator key desteği
0.0.1 2024-01-XX #
Added #
- İlk sürüm
- Temel yapı
Migration Guide #
From 0.0.1 to 0.0.2 #
To use the new Alert Service in version 0.0.2:
- Update your MaterialApp to include the navigator key:
MaterialApp(
navigatorKey: AlertServiceConfig().navigatorKey,
// ... other properties
)
- Import and use the Alert Service:
import 'package:pluggy/services/alert_service/alert_service.dart';
// Show SnackBar
AlertService.showSnackBar("Your message here");
// Show BottomSheet
AlertService.showBottomSheet("Title", "Message");
Contributing #
When adding new entries to this changelog, please follow the established format and include:
- Clear description of changes
- Migration steps if breaking changes are introduced
- Technical details for developers
- Date of release