All Projects → fluttercommunity → rocket_guide

fluttercommunity / rocket_guide

Licence: other
An example project for #30DaysOfFlutter.

Programming Languages

dart
5743 projects
ruby
36898 projects - #4 most used programming language
swift
15916 projects
kotlin
9241 projects
objective c
16641 projects - #2 most used programming language

Rocket Guide

An easy to use index of all SpaceX rockets.

To check the code from the latest episode, click here.


This is an example Flutter project made and fully live coded during the #30DaysOfFlutter event, lasting through all of February 2021.

Find out more here: http://goo.gle/30daysofflutter

Episodes

Every wednesday in February 2021 during the #HumpDayQandA livestreams, Jay (@jeroen-meijer) will work on this app and answer your questions live on stream.

All livestreams are hosted and recorded on the Flutter Community YouTube channel.

After every episode, the progress up to that point can be viewed using the tags in this repository. For example, after episode 1, a tag named episode-1 will be created so everybody can see the progress, follow along and try to work on continuing the project.

API

In this project, we'll make use of the unofficial SpaceX API. Find out more here: https://github.com/r-spacex/SpaceX-API/tree/master/docs/v4

Usage

Clone the repository and use flutter run to run the app on your device.

$ git clone https://github.com/fluttercommunity/rocket_guide
$ cd rocket_guide
$ flutter run

Getting Started

A few resources to get you started if this is your first Flutter project:

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

Some notes about this repo

Due to the nature of this repository, no issues or pull requests will be handled or merged.

License

MIT License

Copyright (c) 2021 Flutter Community

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].