An application used to manage all your tabs in a clean, scrollable, categorized format.

Related tags

Templates tabmanager
Overview

Tabmanager

Created by Sami-ul

npm nodejs flutter postgres

zero license

ahmed.samiul.h@gmail.com

You can contact me here: [email protected]

Recent updates

  • Made the app run faster by using the backend to serve the build
  • Check Usage to know how to use it now

Page 1 Page 2

Info

  • A tab manager that uses Postgres, NodeJS, Express, and Flutter
  • Boxes are draggable
  • Instructions to set up Postgres are in tabmanager_backend\SQL_Queries

Usage

  • Build flutter if updated version is not in tabmanager_backend\flutter_build
  • Navigate to tabmanager_backend and run node .
  • App is open on port 3000

Required Tools

  • Make sure you have the following tools installed
    • Postgres
    • NodeJS
    • Flutter

Setup

  • Deprecated: Use instructions in usage instead, still use this for updating
  • Updating packages
    • To do this navigate to each folder in server
    • Enter these commands in terminal - cd tabmanager_backend - npm install - cd..
      • Now you have updated packages for poetry and npm
      • We will now update flutter packages
        • Navigate to webapp
        • Assuming you are in summarizationapi:
        • cd tabmanager_frontend
        • flutter pub get
  • Now lets run the app
    • Navigate to each folder in server to start the backend - I have not hosted the api anywhere yet so thats why we need to do this(I am only using this for personal use plus database was designed with only localhost in mind) - cd tabmanager_backend - node .
      • Now we can start the frontend
        • Use a separate terminal
        • cd tabmanager_frontend
        • flutter run -d Chrome --release --web-port=5000
      • Now the app will start
You might also like...

Flutter-clean-architecture - A simple flutter project developed with TDD and using Clean Architecture principles.

Clean Architecture This is a study project to practice TDD and a good approach of Clean Architecture for flutter projects. It is based on Reso Coder s

Jul 21, 2022

clean architecture and clean code with flutter , with bloc and getx state managment .

example_bloc A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if

Aug 22, 2022

Flutter starter project - boilerPlate for Clean Architecture with Domain-Driven-Design with commonly used dependencies

flutter_starter_project A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you

Jan 2, 2022

The Flutter app demonstrates displaying data in a weekly format.

The Flutter app demonstrates displaying data in a weekly format.

Flutter weekly chart The Flutter app demonstrates displaying data in a weekly format. I came across this kind of screen in the app that I have been wo

Jan 2, 2023

A simple dart package to convert large numbers to a human readable format. 1278 to 1.2K instead, for example.

A simple dart package to convert large numbers to a human readable format. 1278 to 1.2K instead, for example. Features Represents large numbers in ter

Oct 8, 2022

A simple and customizable flutter package for inputting phone number in intl / international format uses Google's libphonenumber

A simple and customizable flutter package for inputting phone number in intl / international format uses Google's libphonenumber

Intl Phone Number Input A simple and customizable flutter package for inputting phone number in intl / international format uses Google's libphonenumb

Dec 11, 2022

Flutter Currency Format Converter Library

Save your time on a little logic converting a currency from integer to string or string to integer. if you intrested to contribute to our little proje

Dec 7, 2021

A Flutter App To Download Videos From YouTube In Mp3 Format

A Flutter App To Download Videos From YouTube In Mp3 Format

Flutter_YouTube_MP3 App A Simple app To Download mp3 Videos From YouTube ❤️ Found this project useful? If you found this project useful, then please c

Dec 19, 2022
Comments
  • Add search functionality

    Add search functionality

    Theres multiple ways how this could work, maybe at the top of the listview that shows all the events, and then it dynamically removes the ones whos text doesnt match.

    enhancement good first issue 
    opened by Sami-ul 1
  • Make number of horizontal items in grid react to MediaQuery width

    Make number of horizontal items in grid react to MediaQuery width

    To make the widgets scale properly as size of window is smaller, perhaps height can he adjusted as well. Currently it errors when window is made too small.

    bug good first issue 
    opened by Sami-ul 0
Owner
Sami
Sami
MoneyTextFormField is one of the flutter widget packages that can be used to input values in the form of currencies, by displaying the output format in realtime.

MoneyTextFormField MoneyTextFormField is one of the flutter widget packages that can be used to input values in the form of currencies, by displaying

Fadhly Permata 11 Jan 1, 2023
A powerful official extension library of Tab/TabBar/TabView, which support to scroll ancestor or child Tabs when current is overscroll, and set scroll direction and cache extent.

extended_tabs Language: English | 中文简体 A powerful official extension library of Tab/TabBar/TabView, which support to scroll ancestor or child Tabs whe

FlutterCandies 185 Dec 13, 2022
Flutter Responsive Tabs Demo

flutter_responsive_tabs A responsive tabs demo at two different screen size namely tablet and phone. Live Demo: https://apgapg.github.io/flutter_respo

Ayush P Gupta 43 Sep 29, 2022
A JSON serialize class to convert 'to' and 'from' JSON format Enums, DateTime and any of your own classes.

A JSON serialize class to convert 'to' and 'from' JSON format Enums, DateTime and any of your own classes. Introduction Jsonize solves the problem of

null 2 Nov 17, 2022
A recipe app, in which you will learn about different Scrollable widgets.

Scrollable-Widgets : A recipe app, in which you will learn about different Scrollable widgets. Concepts Included : ListView & Nested ListView GridView

Ashirbad Swain 6 Apr 26, 2022
Flutter Scrollable Widgets like ListView,GridView or powerful CustomScrollView can't nest inner scrollview

Introduction Flutter Scrollable Widgets like ListView,GridView or powerful CustomScrollView can't nest inner scrollview. If Nested, inner scrollview w

jaysonss 5 Aug 28, 2022
Api Call Check flutter - A new Flutter project that demonstrates api calling and displays them in a scrollable list

api_fetch A new Flutter project that demonstrates api calling and displays them

Babish Shrestha 0 Jan 2, 2022
Flame behaviors used to organically manage the movement of an entity. Built by Very Good Ventures 🦄

Steering Behaviors Developed with ?? by Very Good Ventures ?? An implementation of steering behaviors for Flame Behaviors. See Steering Behaviors For

Very Good Open Source 7 Oct 9, 2022
Presentation-Remote-PC - Manage your presentation from your smart phone - Phone Client

Presentation-Remote-PC Manage your presentation from your smart phone - Phone Cl

Hasan Ragab Eltantawy 1 Jan 25, 2022
Ouday 25 Dec 15, 2022