All Projects → TheAlphamerc → flutter_octo_job_search

TheAlphamerc / flutter_octo_job_search

Licence: GPL-3.0 license
Octo Job Search app is a job search app built in flutter framework.

Programming Languages

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

Projects that are alternatives of or similar to flutter octo job search

flutter todos
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
Stars: ✭ 60 (+1.69%)
Mutual labels:  flutter-apps, flutter-material
flutter-tunein
Dynamically themed Music Player built with flutter
Stars: ✭ 108 (+83.05%)
Mutual labels:  flutter-apps, flutter-material
Mathematics
In this application, we can perform some actions like subtraction, addition, multiplication, and division. And by selecting any of these, you will receive a PDF with the answer key to your MCQ or question!
Stars: ✭ 45 (-23.73%)
Mutual labels:  flutter-apps, flutter-material
flutter mentor app
Mentor app is built in flutter.
Stars: ✭ 39 (-33.9%)
Mutual labels:  flutter-apps, flutter-material
Best Flutter Ui Templates
completely free for everyone. Its build-in Flutter Dart.
Stars: ✭ 13,448 (+22693.22%)
Mutual labels:  flutter-apps, flutter-material
Motion-Tab-Bar
A beautiful animated flutter widget package library. The tab bar will attempt to use your current theme out of the box, however you may want to theme it.
Stars: ✭ 237 (+301.69%)
Mutual labels:  flutter-apps, flutter-material
WhatsappClone
Flutter WhatsappClone
Stars: ✭ 29 (-50.85%)
Mutual labels:  flutter-apps, flutter-material
Knockdown-Flutter
Enough exercises to knockdown the fear of Flutter in you 👊
Stars: ✭ 33 (-44.07%)
Mutual labels:  flutter-apps, flutter-material
Flutter Examples
[Examples] Simple basic isolated apps, for budding flutter devs.
Stars: ✭ 5,863 (+9837.29%)
Mutual labels:  flutter-apps, flutter-material
flutter-UI
将Flutter各种Widget各种API📘都实现一次。喜欢请Star。
Stars: ✭ 67 (+13.56%)
Mutual labels:  flutter-apps, flutter-material
WhatsAppUIClone
WhatsApp UI Clone with Flutter
Stars: ✭ 66 (+11.86%)
Mutual labels:  flutter-apps, flutter-material
Flutter Gitconnect
A Github mobile app built in flutter
Stars: ✭ 87 (+47.46%)
Mutual labels:  github-app, flutter-apps
vpn app
Simple Vpn app concept UI done in Flutter.
Stars: ✭ 67 (+13.56%)
Mutual labels:  flutter-apps, flutter-material
LoginAndRegistrationWithSocialMedia
Created a Project to design login screen, registration screen, login with google ,slider navigation drawer,dashboard screen login with Facebook using Flutter
Stars: ✭ 82 (+38.98%)
Mutual labels:  flutter-apps, flutter-material
getwidget-docs
Get Widgets UI library docs.
Stars: ✭ 17 (-71.19%)
Mutual labels:  flutter-apps, flutter-material
Awesome-Flutter-Templates
A Huge Collection of Flutter App templates
Stars: ✭ 53 (-10.17%)
Mutual labels:  flutter-apps, flutter-material
Flutter-Apps
🌀 This is mainly focus on a complete application for production
Stars: ✭ 18 (-69.49%)
Mutual labels:  flutter-apps, flutter-material
Git Touch
An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Stars: ✭ 663 (+1023.73%)
Mutual labels:  github-app, flutter-apps
flutter dribble login challenge
A flutter animation UI challenge.
Stars: ✭ 51 (-13.56%)
Mutual labels:  flutter-apps, flutter-material
Sub-Track
Flutter Application to keep track of Subscriptions
Stars: ✭ 31 (-47.46%)
Mutual labels:  flutter-apps

flutter-GitConnect Twitter URL GitHub stars GitHub forks

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

Octo Job Search app is a job search app built in flutter framwork. It uses Github Jobs data to display jobs. App design is taken from Fronntend Mentor and Bhanu Taneja's Article

App preview:- Youtube

Download App

Screenshots

Home Job detail Settings About us
Home (Light Theme) Job detail (Light Theme) Settings (Light Theme) About us (Light Theme)

Dependencies

Click to expand

Features

  • Job Listing
  • Search - title, title, expertise, companies.
  • Filters - city, state, zip code or country, full time.
  • Result paginations
  • Job Details

Project structure

Click to expand
|
|-- lib
|   |-- app_delegate.dart
|   |-- bloc
|   |   |-- job
|   |   |   |-- job_bloc.dart
|   |   |   |-- job_event.dart
|   |   |   |-- job_model.dart
|   |   |   '-- job_state.dart
|   |   '-- theme
|   |       |-- theme_bloc.dart
|   |       |-- theme_event.dart
|   |       '-- theme_state.dart
|   |-- helper
|   |   |-- config.dart
|   |   |-- icons.dart
|   |   '-- utility.dart
|   |-- locator.dart
|   |-- main.dart
|   |-- resources
|   |   |-- dio_client.dart
|   |   |-- exceptions.dart
|   |   |-- gatway
|   |   |   |-- api_gateway.dart
|   |   |   '-- api_gateway_impl.dart
|   |   '-- repository.dart
|   '-- ui
|       |-- app.dart
|       |-- page
|       |   |-- detail
|       |   |   |-- job_detail_page.dart
|       |   |   '-- widget
|       |   |       |-- company_card.dart
|       |   |       |-- html_view.dart
|       |   |       '-- job_description_card.dart
|       |   |-- home
|       |   |   |-- home_page.dart
|       |   |   '-- widget
|       |   |       |-- filter_dialog.dart
|       |   |       '-- job_tile.dart
|       |   |-- settings
|       |   |   '-- about_us_page.dart
|       |   '-- settings.dart
|       |-- theme
|       |   |-- colors
|       |   |   |-- dark_colors.dart
|       |   |   '-- light_color.dart
|       |   |-- extentions.dart
|       |   |-- text_theme.dart
|       |   '-- theme.dart
|       '-- widget
|           '-- erorr_widget.dart
|-- pubspec.yaml

Contributing

If you wish to contribute a change to any of the existing feature or add new in this repo, Send a pull request. I welcome and encourage all pull requests. It usually will take me within 24 hours to respond to any issue or 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

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