Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

semaphoreci-demos/semaphore-demo-flutter-deprecated

 
 

Repository files navigation

A Semaphore demo CI/CD pipeline using Flutter

Example Flutter application and CI/CD pipeline for integrating it with Semaphore 2.0. This application demonstrates CRUD operations using class based views in Django. It also includes UI for all CRUD views.

Preview

Firebase configuration

You need to register the project with your own Firebase account.

  • Use com.flutter.logindemo as your bundle / application ID when generating the Firebase project.

  • Download the ios/Runner/GoogleService-Info.plist and android/app/google-services.json files as needed.

Local Setup

Install packages

flutter pub get

Run the app

flutter run

Run the test suites

flutter test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 75.9%
  • Ruby 13.9%
  • Objective-C 4.9%
  • Shell 2.9%
  • Java 2.4%