A new Flutter project.
The app is completely built on flutter framework of dart and that's why we need flutter sdk and much more do your flutter setup by going to the folloewing link https://docs.flutter.dev/get-started/install/windows , after the successful of setup installation, clone the repository into your local system using below command:
$ git clone https://github.com/MugheesMb/dyslexic_app.git
$ cd dyslexic_app
$ code .
$ flutter pub get
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.