Drag and drop module for CITMATEL's 'strawberry' project

Overview

citmatel_strawberry_dnd

Drag and drop module for CITMATEL's 'strawberry' project

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Comments
  • Enlarge the area of draggable elements.

    Enlarge the area of draggable elements.

    Enlarge the area by which the list of draggable elements is grabbed. It is very difficult to select between the elements to move the widget left or right if you don't want to select the middle one.

    enhancement 
    opened by Aidyl98 2
  • Ver como se va a hacer progreso de las estrellas del win/loose

    Ver como se va a hacer progreso de las estrellas del win/loose

    Ahora mimo se pierdes se almacena la información en la BD con 0 stars y si ganas con 3. Ver bien como se va a hacer la logica del progreso de cada subnivel

    enhancement question 
    opened by JesusHdez960717 1
  • Eliminar items en el dnd los elimina global

    Eliminar items en el dnd los elimina global

    Cuando se arrastra un item a su posicion correcta lo elimina de la lista del controller, pero tambien lo elimina de la lista global, y si se empieza el nivel de nuevo, se empieza sin los items que fueron eliminados inicialmente

    De paso hacerle el shuffle a la lista

    bug enhancement 
    opened by JesusHdez960717 1
  • Reentrada a mismo nivel guarda progreso cuando debe reiniciarlo

    Reentrada a mismo nivel guarda progreso cuando debe reiniciarlo

    SI se entra a un subnivel, se sale, y se vuelve a entrar al mismo, mantiene el controller viejo Tal vez migrarlo a un statefull y poner en el dispose el Get.remove para eliminar el controller viejo, o con un tag para identificarlo O ver si se deja así y almacena en esa instancia de la app el progreso actual de cada nivel

    bug help wanted question 
    opened by JesusHdez960717 1
  • Bug when the last item is drag.

    Bug when the last item is drag.

    When the user has only one life and one item remaining and first put it wrong and quickly put it right, the app show both the win and the loses screen.

    bug enhancement 
    opened by Aidyl98 0
  • Terminar nivel vuelva a pantalla de niveles

    Terminar nivel vuelva a pantalla de niveles

    Terminar sub nivel pueda volver a la pagina de los niveles o reiniciar el subnivel

    • [x] home on win
    • [x] home on loose
    • [x] next on win
    • [x] reset on loose
    enhancement 
    opened by JesusHdez960717 0
Owner
null
Trivia module for CITMATEL's 'strawberry' project

citmatel_strawberry_trivia Módulo de trivia para el videojuego de CITMATEL Getting Started This project is a starting point for a Flutter application.

null 1 Jan 21, 2022
Flutter Image add drag sort, Image add drag sort, support click event, delete, add, long press drag sort.

flutter_image_add_drag_sort Flutter Image add drag sort, Image add drag sort, support click event, delete, add, long press drag sort, support video fi

null 5 Jun 23, 2020
Native Drag and Drop for Flutter on iOS and MacOS

native_draggable A new flutter plugin project. Getting Started This project is a starting point for a Flutter plug-in package, a specialized package t

Rody Davis 59 Dec 4, 2022
Drag and Drop for Dart web apps with mouse and touch support.

Dart Drag and Drop Drag and Drop for Dart web apps with mouse and touch support. GitHub | Pub | Demos and Examples Features Use any HTML Element as Dr

Marco Jakob 136 Nov 18, 2022
Widgets to support native drag and drop in Flutter.

Drag and Drop Flutter This is the repository for a plugin implementing drag and drop functionality for Flutter. This is a federated plugin. There is a

Jesse 0 Dec 29, 2021
Flutter package for drag-and-drop reordering of two-level lists

drag_and_drop_lists Two-level drag and drop reorderable lists. Features Reorder elements between multiple lists Reorder lists Drag and drop new elemen

Philip Brink 168 Dec 18, 2022
Brain for CITMATEL's 'strawberry' project

citmatel_strawberry_brain Brain for CITMATEL's 'strawberry' project Getting Started This project is a starting point for a Flutter application. A few

null 2 Feb 13, 2022
Intel Corporation 238 Dec 24, 2022
Magpie is a visualized platform which designed to create, develop and compile your standalone flutter module.

Magpie Workflow is a visualized platform which is designed to create, develop and compile your standalone flutter module;

Wuba 124 Dec 4, 2022
react-native native module for In App Purchase.

Documentation Published in website. Announcement Version 8.0.0 is currently in release candidate. The module is completely rewritten with Kotlin and S

dooboolab 2.3k Dec 31, 2022
Pdf creation module for dart/flutter

Pdf for Dart and Flutter This set of plugins allows Flutter apps to generate and print pdf files to the device printer. This plugin works for iOS and

David PHAM-VAN 954 Jan 3, 2023
Dart module for communicating with the Veryfi OCR API

Dart module for communicating with the Veryfi OCR API Installation Install from https://pub.dev/packages/veryfi_dart Getting Started Obtaining Client

Veryfi 8 Dec 28, 2022
🧡 The neuralgic heart of the application, this module gathers all the functionalities of the framework.

Mineral Mineral is a robust, powerful and scalable framework designed to let you develop discord bots with the Dart language. The Mineral framework cu

mineral.dart 16 Dec 26, 2022
Drop shadow effect for any widget in Flutter

DropShadow Drop shadow effect for any widget in flutter Parameters Widget child; // required double blurRadius; // default: 10.0 double borderRadius;

null 10 Nov 26, 2022
A flutter list view which can drag & move item to change order.

draggable_flutter_list A flutter list view which can drag & move item to change order. some codes come from flutter_list_drag_and_drop fix flutter_lis

刘彦博 40 Sep 22, 2022
A flutter deskstop package that allows you to drag the native file into app support.

FileDragAndDrop A flutter deskstop package that allows you to drag the native file into app support. Platform Support Now only support on macOS, if an

逸风 13 Oct 24, 2022
A page transition which supports drag-down-to-pop gesture.

drag_down_to_pop A page transition which supports drag-down-to-pop gesture. The main source code is copied from the cupertino/route.dart in Flutter SD

nekocode 16 Aug 6, 2022
A flutter plugin to support drag-out functionality on native platforms

flutter_native_drag_n_drop A flutter plugin to support the native drag and drop, especially to drag files (only files) out of the application boundary

Skalio GmbH 5 Oct 28, 2022