All Projects → TheAlphamerc → flutter_spacexopedia

TheAlphamerc / flutter_spacexopedia

Licence: other
Flutter app which provide info about space projects of SpaceX company.

Programming Languages

dart
5743 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to flutter spacexopedia

WhatsAppUIClone
WhatsApp UI Clone with Flutter
Stars: ✭ 66 (+144.44%)
Mutual labels:  flutter-apps
flutter analog clock
Analog clock app designed for Flutter Clock Challenge Dec 2019
Stars: ✭ 25 (-7.41%)
Mutual labels:  flutter-apps
Knockdown-Flutter
Enough exercises to knockdown the fear of Flutter in you 👊
Stars: ✭ 33 (+22.22%)
Mutual labels:  flutter-apps
beer-app
🍺 Example App - Paginate API response with BLoC in Flutter
Stars: ✭ 20 (-25.93%)
Mutual labels:  flutter-apps
shoppers
Flutter E-Commerce App using Firebase, Razorpay and Stripe
Stars: ✭ 94 (+248.15%)
Mutual labels:  flutter-apps
Post-it
social media app which is made entirely with flutter and firebase
Stars: ✭ 96 (+255.56%)
Mutual labels:  flutter-apps
flip view
A Flutter app with flip animation to view profiles of friends. 🌟
Stars: ✭ 69 (+155.56%)
Mutual labels:  flutter-apps
getx-snippets-intelliJ
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.
Stars: ✭ 52 (+92.59%)
Mutual labels:  flutter-apps
glass kit
💎 A package containing widgets to implement glass morphism in flutter apps
Stars: ✭ 50 (+85.19%)
Mutual labels:  flutter-apps
quickstart-flutter
No description or website provided.
Stars: ✭ 22 (-18.52%)
Mutual labels:  flutter-apps
expense-manager
Developers : Checkout this repo for complete CI-CD of flutter with fastlane. Android/iOS both apps are getting deployed on stores with Fastlane.
Stars: ✭ 28 (+3.7%)
Mutual labels:  flutter-apps
Sub-Track
Flutter Application to keep track of Subscriptions
Stars: ✭ 31 (+14.81%)
Mutual labels:  flutter-apps
flutter octo job search
Octo Job Search app is a job search app built in flutter framework.
Stars: ✭ 59 (+118.52%)
Mutual labels:  flutter-apps
receipt-manager-app
Receipt parser application written in dart.
Stars: ✭ 140 (+418.52%)
Mutual labels:  flutter-apps
syntax highlighter
Syntax Highlighter for Dart/Flutter Code
Stars: ✭ 28 (+3.7%)
Mutual labels:  flutter-apps
flutter bottom navigation app
BottomNavigation App using Flutter
Stars: ✭ 13 (-51.85%)
Mutual labels:  flutter-apps
HelpingHand
Leveraging Intelligent Processing Tools and Algorithms to help the Visually Impaired see and navigate 💥✨
Stars: ✭ 29 (+7.41%)
Mutual labels:  flutter-apps
budget my life
Budget your life with ease.
Stars: ✭ 34 (+25.93%)
Mutual labels:  flutter-apps
connectycube-flutter-call-kit
A Flutter plugin for displaying call screen when the app in the background or terminated.
Stars: ✭ 35 (+29.63%)
Mutual labels:  flutter-apps
CleanToDO
A Cleaner To-Do manager for Android, made with Flutter and ❤️
Stars: ✭ 21 (-22.22%)
Mutual labels:  flutter-apps

Fluter Spacexopedia Twitter URL GitHub stars GitHub forks

Dart CI GitHub pull requests GitHub closed pull requests GitHub last commit GitHub issues Open Source Love

An unofficial SpaceX app powered by the SpaceX API by r-spacex. It shows the information about the upcoming and past launches. There is also a tab for all current, past, and future SpaceX rockets, and for various statistics.

Features

  • Past & upcoming launches and details.
  • Tesla Roadster : orbit, speed & distance of the Elon Musk's Tesla Roadster.
  • Rockets catalogue: read about all rockets, capsules & ships SpaceX has develop over the years.
  • Dragon capsule catalogue: type, diameter, height, weight, capacity, payload.
  • Core & capsules details: more information about each core & capsules launched.

Download App

Dependencies

Click to expand

App Screenshots

Upcomming Launchs Launch Detail Roadsters Rockets
Rocket Detail Dragons Dragon Detail Cores

Directory Structure

Click to expand
|-- lib
|   |-- app.dart
|   |-- app_delegate.dart
|   |-- bloc
|   |   |-- core
|   |   |   |-- core_bloc.dart
|   |   |   |-- core_event.dart
|   |   |   |-- core_model.dart
|   |   |   |-- core_state.dart
|   |   |   '-- index.dart
|   |   |-- dragon
|   |   |   |-- dragon_bloc.dart
|   |   |   |-- dragon_event.dart
|   |   |   |-- dragon_model.dart
|   |   |   |-- dragon_state.dart
|   |   |   '-- index.dart
|   |   |-- launches
|   |   |   |-- bloc.dart
|   |   |   |-- launch_bloc.dart
|   |   |   |-- launch_event.dart
|   |   |   |-- launch_model.dart
|   |   |   '-- launch_state.dart
|   |   |-- navigation
|   |   |   |-- bloc.dart
|   |   |   |-- navigationEvent.dart
|   |   |   |-- navigationState.dart
|   |   |   '-- navigation_bloc.dart
|   |   |-- roadster
|   |   |   |-- index.dart
|   |   |   |-- roadster_bloc.dart
|   |   |   |-- roadster_event.dart
|   |   |   |-- roadster_model.dart
|   |   |   '-- roadster_state.dart
|   |   '-- rocket
|   |       |-- index.dart
|   |       |-- rocket_bloc.dart
|   |       |-- rocket_event.dart
|   |       |-- rocket_model.dart
|   |       '-- rocket_state.dart
|   |-- exceptions
|   |   '-- exceptions.dart
|   |-- helper
|   |   |-- app_font.dart
|   |   |-- config.dart
|   |   '-- utils.dart
|   |-- locator.dart
|   |-- main.dart
|   |-- resources
|   |   |-- dio_client.dart
|   |   |-- repository
|   |   |   |-- core_repository.dart
|   |   |   |-- dragon_repository.dart
|   |   |   |-- launch_repository.dart
|   |   |   |-- roadster_repository.dart
|   |   |   '-- rocket_repository.dart
|   |   '-- service
|   |       |-- api_gatway.dart
|   |       '-- api_gatway_impl.dart
|   '-- ui
|       |-- pages
|       |   |-- common
|       |   |   |-- error_page.dart
|       |   |   |-- no_connection.dart
|       |   |   '-- no_content.dart
|       |   |-- core
|       |   |   |-- core_page.dart
|       |   |   '-- core_screen.dart
|       |   |-- dragon
|       |   |   |-- dragon_detail.dart
|       |   |   |-- dragon_page.dart
|       |   |   '-- dragon_screen.dart
|       |   |-- home_page.dart
|       |   |-- launch
|       |   |   |-- all_launch.dart
|       |   |   |-- launch_detail.dart
|       |   |   '-- widgets
|       |   |       '-- youtube_player.dart
|       |   |-- roadster
|       |   |   |-- roadster_page.dart
|       |   |   '-- roadster_screen.dart
|       |   '-- rockets
|       |       |-- rocket_detail.dart
|       |       |-- rocket_page.dart
|       |       '-- rocket_screen.dart
|       |-- theme
|       |   |-- app_theme_provider.dart
|       |   |-- colors
|       |   |   |-- dark_color.dart
|       |   |   '-- light_color.dart
|       |   |-- custom_theme.dart
|       |   |-- extentions.dart
|       |   |-- text_styles.dart
|       |   '-- theme.dart
|       '-- widgets
|           |-- bottom_navigation_bar.dart
|           |-- customWidgets.dart
|           |-- custom_heading_tile.dart
|           |-- custom_list_tile.dart
|           |-- dot_indicator.dart
|           |-- image_slider.dart
|           |-- list_card.dart
|           |-- title_text.dart
|           '-- title_value.dart
|-- pubspec.yaml

🤝 How to Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Created & Maintained By

Sonu Sharma (Twitter) (Youtube) (Insta) (Dev.to) Twitter Follow

If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of

You can also nominate me for Github Star developer program https://stars.github.com/nominate

Visitors Count

Loading

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].