An app to help you build your vocabulary.This app contains 800+ curated GRE words

Overview

Vocabhub 0.3.5

A vocabulary app built with Flutter and Supabase, that is simple to use and available on multiple platforms with

  • 800+ most common GRE words
  • provides synonyms, mnemonics, examples to understand each word
  • intelligent search that allows searching for a word with its meaning, synonym.
  • supports dark mode for the night owls
  • More words and features are being added every week.

Adds Support for Dark Mode

v0.2.2

Say Hello to Dark Mode

Drawer Home Add Word

Say Hello to Light Mode

Drawer Home Add Word
v0.2.0
v0.1.0

Platform

Android iOS MacOS Web
โœ… โœ… โŒ โœ…

Try it out on the web

Contributing

Feel Free to contribute to this app, Data being collected from this sheet. Contribution does not necessarily mean sending a pull request you could also contribute by improving the sheet.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Comments
  • capitalize extension logic is wrong

    capitalize extension logic is wrong

    Describe the bug The logic to capitalize a string is wrong

    Actual Results

    String x= "hello";
    x.capitalize(); /// returnsHello
    

    Expected Results

    String x= "hEllo";
    x.capitalize(); /// returns Hello
    

    Additional context: This can be seen in the app when adding a synonym if user enters "hEllO" on submitting "HEllO" is submitted

    bug ready to work Fixed 
    opened by maheshmnj 1
  • [ImgBot] Optimize images

    [ImgBot] Optimize images

    Beep boop. Your images are optimized!

    Your image file size has been reduced by 46% ๐ŸŽ‰

    Details

    | File | Before | After | Percent reduction | |:--|:--|:--|:--| | /assets/googleplay.png | 54.71kb | 27.71kb | 49.36% | | /assets/amazonappstore.png | 7.78kb | 6.10kb | 21.62% | | | | | | | Total : | 62.49kb | 33.80kb | 45.91% |


    Black Lives Matter | ๐Ÿ’ฐ donate | ๐ŸŽ“ learn | โœ๐Ÿพ sign

    ๐Ÿ“ docs | :octocat: repo | ๐Ÿ™‹๐Ÿพ issues | ๐Ÿ… swag | ๐Ÿช marketplace

    opened by imgbot[bot] 0
  • [ImgBot] Optimize images

    [ImgBot] Optimize images

    opened by imgbot[bot] 0
  • [ImgBot] Optimize images

    [ImgBot] Optimize images

    Beep boop. Your images are optimized!

    Your image file size has been reduced by 21% ๐ŸŽ‰

    Details

    | File | Before | After | Percent reduction | |:--|:--|:--|:--| | /assets/github.png | 24.37kb | 15.85kb | 34.98% | | /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png | 14.45kb | 9.69kb | 32.93% | | /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png | 45.89kb | 31.58kb | 31.18% | | /web/favicon.png | 0.90kb | 0.64kb | 29.01% | | /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png | 1.40kb | 1.00kb | 28.62% | | /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png | 5.79kb | 4.27kb | 26.23% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 1.83kb | 1.36kb | 25.72% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 1.83kb | 1.36kb | 25.72% | | /assets/icon.png | 3.33kb | 2.51kb | 24.78% | | /assets/github_white.png | 87.02kb | 68.89kb | 20.84% | | /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png | 3.20kb | 2.60kb | 18.77% | | /android/app/src/main/res/mipmap-xhdpi/launcher_icon.png | 1.54kb | 1.29kb | 16.60% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 1.41kb | 1.21kb | 14.53% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 1.30kb | 1.11kb | 14.02% | | /android/app/src/main/res/mipmap-hdpi/launcher_icon.png | 1.19kb | 1.03kb | 13.28% | | /android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png | 3.07kb | 2.69kb | 12.49% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 1.24kb | 1.09kb | 12.26% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 3.31kb | 2.99kb | 9.87% | | /android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png | 4.20kb | 3.85kb | 8.26% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 4.18kb | 3.86kb | 7.77% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 3.84kb | 3.57kb | 7.12% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 47.16kb | 45.00kb | 4.59% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 0.99kb | 0.95kb | 4.34% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 0.97kb | 0.93kb | 4.34% | | | | | | | Total : | 264.42kb | 209.29kb | 20.85% |


    Black Lives Matter | ๐Ÿ’ฐ donate | ๐ŸŽ“ learn | โœ๐Ÿพ sign

    ๐Ÿ“ docs | :octocat: repo | ๐Ÿ™‹๐Ÿพ issues | ๐Ÿ… swag | ๐Ÿช marketplace

    opened by imgbot[bot] 0
  • Show word edit history

    Show word edit history

    When a word is edited, Its history must be saved to understand who made the edits.

    Describe the solution you'd like

    Frontend

    A word detail must show

    • last edit time and name
    • clicking the name should show the edits in ascending/descending order in the form of timeline

    Backend

    We could maintain an edit history table containing edit entries and each history (entry) Id, must be recorded in a words table. so basically each word must have an array or map of edits Ids.

    enhancement needs additional triage 
    opened by maheshmnj 0
  • Word Object should not change if not saved

    Word Object should not change if not saved

    Describe the bug A clear and concise description of what the bug is.

    To Reproduce Steps to reproduce the behavior:

    1. Go to Any word e.g "Diffident"
    2. Edit the word
    3. Make edits
    4. Cancel the operation by clicking the cross on the left top

    Expected behavior No changes should be made to the word

    Actual results The word Object is getting changed due to data shadowing.

    Screenshots If applicable, add screenshots to help explain your problem.

    Desktop (please complete the following information):

    • macOS chrome
    bug easy fix 
    opened by maheshmnj 0
  • Word and Synonym should not be same

    Word and Synonym should not be same

    Users can add the same word as synonym

    To Reproduce Steps to reproduce the behavior:

    1. Add / Edit a word/
    2. Add the same synonym as word
    3. save/update

    Expected behavior Word and synonym should not be the same

    bug easy fix 
    opened by maheshmnj 5
Releases(v0.3.4)
Owner
Mahesh Jamdade
Hacking Flutter every day.
Mahesh Jamdade
Flutter Presence App integrated with geolocation (GPS) that can help your company or you as a developer to build a presence app

Flutter Presence App integrated with geolocation (GPS) that can help your company or you as a developer to build a presence app. beauty user interface and have a multi user ( admin and employee ). You can also change the appearance of this application easily or add new features. Using Getx and Firebase.

Muhammad Rezky Sulihin 96 Dec 25, 2022
A curated list of awesomeness for Flutter Linux.

Awesome Flutter Linux ?? A curated list of awesomeness for Flutter Linux. Packages Adwaita Icons - Package that contains all icons built for the Adwai

J-P Nurmi 111 Dec 26, 2022
About This is Personal Expenses Planner. You can add your expenses in to the app and manage your transaction. and you can see How much did you spend on which day. I developed this project using flutter.

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

Darshit Rudani 5 Jul 6, 2022
This repo contains a list of helpful Flutter related questions you can use to interview potential candidates.

Flutter Interview Questions This file contains a number of Flutter interview questions. Note: Keep in mind that many of these questions are open-ended

Whatsupcoders 325 Dec 2, 2022
A flutter package which contains a collection of Splash Screen example for your app to display logo and different text style.

splash_screen_view They say, first impression is the last! Yep, truly for any amazingly crafted application, it's easier to start impressing your audi

Sandip Kalola (SK) 17 Nov 25, 2022
An app to help you to add frame to your favorite screenshots from Nintendo Switch.

SwitchDecor An app to help you adding frame to your favorite screenshots from Nintendo Switch. This project is written in Flutter, supporting both iOS

JuniperPhoton 40 Aug 7, 2022
A mobile image uploader in which you can upload image to your personal gallery from either your camera or mobile gallery and it can detect your current geographic location and address using firebase firestore and storage.

Image Uploader In Flutter About It is an Image Uploader gallery which tracks your address from which you're uploading using Flutter and Image picker.

Prahen parija 6 Dec 20, 2022
A public repo that contains all the projects built in live coding events.

JEToP Live Coding A public repo that contains all the projects built in live coding events. Star this repo to not miss it. Built with โค๏ธ by JEToP's IT

JEToP - Junior Enterprise Torino Politecnico 13 Nov 30, 2022
This repo contains the side menu UI for admin template

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

F9 Info Technologies Pvt Ltd 0 Dec 11, 2021
Winner (2nd Place) of the all-India UIDAI Hackathon 2021. The project contains a Verifier and a Resident application built to authenticate users through Aadhaar API's

Second Place Winner for the UIDAI Hackathon 2021 by Team 202 ACCEPTED Theme 2 : Problem Statement 4 100% Authentication success in Rural India Importa

Omkar Prabhune 13 Dec 30, 2022
Multi-platform project built with Flutter and Golang that will help you save what is most important - time.

Articles Time Saver. Save what's most valuable - Time Contribute ยท Discord ยท Documentation What is ArTiver? It is an idea that came to my mind, when I

Wiktor Zajฤ…c 21 Dec 27, 2022
A Flutter widget that help you to create badages

badge A Flutter widget that help you to create badges easily. Getting Started Add dependency to pubspec.yaml [...] dependencies: badge: any [...] In

Raouf Rahiche 85 Jul 14, 2022
Simple examples that help you get started with Appwrite + Dart (=โค๏ธ) as an Appwrite server-side integration.

Playground for Dart Simple examples that help you get started with Appwrite + Dart (= โค๏ธ ) This is Appwrite server side integration with Dart. For Flu

Appwrite 31 Nov 22, 2022
a software to connect you and your friends and others, are you guys also just tensed over the overuse of social media so we have a solution, appx (name not decided yet)

appx a software to connect you and your friends and others, are you guys also just tensed over the overuse of social media so we have a solution, appx

null 8 Jun 9, 2022
a software to connect you and your friends and others, are you guys also just tensed over the overuse of social media so we have a solution, sociio

APPX A software that will allow you to connect with your friends and family ! Are you guys also tensed over the over-use of social media ?? We have a

null 8 Jun 9, 2022
Help your local business flourish!

Grow Green ?? Hit that โญ button to show some โค๏ธ INSPIRATION โญ We were inspired, in part, by a statistic published by Mint, an Indian financial newspap

Niloy Sikdar 8 Dec 24, 2021
Flutter Catalog is a very handy catalog of beautifully designed widgets to help ease your flutter journey.

davidcobbina.com Flutter Catalog Flutter Catalog is a very handy catalog of beautifully designed widgets to help ease your flutter journey. It is insp

David-Legend 299 Nov 20, 2022
This app is a minimal TodoList app that functions like a whiteboard. You can add new tasks, keep track of your tasks to make your day more productive, and then delete it after it is done.

My First Mobile App _ Minimal TodoList Flutter A new Flutter project. Getting Started This project is a starting point for a Flutter application. A fe

null 0 Nov 23, 2021
Movie Lib is a mobile application where you can find the movies of your interest. This app provides a collection of movies of different languages according to your interest.

Movie Lib Movie Lib is a mobile application where you can find the movies of your interest. This app provides a collection of movies of different lang

Abhijith Kp 6 Sep 28, 2021