diff --git a/src/roadmaps/flutter/content/119-deployment/100-appstore.md b/src/roadmaps/flutter/content/119-deployment/100-appstore.md index 2c2d8e0a3..34ea56f14 100644 --- a/src/roadmaps/flutter/content/119-deployment/100-appstore.md +++ b/src/roadmaps/flutter/content/119-deployment/100-appstore.md @@ -1 +1,9 @@ -# Appstore \ No newline at end of file +# Appstore + +App Store is an important platform to consider when publishing Flutter apps. To publish an app on the App Store, developers need to have a developer account with Apple, which requires an annual fee. + +To publish a Flutter app on the App Store, developers need to ensure that their app meets Apple's guidelines and requirements, which include guidelines for performance, design, and user experience. Once the app has been reviewed and approved by Apple, it can be published on the App Store and made available for download to iOS users. + +Learn more from the following links: + +- [Build and release an iOS app](https://docs.flutter.dev/deployment/ios) \ No newline at end of file diff --git a/src/roadmaps/flutter/content/119-deployment/101-guidelines-and-protocols.md b/src/roadmaps/flutter/content/119-deployment/101-guidelines-and-protocols.md index 0fb207f13..0b0d1e7ad 100644 --- a/src/roadmaps/flutter/content/119-deployment/101-guidelines-and-protocols.md +++ b/src/roadmaps/flutter/content/119-deployment/101-guidelines-and-protocols.md @@ -1 +1,16 @@ -# Guidelines and protocols \ No newline at end of file +# Guidelines and Protocols + +Guidelines and protocols are important considerations for Flutter developers as they help to ensure that apps are built in a consistent, reliable, and user-friendly manner. Some of the key guidelines and protocols to consider when developing a Flutter app include: + +- Flutter Widget +- Dart Style +- Material Design +- Apple Human Interface +- Google Play Developer Policy Center +- App Store Review + +By following these guidelines and protocols, Flutter developers can ensure that their apps are well-designed, user-friendly, and secure, making it easier to attract and retain users. + +Learn more from the following links: + +- [Flutter - Protocols](https://api.flutter.dev/objcdoc/Protocols.html) \ No newline at end of file diff --git a/src/roadmaps/flutter/content/119-deployment/index.md b/src/roadmaps/flutter/content/119-deployment/index.md index 7a9e3e037..479e28be5 100644 --- a/src/roadmaps/flutter/content/119-deployment/index.md +++ b/src/roadmaps/flutter/content/119-deployment/index.md @@ -1 +1,15 @@ -# Deployment \ No newline at end of file +# 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) \ No newline at end of file