Getting Started With VaahFlutter
Support
- VaahFlutter can be used as a base template and can be used in your existing projects as well. Check this out for more details.
- Currently, we support two platforms, which are Android and iOS.
How to run the app
Step 1. Download The Repository
Click here to download the repository.
Step 2. Basic Configuration
There are two ways developers can integrate VaahFlutter in their project.
- Download the repository and develop your APP on top of it
- Developer needs to change some configurations for
- bundle identifier and package name
- app icon
- and splash screen
- Use VaahFlutter in your new/existing project
- Developer needs to copy few directories from downloaded repository, check this section.
- If needed developer needs to configure android menifest file and info.plist file. (As of now, nothing sort of this is required)
Step 3. Build And Run The App
Open the project in the code editor and run the below command
flutter run
For more details regarding running and building visit this section.