Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jinosh05/neumorphic-cv
An awesome Neumorphic CV built im Flutter alone.
https://github.com/jinosh05/neumorphic-cv
android dark-theme dart flutter flutter-app flutter-apps flutter-demo flutterweb neumorphic-ui neumorphism responsive-web-design resume-website
Last synced: 10 days ago
JSON representation
An awesome Neumorphic CV built im Flutter alone.
- Host: GitHub
- URL: https://github.com/jinosh05/neumorphic-cv
- Owner: jinosh05
- License: mit
- Created: 2023-03-26T05:14:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-05T19:15:16.000Z (3 months ago)
- Last Synced: 2024-10-25T01:19:14.319Z (about 2 months ago)
- Topics: android, dark-theme, dart, flutter, flutter-app, flutter-apps, flutter-demo, flutterweb, neumorphic-ui, neumorphism, responsive-web-design, resume-website
- Language: Dart
- Homepage: https://jinosh.netlify.app/
- Size: 4.6 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# neumorphic_cv
Wanna try Neumorphism, fork this repo and try our latest Neumorphic CV.
* Easily understandable and responsive code .
* Just edit the lib/env.dart file and get your work done.## Packages Used
- [Flutter_Svg Package](https://pub.dev/packages/flutter_svg)
- [Url Launcher Package](https://pub.dev/packages/url_launcher)
- [Flutter_Neumorphic Package](https://github.com/jinosh05/Flutter-Neumorphic)
## Screenshots
### Mobile
![](screenshots/mobile_land.png)
![](screenshots/mobile_portrait.png)
### Tablet
![](screenshots/tab_portrait.png)
![](screenshots/tab_landscape.png)## Build Instructions
### Install Flutter
Built with [Flutter](https://flutter.dev/), you need to have `Flutter` dev tools
installed on your computer to compile the project. check [Flutter Documentation](https://flutter.dev/docs)
to learn how to install `Flutter` and initialize a Flutter App.
### Run AppIf you have an AVD or real device attached, you can do
```
flutter run
```### Build APK
You may build the App with Flutter's [Deployment Documentation](https://flutter.dev/docs).
In order to build a fat APK, you can do
```
flutter build apk
```
and find the output in `build/app/outputs/flutter-apk/app-release.apk`# Dev hints
Currently supports flutter: 3.10.0
# How to get this Repo and run it on your SystemI kept the code as original as possible with proper Commented Guides for anyone to understand and implement. Still you need to follow these steps.
- First get Flutter and all necessary SDK/Plugins installed. Full guide here [Flutter: Get Started](https://flutter.dev/docs/get-started/install)
- Now download this [Repo](https://github.com/jinosh05/Neumorphic-CV/archive/refs/heads/master.zip)
- Extract the Repo into your newly created **Neumorphic-CV** and replace the required files.
- Now you can Finally run VS-Code or Android Studio whichever you prefer and get the flutter packages and just run the App.
# Download the APKDownload the release APK
## 🔑 License
- This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details