Memorizer - is an mobile app which will help you to learn information more easily and faster.
It simplifies the memorization process by providing a user the voice controlled audio player, which will "play" the text.
here will be demo GIF
Upon launching the app, you will appear at "home screen".
-
Here you can upload your text either by typing or by uploading a PDF file.
-
Tap “Memorize” to switch to the "audio player screen" and start memorizing the text.
-
Here you can listen to the text and manage the audio using buttons.
3.1 Furthermore, you can interact with audio player by voice commands: 3.2 Tap “microphone” button and say a desirable command.
-
Lastly, you can find all the information about the audio player by tapping “information” button.
- Voice controlled audio player
- Text widget with the text highlighting
- PDF and manual text typing inputs
- Loop, previous/next, play/pause buttons
- Number of repetitions
- Sentence separator
-
Install and setup Dart SDK.
-
Install and retrieve Flutter SDK :
2.1 Download from this link : Flutter_WINDOWS
2.2 1. Extract the zip file and place the contained
flutterin the desired installation location for the Flutter SDK (for example,C:\src\flutter). -
Install Android Studio/ VSCode and then install Flutter package.
-
Set up the Android emulator.
-
Git Clone the project or download the source code.
-
To create a new Flutter project containing existing Flutter source code files:
6.1 In the IDE,
Create New Projectfrom theWelcomewindow orFile > New > Projectfrom the main IDE window.Important: Do not use the
New > Project from existing sourcesoption for Flutter projects.6.2. Select
Flutterin the menu, and clickNext.6.3. Under
Project locationenter, or browse to, the directory holding your existing Flutter source code files.6.4. Click
Finish.
- Dart programming language.
- Flutter framework for Dart.
- PDF converter package.
- Speech-to-text package.
MIT License
Copyright (c) 2022 Alifanov Vitaliy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.