Coder Social home page Coder Social logo

dart_hub's Introduction

dart_hub

A GitHub client written in flutter. The goal of this project is to build something non-trivial in Flutter to flex the framework's muscles.

Building

In order to build this project, you'll need to add a keys.dart file to the lib/ directory of this project. This file contains the oauth client id and client secret necessary to communicate with the GitHub apis. Inside the file you'll need to define two constants:

const String CLIENT_ID = 'your oauth client id';
const String CLIENT_SECRET = 'your oauth client secret';

You can create an oauth api project here.

Screenshots

Feed

Activity feed

Profile

Profile Repositories Followers Following

Repo

Repo

TODO

  • Activity feed showing recent activity
  • Notifications ui which shows unread notifications
  • Profile ui that shows current logged in user
  • Implement pagination on list screens
  • Implement follower listing view
  • Implement following listing view
  • Move notifications in between search and profile
  • Implement repo listing view
  • Implement showing user activity on profile
  • Repository screen
  • Event items clickable
  • Notif items clickable
  • Add ui for filter parameters on notifs, repos, etc
  • Implement search view
  • File viewer
  • Support more event types

Contributing

This project is moving pretty fast and I'm doing a lot of development on master. Ideas and feedback are always welcome, feel free to open an issue to discuss ๐Ÿ˜„

dart_hub's People

Contributors

samthompson avatar

Watchers

 avatar  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.