Appish

created: 25/04/2022

Appish is UI Component + UI App which is set of 50+ UI components and 3+ Applications, which enable you to develop beautiful and feature-rich apps.you can take some part of code whatever you like and implement it into your code. Our Code is well organized with all folders, file name, class name variable and functions. As well as it's well-named make this code easy to reuse and customize.

  • Login with Google
  • Login with Facebook
  • Login and Register with Email
  • Authentication Flow Template
  • E-commerce Application Template
  • Grocery Application Template
  • Blog Application Template
  • Fields Validation
  • Clean and Simple Code and Well Documented
  • Easy to SetUp



  1. Download Lastest Flutter SDK from below link.in that click on flutter_window_xxx.zip button.
  2. Extract the zip file and copy flutter folder into your desired installation location for the Flutter SDK.
  3. Run the "flutter doctor" command to see if there any dependencies you need to install to complete setup.
  4. Now, open Visual Studio, install Flutter and Dart.
  5. After completed flutter install check for Dart whether Dart is install or not, if Dart is not install, then install Dart.
  • Now open your project, go to File -> Open -> select your project from location.
  • Replace Project name and Package name Appish with your name.
  • Change Your title Name in main.dart
  • ANDROID - Change Your App Name in AndroidManifest.xml
  • IOS - Change Your CFBundle Name in Info.plist
Create Project in Firebase
Android :
  1. Select an Android app in the firebase console.
  2. Write project package name and SHA-1 Key.
  3. Download google-service.json file and keep in project root directory
  4. Example Appish(Project Name) -> android -> app
  5. Replace the file in "android/app"
  6. Update in project -> build.gradile
  7. Update in project ->android -> app -> build.gradile
iOS:
  1. Create an IOS or Android click on Add app
  2. Select an iOS app in the firebase console.
  3. Write bundlid and APPID
  4. Download the Googleservice-info.plist file
  5. Replace the file in "ios/Runner/info.plist"
  6. Update "FirebaseApp.Configure()" in AppDelegate File
Firebase Configuration :
  • Please enable Email , google , facebook .
For Facebook Configuration :
  1. you have to create app in https://developers.facebook.com
  2. Add Facebook login and click on quick start
  3. Follow the facebook installation process on their website.
  4. Add App Id and App secrete while enable facebook in firebase.
  5. Create strings for your Facebook app ID and for those needed to enable Chrome Custom Tabs. Also, add FacebookActivity to your Android manifest.
  6. Open your app >res >values >strings.xml file.
  7. Change facebook app_id in Android-manifest.xml and info.plist
Create Debug and Release SHA-1 add in firebase :
  • For Debug mode:
    • keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey
    • -storepass android -keypass android
  • for Release mode:
    • keytool -list -v -keystore [keystore_name] -alias [alias_name].
  • For Create Bundle in android :
    • If you want to create bundle instead of apk you have to add new signin SHA-1 From you google console like :
      Go to Google play console ⇒ Select you app ⇒ Go to release Management ⇒ Open App Signin ⇒ Copy SHA-1 from app singin certificated and paste it to firebase project settings.

Thanks

Thank you so much for purchasing this flutter theme , If you have any question then please feel free to ask us. I hope this may help you.

Best Regards