Skip to content
View Gj1337's full-sized avatar

Block or report Gj1337

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. the_movies_explore the_movies_explore Public

    A Flutter app for exploring movies, searching and bookmarking your favourite. Enjoy a fast, reliable interface to effortlessly discover new releases.

    Dart

  2. Dart lint rules Dart lint rules
    1
    include: package:flutter_lints/flutter.yaml
    2
    
                  
    3
    analyzer:
    4
      exclude:
    5
        - "**/*.g.dart"
  3. Bash alias and fnc Bash alias and fnc
    1
    #List of my alias and fncs
    2
    
                  
    3
    #Ubuntu 
    4
    # alias packages_upgrade='sudo apt update && sudo apt upgrade -y && export SNAP_AUTO_CONFIRM=true && sudo snap refresh && sudo flatpak update -y'
    5
    # alias iua='sudo intel-undervolt apply'
  4. Scroll up button wrapper Scroll up button wrapper
    1
    import 'package:flutter/material.dart';
    2
    
                  
    3
    void main() => runApp(
    4
          MaterialApp(
    5
            theme: theme,