8000 HiddenZz · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View HiddenZz's full-sized avatar

Block or report HiddenZz

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. scope.dart scope.dart
    1
    import 'package:collection/collection.dart';
    2
    import 'package:flutter/material.dart';
    3
    
                  
    4
    typedef DelegateAccess<D extends ScopeDelegate> = D Function(
    5
      BuildContext, {
  2. sticky.dart sticky.dart
    1
    
                  
    2
    import 'package:flutter/material.dart';
    3
    import 'package:flutter/rendering.dart';
    4
    import 'package:flutter/scheduler.dart';
    5
    import 'package:flutter/foundation.dart';
  3. discount_bar.dart discount_bar.dart
    1
    
                  
    2
    class DiscountBar extends StatefulWidget {
    3
      const DiscountBar({super.key, required this.discount});
    4
      final DiscountModel discount;
    5
    
                  
  4. form.dart form.dart
    1
    
                  
    2
    class InputRegistrationFormWidget extends StatefulWidget {
    3
      const InputRegistrationFormWidget(
    4
          {super.key, required this.validateNotifier, this.exceptions});
    5
      final ValueNotifier<bool> validateNotifier;
  5. pokemon pokemon Public

    Dart

  6. TaskManager TaskManager Public

    Go

0