こんにちわ!
プログラミングの勉強してるよ
Android開発が比較的得意かも
Pinned Loading
-
usePagingController is a FlutterHook...
usePagingController is a FlutterHooks for PagingController in infinite_scroll_pagination 1import 'package:flutter/widgets.dart';
2import 'package:flutter_hooks/flutter_hooks.dart';
3import 'package:infinite_scroll_pagination/infinite_scroll_pagination.dart';
45/// Creates [PagingController] that will be disposed automatically.
-
result.dart
result.dart 1import 'dart:async';
23import 'package:freezed_annotation/freezed_annotation.dart';
45part 'result.freezed.dart';
-
Fragmentでbindingを保持するとメモリリークになっちゃうので...
Fragmentでbindingを保持するとメモリリークになっちゃうので、onDestroyView時に開放するDelegate 1fun <T: ViewBinding>Fragment.viewBinding(
2viewBinder: (View) -> T
3): ReadOnlyProperty<Fragment, T?> = FragmentViewBindingDelegate { view?.let(viewBinder) }
45private class FragmentViewBindingDelegate<T: ViewBinding>(
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.