Giter VIP home page Giter VIP logo

flitter's Introduction

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

flitter's People

Contributors

jmolins avatar kleak avatar lejard-h avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flitter's Issues

pub get failed for Dart SDK 2.5.0

Hi,

I'm trying to git clone and "flutter packages get":

The current Dart SDK version is 2.5.0-dev.1.0.flutter-0ca1582afd.

Because flitter depends on flutter_markdown <0.2.0 which requires SDK version >=1.19.0 <2.0.0, version solving failed.
Running "flutter pub get" in flitter...
pub get failed (1)
``

Should I manually change the dependency?

BR,Xu

bug with theme

here is the stacktrace

I/flutter (30382): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
I/flutter (30382): The following NoSuchMethodError was thrown building Splash(dirty):
I/flutter (30382): The getter 'state' was called on null.
I/flutter (30382): Receiver: null
I/flutter (30382): Tried calling: state
I/flutter (30382): When the exception was thrown, this was the stack:
I/flutter (30382): #0      Object._noSuchMethod (dart:core-patch/object_patch.dart:43)
I/flutter (30382): #1      Object.noSuchMethod (dart:core-patch/object_patch.dart:47)
I/flutter (30382): #2      Splash.build (package:flitter/app.dart:32)
I/flutter (30382): #3      StatelessElement.build (package:flutter/src/widgets/framework.dart:3209)
I/flutter (30382): #4      ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3154)
I/flutter (30382): #5      Element.rebuild (package:flutter/src/widgets/framework.dart:3055)
I/flutter (30382): #6      ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3134)
I/flutter (30382): #7      ComponentElement.mount (package:flutter/src/widgets/framework.dart:3129)
I/flutter (30382): #8      Element.inflateWidget (package:flutter/src/widgets/framework.dart:2513)
I/flutter (30382): #9      Element.updateChild (package:flutter/src/widgets/framework.dart:2316)
I/flutter (30382): #10     RenderObjectToWidgetElement._rebuild (package:flutter/src/widgets/binding.dart:589)
I/flutter (30382): #11     RenderObjectToWidgetElement.mount (package:flutter/src/widgets/binding.dart:560)
I/flutter (30382): #12     RenderObjectToWidgetAdapter.attachToRenderTree.<anonymous closure> (package:flutter/src/widgets/binding.dart:506)
I/flutter (30382): #13     BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:1885)
I/flutter (30382): #14     RenderObjectToWidgetAdapter.attachToRenderTree (package:flutter/src/widgets/binding.dart:505)
I/flutter (30382): #15     BindingBase&SchedulerBinding&GestureBinding&ServicesBinding&RendererBinding&WidgetsBinding.attachRootWidget (package:flutter/src/widgets/binding.dart:400)
I/flutter (30382): #16     runApp (package:flutter/src/widgets/binding.dart:438)
I/flutter (30382): #17     run (package:flitter/app.dart:85)
I/flutter (30382): <asynchronous suspension>
I/flutter (30382): #18     main (file:///home/kleak/Work/flitter/lib/main.dart:13)
I/flutter (30382): #19     _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:265)
I/flutter (30382): #20     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:151)
I/flutter (30382): ════════════════════════════════════════════════════════════════════════════════════════════════════

Messages Notifications

We should have a flutter plugin to push notification when there is new message.
The user should be able to configure if he wants notifications from a specific room

License ?

Hello, under what license is this project released under ? Thank-you.

Room activity

We should be able to see the github room activity (issues, pull request ...) on a specific view

Login is stuck

Logged in using github, allowed the app, get redirected to the login screen (infinite loop)

WebView plugin for auth

For the moment we are opening chrome to authenticate the user on gitter.
We should have a flutter plugin that create a webview on top of our application.

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.