Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jinosh05/nike_landing_page
A Simple Nike Landing page with responsiveness for Mobile, Web and Tablet Views
https://github.com/jinosh05/nike_landing_page
android flutter flutter-app flutter-apps flutter-examples flutterweb flutterwebapp ios nike-shoes responsive responsive-web-design website
Last synced: 10 days ago
JSON representation
A Simple Nike Landing page with responsiveness for Mobile, Web and Tablet Views
- Host: GitHub
- URL: https://github.com/jinosh05/nike_landing_page
- Owner: jinosh05
- License: mit
- Created: 2022-05-29T13:23:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T06:32:48.000Z (over 1 year ago)
- Last Synced: 2024-10-25T01:19:41.206Z (about 2 months ago)
- Topics: android, flutter, flutter-app, flutter-apps, flutter-examples, flutterweb, flutterwebapp, ios, nike-shoes, responsive, responsive-web-design, website
- Language: Dart
- Homepage: https://jocular-banoffee-479043.netlify.app/
- Size: 4.6 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# nike_landing_page
A new Flutter Web project.
## Responsive Flutter WebPage
A Nike website landing page concept developed in Flutter which supports Mobile, Tablet and Desktop view .
## Packages Used
- [Glass_kit Package](https://pub.dev/packages/glass_kit)
- [Google_fonts Package](https://pub.dev/packages/google_fonts)
- [Responsive_builder Package](https://pub.dev/packages/responsive_builder)
## Screenshot![](Screenshots/webview.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/nike_landing_page/archive/refs/heads/master.zip)
- Extract the Repo into your newly created **nike_landing_page** 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.
## 🔗 Useful links
🌐 Web App: [https://jocular-banoffee-479043.netlify.app/](https://jocular-banoffee-479043.netlify.app/)
📱 Android App:Download the release APK