Skip to content

luketg8/conference-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

pub global activate mason_cli

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

pub global activate flutterfire_cli

Then, run the following command to add the template:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 94.5%
  • TypeScript 4.6%
  • JavaScript 0.4%
  • Ruby 0.4%
  • Swift 0.1%
  • Kotlin 0.0%