Skip to content

yeshwindbz9/typsay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typsay

A neumorphic Flutter text to speech application.

Getting Started

Note: Make sure your Flutter environment is setup. You can try the app here: https://play.google.com/store/apps/details?id=com.humanimaly.typsay

Installation

First, clone the repository with the 'clone' command, or just download the zip.

Then, download either Android Studio or Visual Studio Code, with their respective Flutter editor plugins. For more information about Flutter installation procedure, check the official install guide.

Install dependencies from pubspec.yaml by running flutter packages get from the project root (see using packages documentation for details and how to do this in the editor).

There you go, you can now open & edit the project.

Simulate for iOS

Method One

Open the project in Xcode from ios/Runner.xcodeproj.
Hit the play button.

Method Two

Run the following command in your terminal.
$ open -a Simulator
$ flutter run

Simulate for Android

Make sure you have an Android emulator installed and running.
Run the following command in your terminal.
$ flutter run

Built with

  • Flutter - Beautiful native apps in record time.
  • Android Studio - Tools for building apps on every type of Android device.
Check out Flutter’s online documentation for help getting start with your Flutter project.

Releases

No releases published

Packages

No packages published

Languages