Skip to content
View parth2107's full-sized avatar
Block or Report

Block or report parth2107

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

  1. horizon horizon Public

    A modern banking application for everyone

    TypeScript

  2. carhub carhub Public

    Car Showcase Website with Next.js – leveraging its server-side rendering capabilities

    TypeScript

  3. PassItOn PassItOn Public

    JavaScript

  4. Pictolog Pictolog Public

    Swift

  5. Flutter Stack Example.. Flutter Stack Example..
    1
    import 'package:flutter/material.dart';
    2
    
                  
    3
    void main() => runApp(MaterialApp(
    4
      home: Home(),
    5
    ));
  6. dragabbleScrollableSheet.dart dragabbleScrollableSheet.dart
    1
    import 'package:flutter/material.dart';
    2
    import 'package:flutter/services.dart';
    3
    
                  
    4
    class DragabbleScrollableSheetDemo extends StatefulWidget {
    5
      @override