Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 2.05 KB

README.md

File metadata and controls

36 lines (25 loc) · 2.05 KB

Dictionary

A Flutter dictionary application where you can write in english and get the meaning in bangla. The writing process here is not typing rater than its drawing. you can draw a text and the corresponding meaning will be shown to you.

Getting Started

For android you need to provide own google-services.json file. It is explained in codelab and here.

Run following commands after cloning this repository:

$ flutter pub get
$ flutter pub run build_runner build
$ flutter run

Technology Used

  • Dart (Primary Language)
  • Architecture : BLoC
  • Libraries:

Demo

Screenshots

License

The code base is under GNU GENERAL PUBLIC LICENSE v3.0