Skip to content

Created a Mobile-Based/Web-based Flutter named as GitHub Actions based Application in Flutter. This project is an Umbrella Project under the Complete Guides to Flutter(Main Flutter Repo).

License

Notifications You must be signed in to change notification settings

irahulcse/GitHub-Actions-Hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image

GitHub Actions Flutter 💥

This is the repo which can be used to get the GitHub Actions using the Flutter. The Project is working on this link https://irahulcse.github.io/GitHub-Actions-Hackathon/#/

GitHub Actions File:

This example first fetches the dependencies with flutter pub get and then builds an web application deployed using GitHub Pages on the Web.

flutter_web.yaml
name: Flutter Web Buid Project

on:
  push:
    branches:
      - master

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout
        uses: actions/checkout@v2

      - name: Setup Flutter
        uses: subosito/flutter-action@v1
        with:
          channel: "beta"

      - name: Enable Flutter Web
        run: flutter config --enable-web

      - name: Install dependencies
        run: flutter packages get

      - name: Build Web
        run: flutter build web

      - name: Build Actions
        uses: peaceiris/actions-gh-pages@v3
        with:
          github_token: ${{secrets.token}}
          publish_dir: ./build/web

Unique Features of the Application:

  • [✅]Widgets created for the UI are like as Card, Hero, Animation, Positioned.
  • [✅] Parsed the data using JSON Decode which helped to bring the data from the API in the form of List.
  • [✅]Map is an data structure which is used for passing it through the function.
  • [✅] Live Working Project
  • [✅] Widgets used like ListTile, ListView Builder, Center, Text and Circle Avatar Widgets

Screenshots and Working Images:

Sorry for the quality of the PNG 🙏

Show some love ❤️ and star the repo to support the project

If you had like the project pls hit the star 👍 icon.

The Parent Repository of this project can be found on this link.

Live Working Project:

Demo Application

Created with ❤️

A a Pre-Final Year Computer Science Student, an experienced Software Developer with a demonstrated history of working in the information technology and services industry. Seasoned Competitive Coder. Skilled in C++, Python, Data Analysis, Java, Dart and Julia. Strong information technology professional with a Bachelor of Engineering - BE focused in Computer Science from Chandigarh University.

I am currently looking for Full Time/ Internship Offer for any Software Development Roles. Pls, checkout my Resume. I am very passionated about Software Development ❤️

Getting Started

For help getting started with Flutter, view our online documentation.

Contribution:

Please clone and star this repo to stay up to date on changes. If anyone, would like to contribute to it. You can open the issue and start contributing to it.

About

Created a Mobile-Based/Web-based Flutter named as GitHub Actions based Application in Flutter. This project is an Umbrella Project under the Complete Guides to Flutter(Main Flutter Repo).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published