Code Monkey home page Code Monkey logo

conference-app's Introduction

Flutter Conference Toolkit

The Conference app toolkit is an app template that can be used to create a Flutter conference app for your event easily.

Getting started

The toolkit uses Mason to help you generate the app following a template. To get started, install Mason:

dart pub global activate mason_cli

Additionally, you need the FlutterFire CLI to initialize Firebase for your app:

dart pub global activate flutterfire_cli

Then, create a new directory:

mkdir my_conference_app
cd my_conference_app

Then, run the following command to add the template:

mason init
mason add conference_app_toolkit --path ../conference_app_toolkit

Finally, run the following command to generate the app:

mason make conference_app_toolkit

Troubleshooting

If you get an error regarding incompatible versions of Firebase/Firestore when running the app on iOS:

    [!] CocoaPods could not find compatible versions for pod "Firebase/Firestore":
      In snapshot (Podfile.lock):
        Firebase/Firestore (= 10.10.0)

      In Podfile:
        cloud_firestore (from `.symlinks/plugins/cloud_firestore/ios`) was resolved to 4.8.4, which depends on
          Firebase/Firestore (= 10.12.0)

You can fix it by running:

cd ios
pod install --repo-update

conference-app's People

Contributors

pr-mais avatar luketg8 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.