Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

flitter flutter logo gitter-client

gitter client for mobile made with flutter.

gitter client for mobile made with flutter.
flutter_01
flutter_02
flutter_03
flutter_04
flutter_05

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


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Comments are closed.