GithubHelp home page GithubHelp logo

readytowork-org / chatapp-mobile Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stha-nikhil/chatapp-mobile

0.0 0.0 0.0 373 KB

License: MIT License

Ruby 3.13% Objective-C 0.09% Kotlin 0.31% Dart 93.49% Swift 0.93% Makefile 2.05%

chatapp-mobile's Introduction

flutter_skeleton

Flutter Skeleton

Getting Started

This project is a starting point for a Flutter application that follows the simple app state management tutorial.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Assets

The assets directory houses images, fonts, and any other files you want to include with your application.

The assets/images directory contains resolution-aware images.

The assets/translations directory contains translation files in json format. File name format : .json

Firebase setup

Android

Goto android/build.gradle and add this line inside dependency

classpath "com.google.gms:google-services:4.3.10"

Now, goto android/app/build.gradle and add this line

apply plugin: 'com.google.gms.google-services'

below apply plugin: 'com.android.application'

IOS

Goto ios?Runner/AppDelegate.swift and add this line on top

import Firebase

and inside application function of AppDelegate class before return

FirebaseApp.configure()

now goto ios/podfile add this line

pod 'Firebase/Auth'

below

target 'Runner' do

Environments

Place the env files like config.dart, google-services.json, GoogleService.plist inside respective env/<dev|prod> folder.

And you can run make set-env-dev | make set-env-prod in terminal to set the required environment files.

chatapp-mobile's People

Contributors

stha-nikhil avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.