Flutter Add Camera Permission Request for IOS

Find the info.plist fileAnd add the following : <key>NSPhotoLibraryUsageDescription</key> <string>App needs access to photo lib for profile images</string> <key>NSCameraUsageDescription</key> <string>To capture profile photo please grant camera...

Flutter add Keystore to Github Actions as a Secret

View Full Article Here https://proandroiddev.com/how-to-securely-build-and-sign-your-android-app-with-github-actions-ad5323452ce 2 Encoding the KeyStore The next step treats the encoding of the KeyStore file. At this point, I assume you already own your KeyStore file....

DropdownButtonFormField & Validation from API

Requirements : – API Service- Object Model Developer Recommendation : NB!!! – Use QuickType for your model. (You need an already working api with a JSON response for quicktype) https://app.quicktype.io/ – DropDownMenuItem NB!!! – The...

Pin It on Pinterest