/rocket_guide

An example project for #30DaysOfFlutter.

Primary LanguageDart

Rocket Guide

An easy to use index of all SpaceX rockets.


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.