Ecosistema de paquetes para Dart y Flutter desarrollados y mantenidos por la comunidad de Flutter Cuba relacionados con la tienda cubana de aplicaciones para dispositivos Android llamada Apklis.

Overview
You might also like...

An Android app to encrypt plain text notes

AndSafe AndSafe is an Android app that encrypts plain text notes. With version 3, AndSafe3 is re-implemented with Flutter and is now open source. FAQ

Jul 9, 2022

A tool to easily install the Android SDK command-line and platform tools.

gibadb A tool to easily install the Android SDK command-line and platform tools. For developers: This README describes the CLI tool that ships with th

Sep 22, 2022

An android app for helping Alzheimer patients

An android app for helping Alzheimer patients

Memory Assistant - an android app for helping Alzheimer patients It is an android app built in the form of a chatbot using AIML which helps alzhemier

Aug 30, 2022

A to do list app for android, apple, and the web.

noted A new Flutter project. Getting Started FlutterFlow projects are built to run on the Flutter stable release. IMPORTANT: For projects with Firesto

Nov 4, 2022

Get Version - Get the Version Name, Version Code, Platform and OS Version, and App ID on iOS and Android. Maintainer: @rodydavis

Get Version - Get the Version Name, Version Code, Platform and OS Version, and App ID on iOS and Android. Maintainer: @rodydavis

Get Version - Get the Version Name, Version Code, Platform and OS Version, and App ID on iOS and Android.

Jan 4, 2023

AOP for Flutter(Dart)

AOP for Flutter(Dart)

AspectD Salute to AspectJ. AspectD is an AOP(aspect oriented programming) framework for dart. Like other traditional aop framework, AspectD provides c

Jan 7, 2023

Environment specific config generator for Dart and Flutter applications during CI/CD builds

Environment Config Generator Environment specific config generator. Allows to specify env configuration during CI/CD build. Primarily created to simpl

Dec 2, 2022

🚀The Flutter dart code generator from zeplin. ex) Container, Text, Color, TextStyle, ... - Save your time.

🚀The Flutter dart code generator from zeplin. ex) Container, Text, Color, TextStyle, ... - Save your time.

Flutter Gen Zeplin Extension 🚀 The Flutter dart code generator from zeplin. ex) Container, Text, Color, TextStyle, ... - Save your time. ⬇ 1.1k Getti

Oct 12, 2022

Simple & Beautiful Note taking app written in dart with flutter UI toolkit.

Simple & Beautiful Note taking app written in dart with flutter UI toolkit.

Notes is a privacy oriented, Secure ,beautiful and fast application made in flutter, it supports various features like adding and saving notes. Hiding

Dec 30, 2022
Comments
  • [BUG] Apklis_http_web_api devuelve un ApklisErrorModel con mensaje:

    [BUG] Apklis_http_web_api devuelve un ApklisErrorModel con mensaje: "type 'Null' is not a subtype of type String in type cast"

    Descripción del error: Cuando hago una petición a la api de Apklis_http_web_api con el método api.get(["package_name"]) donde package_name es el nombre del paquete de mi aplicación me devuelve un ApklisErrorModel con el mensaje: "type 'Null' is not a subtype of type String in type cast".

    Reproducción del error: Pasos para reproducir el comportamiento:

    1. Cree una página nueva (StatefulWidget)
    2. En el initState llame al método de chequear la versión de la app en Apklis usando la api (como se muestra en la captura 1), puede obtener el package_name de forma manual escribiendolo directamente o usar el paquete "package_info_plus". Mi paquete es: "works.a4t0mic.recetario"
    3. Abrir la consola de depuración para ver mensaje de error o pestaña de depuración para ver el modelo devuelto y el error

    Comportamiento esperado Debería devolver un SuccessApklisApiResult con result = "ApklisModel" y a partir de ahí hacer las comparaciones.

    Capturas de pantalla Código utilizado: code Error devuelto: Captura de pantalla (100)

    Escritorio:

    • SO: [Windows 10 ver. 2004 (Windows_NT x64 10.0.19041)]
    • IDE [VSCode Versión: 1.61.2]
    • Fecha: 2021-10-19T14:57:20.575Z
    • Electron: 13.5.1
    • Chrome: 91.0.4472.164
    • Node.js: 14.16.0

    Smartphone:

    • Dispositivo: [Alcatel TCL 5024A]
    • SO: [Android 9]

    Flutter Doctor: [√] Flutter (Channel stable, 2.5.0, on Microsoft Windows [Versión 10.0.19041.207], locale es-ES) • Flutter version 2.5.0 at D:\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 4cc385b4b8 (8 weeks ago), 2021-09-07 23:01:49 -0700 • Engine revision f0826da7ef • Dart version 2.14.0

    [!] Android toolchain - develop for Android devices (Android SDK version 30.0.2) • Android SDK at D:\android-sdk • Platform android-30, build-tools 30.0.2 • ANDROID_HOME = D:\android-sdk • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01) X Android license status unknown. Run flutter doctor --android-licenses to accept the SDK licenses. See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.

    [√] Chrome - develop for the web • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe

    [√] Android Studio (version 4.1) • Android Studio at C:\Program Files\Android\Android Studio • Flutter plugin can be installed from: https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)

    [√] VS Code (version 1.61.2) • VS Code at C:\Users\4t0m\AppData\Local\Programs\Microsoft VS Code • Flutter extension version 3.27.0

    [√] Connected device (2 available) • 5024A (mobile) • 5HLA01CNEOD03AU • android-arm64 • Android 9 (API 28) • Chrome (web) • chrome • web-javascript • Google Chrome 87.0.4280.88

    bug 
    opened by alaincruz06 4
  • build: update in favor of the new flutter version 2.10

    build: update in favor of the new flutter version 2.10

    Update the app build in favor of the new version 2.10 of flutter:

    • compileSdkVersion change to 31
    • kotlin_version changed to 1.6.10
    • gradle change to 7.1.1
    • update the new Android wrappers
    opened by yeikel16 2
  • [BUG] Llevar a la versión 30 el compilrSdkVersion

    [BUG] Llevar a la versión 30 el compilrSdkVersion

    El paquete de Kotlin utiliza la versión 30 en el compilrSdkVersion por lo que se debe utilizar esa versión en el paquete de Flutter para ser consistente.

    bug 
    opened by leynier 1
  • [BUG] apklis_direct_payment_checker has a deprecated method

    [BUG] apklis_direct_payment_checker has a deprecated method

    Descripción del error apklis_direct_payment_checker -0.0.1+2/android/src/main/kotlin/com/fluttercuba/apklis_direct_payment_checker/Verify.kt:31:38 shows a warning on: "release(): Boolean" because "contentResolver?.release()" is deprecated in Java.

    Reprodución del error Pasos para reproducir el comportamiento:

    1. Cree una página nueva (StatefulWidget).
    2. En el initState llame al método de chequear el pago de la app en Apklis usando la api (como se muestra en el código debajo), puede obtener el packageId de forma manual escribiéndolo directamente o usar el paquete "package_info_plus".
    3. Abrir la consola de depuración para ver mensaje de error o pestaña de depuración para ver el modelo devuelto y el error.

    Captura de pantalla y código 1.

    Future<void> requestPaymentStatus(BuildContext context) async {
      final PackageInfo packageInfo = await PackageInfo.fromPlatform();
      final String packageId = packageInfo.packageName;
      try {
        final status = await ApklisDirectPaymentChecker.isPurchased(packageId);
        if (status.paid == false) {
          mostrarDialogoCompra(context);
        }
      } on PlatformException catch (e) {
        log(e.toString());
      }
    }
    
    1. Error mostrado: issue

    Escritorio: Flutter version 2.5.0 Dart version 2.14.0 Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01) Sistema Operativo: Windows_NT x64 10.0.19041 5024A (mobile) • android-arm64 • Android 9 (API 28)

    bug 
    opened by alaincruz06 1
Releases(apklis_web_api-v0.0.1+3)
Owner
Flutter Cuba
Organización para colaborar y contribuir en el desarrollo y proliferación de Flutter en Cuba
Flutter Cuba
A Dart build script that downloads the Protobuf compiler and Dart plugin to streamline .proto to .dart compilation.

A Dart build script that downloads the Protobuf compiler and Dart plugin to streamline .proto to .dart compilation.

Julien Scholz 10 Oct 26, 2022
Log snapshot management solution (iOS/Android/Web/Server) built with Flutter/Dart using Bloc pattern and Firebase Firestore backend.

Log snapshot management solution (iOS/Android/Web/Server) built with Flutter/Dart using Bloc pattern and Firebase Firestore backend.

Alexey Perov 5 Nov 9, 2022
Dart wrapper via dart:ffi for https://github.com/libusb/libusb

libusb Dart wrapper via dart:ffi for https://github.com/libusb/libusb Environment Windows(10) macOS Linux(Ubuntu 18.04 LTS) Usage Checkout example Fea

Woodemi Co., Ltd 28 Dec 20, 2022
Extensible Dart interpreter for Dart with full interop

dart_eval is an extensible interpreter for the Dart language, written in Dart. It's powered under the hood by the Dart analyzer, so it achieves 100% c

Ethan 169 Dec 28, 2022
Quiver is a set of utility libraries for Dart that makes using many Dart libraries easier and more convenient, or adds additional functionality.

Quiver is a set of utility libraries for Dart that makes using many Dart libraries easier and more convenient, or adds additional functionality.

Google 905 Jan 2, 2023
An android application built using Flutter that computes the Body Mass Index of person and suggestion to carry ,by taking Inputs (Weight, Height, and Age), Built using Flutter

BMI Calculator ?? Our Goal The objective of this tutorial is to look at how we can customise Flutter Widgets to achieve our own beautiful user interfa

dev_allauddin 7 Nov 2, 2022
A Flutter plugin that exposes Monet (Material You, Material 3) system colors on Android 12.

Monet Colors A Flutter plugin that exposes Monet (Material You, Material 3) system colors on Android 12. Returns null on unsupported platforms and lea

İhsan Işık 3 Aug 26, 2022
BMI Calculator is a Mobile Application for Android and iOS built by Flutter

BMI Calculator ?? Our Goal The objective of this tutorial is to look at how we can customise Flutter Widgets to achieve our own beautiful user interfa

Fady Fawzy 2 Jan 10, 2022
Flutter get Android meta-data in AndroidManifest.xml

Flutter get Android meta-data in AndroidManifest.xml

周枇杷! 1 Mar 9, 2022
A Flutter plugin for XUpdate -- Android Update Library

flutter_xupdate A Flutter plugin for XUpdate -- Android Update Library。See the use Chinese Document for details。 About me WeChat public number juejin

薛翔 233 Dec 25, 2022