coder-with-a-bushido / slangonary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slanganory

A Flutter app for searching slang definitions from the Urban Dictionary.

Architecture

  • The dictionary definition calls are handled through repositories, so that the source can easily be swapped.
  • The UI mainly uses CustomScrollView and other uncommon widgets like Slivers to achieve the customization.
  • Pub package action_process_text has been used for achieving ACTION_PROCESS_TEXT intent on android platform.
  • Bloc has been used for the state management.

Demo

About


Languages

Language:Dart 95.8%Language:Swift 2.1%Language:Kotlin 1.9%Language:Objective-C 0.2%