Skip to content
View nemoramune's full-sized avatar

Block or report nemoramune

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. usePagingController is a FlutterHook... usePagingController is a FlutterHooks for PagingController in infinite_scroll_pagination
    1
    import 'package:flutter/widgets.dart';
    2
    import 'package:flutter_hooks/flutter_hooks.dart';
    3
    import 'package:infinite_scroll_pagination/infinite_scroll_pagination.dart';
    4
    
                  
    5
    /// Creates [PagingController] that will be disposed automatically.
  2. result.dart result.dart
    1
    import 'dart:async';
    2
    
                  
    3
    import 'package:freezed_annotation/freezed_annotation.dart';
    4
    
                  
    5
    part 'result.freezed.dart';
  3. Fragmentでbindingを保持するとメモリリークになっちゃうので... Fragmentでbindingを保持するとメモリリークになっちゃうので、onDestroyView時に開放するDelegate
    1
    fun <T: ViewBinding>Fragment.viewBinding(
    2
        viewBinder: (View) -> T
    3
    ): ReadOnlyProperty<Fragment, T?> = FragmentViewBindingDelegate { view?.let(viewBinder) }
    4
    
                  
    5
    private class FragmentViewBindingDelegate<T: ViewBinding>(
  4. AboutAndroidMVVM AboutAndroidMVVM Public

    Kotlin

  5. pokedex-flutter pokedex-flutter Public

    Dart 1