Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
drawable-land-hdpi: 800 x 480
drawable-land-ldpi: 320 x 240
drawable-land-mdpi: 480 x 320
drawable-land-xhdpi: 1280 x 720
drawable-land-xxhdpi: 1600 x 960
drawable-land-xxxhdpi: 1920 x 1280
drawable-port-hdpi: 480 x 800
drawable-port-ldpi: 240 x 320
drawable-port-mdpi: 320 x 480
drawable-port-xhdpi: 720 x 1280
drawable-port-xxhdpi: 960 x 1600
drawable-port-xxxhdpi: 1280 x 1920

5. Default Colors

...

Give us the primary color codes of your mobile app. Below is the default values

Code Block
// primary
primary: '#2681D5',
primary_lightest: '#F3F8FD',
primary_lighter: '#BBD8F3',
primary_light: '#4E9AE0',
primary_dark: '#1E67AA',
primary_darker: '#1A5A94',
primary_overlay: '#38BDE9',
// info
info: '#6895B5',
info_lightest: '#FBFCFD',
info_lighter: '#E0E9F0',
info_light: '#8AADC6',
info_dark: '#4D7C9D',
info_darker: '#456E8C',
info_overlay: '#9AC8D9',
// success
success: '#47C366',
success_lightest: '#ECF9F0',
success_lighter: '#CEEFD6',
success_light: '#6DD086',
success_dark: '#35A250',
success_darker: '#2F8F47',
success_overlay: '#69E097',
// warning
warning: '#FFAB00',
warning_lightest: '#FFE6B3',
warning_lighter: '#FFBC33',
warning_light: '#FFAB00',
warning_dark: '#CC8900',
warning_darker: '#B37800',
warning_overlay: '#FFD300',
// danger
danger: '#EE5A2B',
danger_lightest: '#FEF8F6',
danger_lighter: '#FBDBD0',
danger_light: '#F27F5A',
danger_dark: '#D54011',
danger_darker: '#BD390F',
danger_overlay: '#F68540',
white: '#ffffff',
transparent: 'transparent',
default: '#2681d5'
}

6. Google Developer Account

You need to have Developer subcriptionsubscription.
Enroll here.

Then provide us the credentials to Google Developer account

7. Apple Developer Account

You need to subscribe to IOS iOS Developer Program.
Enroll here.

Then provide us the credentials to Apple Developer account

8. Firebase Server Key

Create a project here.
Go to Project Settings >> Cloud Messaging >> Get Firebase Key here.