datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
Flutter-Code-with-Questions-Dataset-Turkish
Flutter Code with Questions Dataset (Turkish)
📦 Dataset Name: flutter_code_with_questions
Bu veri seti, Flutter framework'ü ile yazılmış kod parçacıkları ve her bir kod parçası için özel olarak üretilmiş detaylı Türkçe soruları içermektedir. Veri seti, kodların eğitim verisi olarak kullanılmasının yanı sıra, LLM (Large Language Model) tabanlı kod anlama ve soru yanıtlama modellerinin geliştirilmesinde kullanılabilir.
📁 Dataset Format
Veri dosyaları CSV… See the full description on the dataset page: https://huggingface.co/datasets/NoirZangetsu/Flutter-Code-with-Questions-Dataset-Turkish.Flutter-Code-with-Questions-Dataset-English
🧠 Flutter Code with Questions Dataset (English)
This repository contains a high-quality dataset of Flutter-related code snippets paired with automatically generated English technical questions. The dataset is intended for use in training and fine-tuning language models, coding assistants, and educational systems focused on Flutter development.
📂 Dataset Structure
The dataset is divided into 22 CSV files, each containing 200 entries. Every entry includes:
A… See the full description on the dataset page: https://huggingface.co/datasets/NoirZangetsu/Flutter-Code-with-Questions-Dataset-English.top-flutter-packages
Top Flutter Packages Dataset
Flutter is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase. It is gaining quite a bit of popularity because of ability to code in a single language and have it running on Android/iOS and web as well.
This dataset contains a snapshot of Top 5000+ flutter/dart packages hosted on Flutter package repository
The dataset was scraped in August-2024.
We aim to use this dataset to… See the full description on the dataset page: https://huggingface.co/datasets/deepklarity/top-flutter-packages.flutter-diff-steps-v1
Flutter Codegen: Diff Steps
Synthetic dataset of step-by-step Flutter/Dart widget construction, where each
row is one incremental edit in a sequence: given a goal, the current code, and the
history of steps taken so far, predict the next action (a short description) and
the code change as a search/replace diff hunk.
Built for training and evaluating small language models on iterative, diff-based
code editing -- as opposed to regenerating the whole file at each step. This is
the… See the full description on the dataset page: https://huggingface.co/datasets/bbidpa/flutter-diff-steps-v1.Rainbow-Pony-100m-Flutter-steps-eval
Rainbow-Pony-100M Flutter — Steps Mode — Validation Results
Dataset Summary
Held-out evaluation results for bbidpa/Rainbow-Pony-100m-Flutter-steps,
a 100M-parameter transformer trained from scratch to edit Flutter/Dart source files.
In steps mode, the model is given an existing file and an edit instruction and
generates a sequence of localized search/replace edit actions, each mechanically
applied to the current file state before the next action is generated… See the full description on the dataset page: https://huggingface.co/datasets/bbidpa/Rainbow-Pony-100m-Flutter-steps-eval.flutter-full-examples-v1
Flutter Codegen: Full Examples
Synthetic dataset of complete Flutter/Dart widgets, each paired with the goal
that describes them and (optionally) starting code. Unlike flutter-codegen-diff-steps,
there's no step history or diff structure here -- each row is a single, standalone
goal -> complete file example.
This is the whole-code counterpart to flutter-diff-steps-v1, intended for
training/evaluating a baseline that generates the entire file in one shot, to
compare against the… See the full description on the dataset page: https://huggingface.co/datasets/bbidpa/flutter-full-examples-v1.Qwen2.5-Coder-0.5B-Flutter-steps-eval
Qwen2.5-Coder-0.5B Flutter — Steps Mode — Validation Results
Dataset Summary
Held-out evaluation results for bbidpa/Qwen2.5-Coder-0.5B-Flutter-steps,
a fine-tune of Qwen2.5-Coder-0.5B for editing Flutter/Dart source files. In steps
mode, the model is given an existing file and an edit instruction and generates a
sequence of localized search/replace edit actions, each mechanically applied to the
current file state before the next action is generated, until the… See the full description on the dataset page: https://huggingface.co/datasets/bbidpa/Qwen2.5-Coder-0.5B-Flutter-steps-eval.Rainbow-Pony-100m-Flutter-direct-eval
Rainbow-Pony-100M Flutter — Direct Mode — Validation Results
Dataset Summary
Held-out evaluation results for bbidpa/Rainbow-Pony-100m-Flutter-direct,
a 100M-parameter transformer trained from scratch to edit Flutter/Dart source files.
In direct mode, the model is given an existing file and an edit instruction and
generates the complete modified file in a single forward pass (as opposed to the
steps / iterative diff-based mode — see the sibling dataset… See the full description on the dataset page: https://huggingface.co/datasets/bbidpa/Rainbow-Pony-100m-Flutter-direct-eval.flutter-questions-answersQwen2.5-Coder-0.5B-Flutter-direct-eval
Qwen2.5-Coder-0.5B Flutter — Direct Mode — Validation Results
Dataset Summary
Held-out evaluation results for bbidpa/Qwen2.5-Coder-0.5B-Flutter-direct,
a fine-tune of Qwen2.5-Coder-0.5B for editing Flutter/Dart source files. In direct
mode, the model is given an existing file and an edit instruction and generates the
complete modified file in a single forward pass (as opposed to the steps /
iterative diff-based mode — see the sibling dataset… See the full description on the dataset page: https://huggingface.co/datasets/bbidpa/Qwen2.5-Coder-0.5B-Flutter-direct-eval.flutterft
FlutterFT
FlutterFT is a 5,000-record English-language instruction-tuning corpus for
Flutter/Dart code generation, spanning seven task types: question-to-code,
test generation, bug fixing, refactoring, completion, code explanation, and
API usage. Each record is a chat-format (system/user/assistant) example.
Important notice on source provenance and licensing
Source repository, commit, and license information for the underlying code
snippets was not recorded during… See the full description on the dataset page: https://huggingface.co/datasets/NoirZangetsu/flutterft.flutter-package-intelligence-2026
Flutter Package Intelligence 2026
A current snapshot of Flutter/Dart packages
collected from the official pub.dev API.
Data collection
Collected: September 2026
Source:
https://pub.dev/
Metrics
Package name
Latest version
30-day downloads
Likes
Pub Points
Tags
Publisher
Release date
Methodology
Package names were obtained from the official
pub.dev package names API.
Package score information was obtained from the
official pub.dev… See the full description on the dataset page: https://huggingface.co/datasets/narimetisaigopi/flutter-package-intelligence-2026.codegen-flutter-v1flutter_code_dataset
Dataset Card for "flutter_code_dataset"
More Information needed
flutter-code-repair-datasetflutter-expert-sftflutterbench
FlutterBench
FlutterBench is a 600-item, English-language, held-out evaluation benchmark
for Flutter/Dart code generation, disjoint from the companion flutterft
training corpus. This repository contains only the public portion of the
benchmark: prompts and scoring rubrics. Reference (private) answers are
intentionally not included here, to preserve the benchmark as a genuine
held-out evaluation set for anyone who wants to test a model against it
without seeing the expected… See the full description on the dataset page: https://huggingface.co/datasets/NoirZangetsu/flutterbench.flutter_testset
Dataset Card for "flutter_testset"
More Information needed
flutter_awesomeflutter_docsflutter_stacktop-flutter-packages
Top Flutter Packages Dataset
Flutter is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase. It is gaining quite a bit of popularity because of ability to code in a single language and have it running on Android/iOS and web as well.
This dataset contains a snapshot of Top 5000+ flutter/dart packages hosted on Flutter package repository
The dataset was scraped in August-2024.
We aim to use this dataset to… See the full description on the dataset page: https://huggingface.co/datasets/shalinikandaswamy/top-flutter-packages.Flutter_DocumentationFlutter_Docs_2ut-ds-dart-flutter-one
Dataset Description
This dataset contains input and output data for generating unit tests for Flutter projects.
Input: Dart/Flutter source code.
Output: Expected unit tests.
Example
{
"input": "Generate unit test for the following Flutter module: import 'package:dio/dio.dart';",
"output": "import 'package:flutter_test/flutter_test.dart'; ... expected unit test code ..."
}
flutter_testset_with_med_low_1
Dataset Card for "flutter_testset_with_med_low_1"
More Information needed
flutter_constraintsFLUTTERflutter_testset_with_med_low
Dataset Card for "flutter_testset_with_med_low"
More Information needed
flutter_docs_portion
