Flic Home

    Community

    • Login
    • Search
    • Popular
    • Users
    1. Home
    2. juangui
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 1
    • Controversial 0
    • Groups 0

    juangui

    @juangui

    1
    Reputation
    866
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    juangui Unfollow Follow

    Best posts made by juangui

    • Gradle/maven dependency

      I'd like to kindly ask the Flic developer's team to register the Flic library as a dependency in gradle and issue a version. In this way, we may import it much more easily in gradle.properties files from Android projects, using something like

      dependencies {
          compile 'io.flic.lib:fliclib:+'
      }
      

      Or, in cordova projects like my Cordova Flic plugin in the plugin.xml file, using

      <framework src="io.flic.lib:fliclib:+" />
      

      Cheers
      Juangui

      posted in Developers
      juangui
      juangui

    Latest posts made by juangui

    • Gradle/maven dependency

      I'd like to kindly ask the Flic developer's team to register the Flic library as a dependency in gradle and issue a version. In this way, we may import it much more easily in gradle.properties files from Android projects, using something like

      dependencies {
          compile 'io.flic.lib:fliclib:+'
      }
      

      Or, in cordova projects like my Cordova Flic plugin in the plugin.xml file, using

      <framework src="io.flic.lib:fliclib:+" />
      

      Cheers
      Juangui

      posted in Developers
      juangui
      juangui
    • Announcing Flic Cordova Plugin and AngularJS wrappers

      Hi!

      I developed a Cordova plugin for Android and shared it with the open source community in GitHub. I received some contributions from the open source community which enhanced my plugin and added the support for the iOS platform. Please check the plugin at:

      Cordova-Flic

      I also created wrappers for AngularJS, so the plugin can easily be used in Ionic using a factory.

      ngFlic

      Please also check the sample projects for both projects. See:

      • Cordova-Flic-Example for the Cordova Flic plugin.
      • FoosFlic for ngFlic, which is more than a sample project, but a full app using Flics to manage the scoreboard of a foosball table. By the way, we are using this app at work and having fun with it.

      I got a request from a user of PhoneGap Build cloud service to tailor my Cordova Flic plugin to work with that platform. That took some modifications and it finally worked in Android but I am struggling to make it work for iOS. Additionally, I haven’t been able to make it work for PhoneGap CLI 3.7 which was the request, but only from PhoneGap CLI 5.1.1 and forward. This is the sample project:

      PhoneGap-Flic

      Hybrid applications are a very good opportunity for Flic to reach more users and developers. Please feel free to use the plugin and contribute to them!

      posted in Flic Mac Client - Plugins
      juangui
      juangui