Skip to content

Commit

Permalink
[RE] - TR Language fixes (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
selimkosgen committed Jul 6, 2023
1 parent 54af320 commit 6ca32e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/translations/tr_TR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,8 @@ Mevcut tüm obje listesi için [here](https://pub.dev/documentation/provider/lat
| ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Provider](https://pub.dartlang.org/documentation/provider/latest/provider/Provider-class.html) | Provider'ın en basit hali. Bir değeri alır ve onu expose eder. |
| [ListenableProvider](https://pub.dartlang.org/documentation/provider/latest/provider/ListenableProvider-class.html) | Dinlenebilir bir obje için spesifik bir provider türü. ListenableProvider objeyi dinlerken aynı zamanda widgetı rebuild edilmesi konusunda uyarma işlemlerini listener çağırıldığında tetikler.|
| [ChangeNotifierProvider](https://pub.dartlang.org/documentation/provider/latest/provider/ChangeNotifierProvider-class.html) | ListenableProvider'ın ChangeNotifier için özelliştirilmiş hali. Otomatik olarak gerekli durumlarda `ChangeNotifier.dispose` çağırır. |
| [ValueListenableProvider](https://pub.dartlang.org/documentation/provider/latest/provider/ValueListenableProvider-class.html) | Listen to a ValueListenable and only expose `ValueListenable.value`. |
| [ChangeNotifierProvider](https://pub.dartlang.org/documentation/provider/latest/provider/ChangeNotifierProvider-class.html) | ListenableProvider'ın ChangeNotifier için özelleştirilmiş hali. Otomatik olarak gerekli durumlarda `ChangeNotifier.dispose` çağırır. |
| [ValueListenableProvider](https://pub.dartlang.org/documentation/provider/latest/provider/ValueListenableProvider-class.html) | ValueListenable dinlemesi yaparak sadece `ValueListenable.value` değerini expose edin. |
| [StreamProvider](https://pub.dartlang.org/documentation/provider/latest/provider/StreamProvider-class.html) | Bir stream'i dinler ve son entegre edilmiş değeri expose eder. |
| [FutureProvider](https://pub.dartlang.org/documentation/provider/latest/provider/FutureProvider-class.html) | `Future` alır ve bağımlılık durumunun tamamlanmasını kontrol eder. |

Expand Down

0 comments on commit 6ca32e2

Please sign in to comment.