Skip to content

Experimental COBI.Bike DevKit bindings for Flutter Web

Notifications You must be signed in to change notification settings

simolus3/devkit_dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevKit Dart

A pure Dart implementation of the COBI.Bike DevKit built on top of Flutter Web.

Using

For getting started with Flutter web, see their readme. Then, add another dependency for this library in the pubspec.yaml:

dependencies:
  # ...
  devkit: any

dependency_overrides:
  devkit:
    git:
      url: https://github.com/simolus3/devkit_dart
      path: devkit

A working example can be found here, the relevant lines are highlighted. Don't forget to set Cobi.simulatorCompatibility to true before initializing the Cobi object when testing in the Simulator.

Project structure

  • /devkit: Main API, to be used by developers
  • /message_compiler: Responsible to generate serialization and deserialization code used to communicate with the host app. Only used during development of this library.

I'll write a bunch of example modules and put them in the /modules subfolder.

This project is not affiliated with, or endorsed by, COBI.Bike.

About

Experimental COBI.Bike DevKit bindings for Flutter Web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published