Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Rahiche/flutter_jobs_app
Flutter jobs borad app created using flutter
https://github.com/Rahiche/flutter_jobs_app
dart flutter
Last synced: 30 days ago
JSON representation
Flutter jobs borad app created using flutter
- Host: GitHub
- URL: https://github.com/Rahiche/flutter_jobs_app
- Owner: Rahiche
- Archived: true
- Created: 2018-08-01T23:56:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T12:39:59.000Z (over 4 years ago)
- Last Synced: 2024-08-03T21:03:13.715Z (4 months ago)
- Topics: dart, flutter
- Language: Dart
- Size: 13.3 MB
- Stars: 227
- Watchers: 10
- Forks: 71
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-source-flutter-apps - Flutter Jobs App - Flutter job board app by [Raouf Rahiche](https://github.com/Rahiche/flutter_jobs_app). (Uncategorized / Uncategorized)
README
# Flutter Jobs App
## note : the app is not working now because of some changes in the web site and i will work on it soon(∞∞) but you can still benfit from the code in this repo
flutter job board app for Android/IOS using Flutter in this app a fetched the informations from the [flutter jobs website](https://flutterjobs.info/) and i tried to make everything custom from the **Drawer** to **Item** and it's a good example if you are trying to understand :
* Web Scraping Using Dart
* fetch data with authorization header
* CustomPainter and CustomClipper
* Dismissible and RefreshIndicator
* Create Custom Drawer
* Show RefreshIndicator while Loading images
* Transition animation like ScaleTransition
* Keep widget alive and don't reload it all the time# Thank _You_!
Please :star: this repo and share it with others# Screenshots
| Job Board | Job Detail | CutsomDrawer |
| ------------- |:-------------:| -----:|
|![s](https://i.imgur.com/y2VFwVj.png) | ![s](https://i.imgur.com/3E4HUgT.png) | ![a](https://i.imgur.com/dTSdfTc.png) |
# gif
| Job Board | New with Animation |
| ------------- |:-------------:|
| | |### Created
* [Raouf Rahiche](https://github.com/Rahiche)
* ([@raoufrahiche](https://twitter.com/raoufrahiche))
* ([Youtube](https://www.youtube.com/channel/UCal0wCIwkxiKcrYPvBS6RiA))# License
Copyright 2018 Raouf Rahiche
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.## Getting Started
For help getting started with Flutter, view our online
[documentation](https://flutter.io/).