Giter Club home page Giter Club logo

methodslist's Introduction

methodsList

Table of Contents

About

methodsList is an app in development which, in essence, lets you drag and drop a source code file and the app shows a list of all classes and methods within that source code. Currently the app supports Object Oriented Programming (OOP) languages.

The app is developed fully with Flutter (Dart), with the help of some external libraries.

The app is expected to be ready for downloads by February 2023, for MacOS.

App Demo

The list of supported languages are:

  1. Java
  2. Python
  3. PHP
  4. Perl
  5. Ruby
  6. GoLang

Usage

Using the app is simple, the user only needs to drag and drop the source code inside the window, and the app will return a list of all classes and methods from that source code, and also the lines in which they occur.

File Description and Dependencies

File Name Description
main.dart Initializes app and calls main_screen.dart
main_screen.dart Creates home screen and calls drag_drop.dart to get a list of all classes and methods in a source code file as soon as it is dropped in the window.

Dependencies:
1. macos_ui
2. desktop_drop
3. cross_file
4. scrollable_positioned_list
drag_drop.dart Reads through the source code file and pulls out a list of all classes and methods within it, and returns it.

methodslist's People

Contributors

srivathsansivakumar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.