Giter VIP home page Giter VIP logo

dx-mobile's Introduction

SendGrid Logo
MIT licensed

DX Mobile

A new Flutter project to manage multiple high-demand repositories on the go.

Credits and References

Emily Fortuna - Dude, where's my pull request?
Adrian Ivascu - Dashboard concept
Git Pull Request Icon (svg file) - original image owned by GitHub
Git Branch Icon (svg file) - original image owned by GitHub

Getting Started

For help getting started with Flutter, view our online documentation.

Flutter Installation

Please download this version of the Flutter SDK specifically - v0.9.4
Mac | Windows | Linux

Setting it up

You'll need:
- installation of Flutter v0.9.4
- an emulator (Android or iOS)
- a GitHub API token (get yours here)
- cloned local copy of this repo

The Flutter installation includes XCode (for Mac only) and Android Studio (Windows/Linux/Mac). If you're using a Mac and not sure if you have the Xcode command line tools, run this command: $ xcode-select --install

If you run into some flutter doctor issues/errors, try running these commands:

$ brew update && brew upgrade
$ brew install --HEAD libimobiledevice
$ brew install ideviceinstaller
$ brew install ios-deploy
$ brew install cocoapods
$ pod setup

After installing Flutter, use Terminal or PowerShell and change directories to the dx_mobile directory you just cloned.

$ cd dx-mobile

Then, launch any emulator. See the Flutter setup page (Mac | Windows | Linux) for instructions on how to set up your emulators (for Android emulators, you'll need to launch it initially from Android Studio's AVM). To start an iOS simulator, run this command:

$ open -a Simulator

If you're having issues finding the AVD Manager in Android Studio, click here

To see the emulators you have open, run this command:

$ flutter emulators

As an example, if you have an emulator called pixel2, type this in your terminal:

$ flutter emulators --launch pixel2

After that, open the project directory up in any IDE and in the lib/github directory, create a file called token.dart (add this file to your .gitignore file) and add what's below into the file. This will be used to authenticate with GitHub.

const token = 'YOUR_GITHUB_API_TOKEN';

Once your emulator is running, run the app! Flutter should automatically get the dependencies and packages for you.

$ flutter run

If you have multiple emulators running, you can run the app on all the devices at once by using this command.

$ flutter run -d all

About

dx-mobile is primarily authored by Agnes Jang and guided and supported by the SendGrid Developer Experience Team.

dx-mobile is maintained and funded by SendGrid, Inc. The names and logos for dx-mobile are trademarks of SendGrid, Inc.

License

The MIT License (MIT)

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.