All Projects → TunNandaAung → Tweety Mobile

TunNandaAung / Tweety Mobile

Flutter app for Tweety

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Tweety Mobile

Vue Qqmusic
Vue全家桶+Mint-Ui打造高仿QQMusic,搭配详细说明
Stars: ✭ 468 (+1014.29%)
Mutual labels:  mobile-app
Android Notes
Android开发核心知识点笔记(不断更新中🔥)
Stars: ✭ 737 (+1654.76%)
Mutual labels:  mobile-app
Hellovoter
HelloVoter App Suite. Contact your Reps. Canvass for any cause at zero cost.
Stars: ✭ 31 (-26.19%)
Mutual labels:  mobile-app
Threema Android
Threema App for Android.
Stars: ✭ 478 (+1038.1%)
Mutual labels:  mobile-app
Tinder React Native
Tinder clone - React Native.
Stars: ✭ 661 (+1473.81%)
Mutual labels:  mobile-app
Flutter Restaruant App
Restaurant Applebee | Food Delivery Mobile App with NodeJS Backend.
Stars: ✭ 23 (-45.24%)
Mutual labels:  mobile-app
React Native Mixpanel
A React Native wrapper for Mixpanel tracking
Stars: ✭ 451 (+973.81%)
Mutual labels:  mobile-app
Ns Vue Radio
A native white-label application built with NativeScript-Vue for community radios
Stars: ✭ 36 (-14.29%)
Mutual labels:  mobile-app
Ribs
Uber's cross-platform mobile architecture framework.
Stars: ✭ 6,641 (+15711.9%)
Mutual labels:  mobile-app
Mangosta Ios
MongooseIM client for iOS
Stars: ✭ 28 (-33.33%)
Mutual labels:  mobile-app
Immuni App Ios
Official repository for the iOS version of the immuni application
Stars: ✭ 545 (+1197.62%)
Mutual labels:  mobile-app
Trace
Modern crypto portfolio & market explorer. Built with @Flutter
Stars: ✭ 655 (+1459.52%)
Mutual labels:  mobile-app
Immuni App Android
Official repository for the Android version of the immuni application
Stars: ✭ 881 (+1997.62%)
Mutual labels:  mobile-app
Eeui
📱 使用 Vue.js 跨平台开发高质量原生(Android/iOS)应用。
Stars: ✭ 475 (+1030.95%)
Mutual labels:  mobile-app
React Native Uber Clone
Uber UI Clone in React Native
Stars: ✭ 35 (-16.67%)
Mutual labels:  mobile-app
Berty
Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network
Stars: ✭ 5,101 (+12045.24%)
Mutual labels:  mobile-app
Zmninja
High performance, cross platform ionic app for Home/Commerical Security Surveillance using ZoneMinder
Stars: ✭ 762 (+1714.29%)
Mutual labels:  mobile-app
Reactgym
Workout-Tracking app built in ES6 using react, flux and ImmutableJS
Stars: ✭ 36 (-14.29%)
Mutual labels:  mobile-app
Checkmyhttps
We propose a user-friendly add-on that allows you to check if your encrypted web traffic (SSL/TLS) towards secured Internet servers (HTTPS) is not intercepted (being listened to).
Stars: ✭ 35 (-16.67%)
Mutual labels:  mobile-app
Awesome Flutter
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
Stars: ✭ 38,582 (+91761.9%)
Mutual labels:  mobile-app

Tweety

Mobile app for Tweety written in Flutter.

Screenshots (in dark mode)

Login Screen Register Screen Tweets Screen Explore Screen Profile Screen
Login Screen Register Screen Tweets Screen Explore Screen Explore Screen
Publish Tweet/Reply Form Mention Users Nav Drawer Account Settings Screen Theme Settings Screen
Publish Tweet/Reply Form Mention Users Nav Drawer Account Settings Screen Theme Settings Screen
Single Tweet Screen User Search Result Edit Profile Screen Follow/Follower List Screen Notificaitons Screen
Single Tweet Screen User Search Result Edit Profile Follow/Follower List Screen Notifications Screen
Messages Screen Chat Screen Empty Chat Screen
Messages Screen Chat Screen Empty Chat

Installation

Prerequisites

  • To run this project, you must have Dart Programming Language and Flutter SDK installed in your machine.
  • You must also set up the backend server for Tweety. You can find the instructions here.

Step 1

  • Begin by cloning this repository to your machine.
  • To install dependencies, run this command in your terminal
flutter pub get

Step 2

  • Next, boot up a server and reference you localhost url in lib/constants/api_constants.dart file as below. For this, you can also user services like Laravel Valet or Expose to get a shareable sites.
static const BASE_URL = 'YOUR_LOCALHOST_URL_OR_SHARED_SITES_URL/api';

Realtime chat

For realtime chat, to use localhost url generated with php artisan serve (10.0.3.2 for Genymotion, 10.0.2.2 for official android emulator) because websocket port 6001 cannot be set up on Expose or Ngrok.

Features

All the features avaiable in web app are also available in mobile app.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].