Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
563 B

# Deployment
Deployment in Flutter refers to the process of releasing a Flutter app to end-users. There are several steps involved in deploying a Flutter app, including:
- Building the app
- Testing the app
- Configuring app settings
- Releasing to app stores
- Updating the app
In general, deploying a Flutter app involves a combination of technical skills and experience, as well as knowledge of the relevant app stores and their policies and requirements.
Learn more from the following links:
- [Flutter - Web deployment](https://dart.dev/web/deployment)