v4.3.0animated_text_kit
A flutter package project which contains a collection of cool and beautiful text animations.
Coding quizzes will make your learning very enjoyable. You won't just learn here, you'll play games and learn. Our quizzes are fun. They're mind-blowing your knowledge instantly.
v4.3.0A flutter package project which contains a collection of cool and beautiful text animations.
Beautiful animations inspired by Animate.css, providing customizable widget-based animations with no external dependencies.
v3.1.3Responsive UI solutions for Mobile, Web, and Desktop — making adaptability effortless.
The easy way to detect swipe up, down, left and right in Flutter.
{"sdk":"flutter"}^1.0.2^2.0.15^6.0.2^8.0.1^7.2.0^2.0.12^0.13.4^1.0.1^2.1.0^0.0.1^4.2.1^4.0.0^0.9.2^1.0.4{"sdk":"flutter"}English project snapshot. Visit GitHub for the latest content.
GitHub Workflow Status (branch) GitHub forks GitHub stars GitHub watchers GitHub contributors GitHub last commit GitHub top language
mockup
Besides the Flutter development setup on your computer, this project needs a
quizapi.io API key. The key is not stored in the repo — it is passed
in at build time and read via String.fromEnvironment:
flutter run --dart-define=QUIZ_API_KEY=qa_sk_your_api_key
flutter build --dart-define=QUIZ_API_KEY=qa_sk_your_api_key
In VS Code, add it to .vscode/launch.json instead so you don't have to pass it every time:
{
"configurations": [
{
"name": "code_quizzy",
"request": "launch",
"type": "dart",
"toolArgs": ["--dart-define=QUIZ_API_KEY=qa_sk_your_api_key"]
}
]
}
Without the key the app shows a "Missing API Key" screen rather than failing silently.
The app talks to the v1 API, which authenticates with an Authorization: Bearer <key> header
and returns its payloads inside a {success, data, meta} envelope. Topics are loaded at
runtime from GET /api/v1/categories, so the topic list never goes stale.
You've done entire steps correctly and I make sure that this project will have paramount effect on your progress learning Flutter