Giter Club home page Giter Club logo

gitter_mobile's Introduction

Gitter Mobile App

Gitter is a community for software developers. This project is the mobile application.

This is an unoffical Gitter mobile app build with flutter and dart. This app is still in development stage.

Prerequisites and start

Follow these instructions to setup and start an environment to develop gitter mobile.

  1. You need flutter and dart sdk on you machine.

  2. Fork and clone this project

    git clone https://github.com/{Your github username}/gitter_mobile.git
  3. Create a file name keys.dart under lib/keys folder This file should contains following code.

    // This are required to get access token from gitter.
    // You can find this under https://developer.gitter.im/apps
    class Keys {
        // This is your app OAUTH KEY
        static const CLIENT_ID = 'Your client id';
        // This is your app OAUTH SECRET
        static const CLIENT_SECERET = 'your client secret';
        // This is your REDIRECT URL
        static const CALLBACK_URL = 'gitter://success';
        // This is the value which is used for call back 
        static const CALL_BACK_URL_SCHEME = 'gitter';
    }
  4. Install Dependencies

    dart pub get 
  5. Now run your app

    flutter run 

    and select your device.

If you are unable to start the app you can create a issue.

Note

  • This app does not support flutter web yet.
  • Not tested on IOS devices.
  • Pull requests should be made against dev not main.

gitter_mobile's People

Contributors

ratakondalaarun avatar

Stargazers

 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.