flitter

  • Owner: dart-flitter/flitter
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

flitter

Gitter Client for Mobile made with Flutter

Build Status

Getting Started

For help getting started with Flutter, view our online
documentation.

Configuration

Create a main.dart inside lib folder with the following content.

import 'package:flitter/app.dart' as flitter;
import 'package:flitter/services/flitter_config.dart';

main() {
  Config.init(gitter: const GitterConfig(
      appId: "<GITTER_APP_ID>",
      appSecret: "<GITTER_APP_SECRET>",
      redirectionUrl: "<GITTER_REDIRECTION_URL>"));

  flitter.run();
}

As GITTER_REDIRECTION_URL value use "http://localhost:8080".

More Infos

Main metrics

Overview
Name With Ownerdart-flitter/flitter
Primary LanguageDart
Program languageJava (Language Count: 5)
Platform
License:
所有者活动
Created At2017-03-29 12:46:34
Pushed At2018-03-12 02:17:45
Last Commit At2018-03-11 13:45:28
Release Count0
用户参与
Stargazers Count182
Watchers Count16
Fork Count39
Commits Count136
Has Issues Enabled
Issues Count22
Issue Open Count10
Pull Requests Count9
Pull Requests Open Count1
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private