sampaio-tech/flutter-core-modules

A common branch containing core implementations shared across my apps.

2Stars on the repository
25Mods indexed here, across every type
10d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

analytics-feature

01

sampaio-tech/flutter-core-modules

Skill Claude CodeCodex

Explains the analytics feature in fluttercoremodules — EventEntity, how to define and track new events, the multi-provider architecture (Amplitude, Firebase Analytics, Mixpanel, PostHog, Statsig), remote config gating, and how analytics integrates with the route observer. Use when adding new analytics events…

2 10d ago A 80 tokens original MIT

core-architecture

02

sampaio-tech/flutter-core-modules

Skill Claude CodeCodex

Explains the core architecture of fluttercoremodules — Either, State sealed classes, SafeStateNotifier, GetStateNotifier, CacheBoolStateNotifier, setup providers (SharedPreferences, HTTP, dotenv), hooks, and shared widgets. Use when understanding or extending the core layer, implementing state machines, or setting up…

2 10d ago A 68 tokens original MIT

feature-locale

03

sampaio-tech/flutter-core-modules

Skill Claude CodeCodex

Everything about the locale feature in fluttercoremodules — what it does, all files, providers, use cases, and how to use it from an external app to persist and restore the user's chosen language. Use when working with locale/language persistence, asking whether locale is already implemented, or wiring locale into a…

2 10d ago A 68 tokens original MIT

feature-modules

04

sampaio-tech/flutter-core-modules

Skill Claude CodeCodex

Explains how feature modules are structured in fluttercoremodules — directory layout, domain/data/presentation layers, repository pattern, use case pattern, and how to implement a new feature module from scratch. Use when adding a new feature, understanding an existing feature module, or deciding where code belongs in…

2 10d ago A 65 tokens original MIT

feature-revenue

05

sampaio-tech/flutter-core-modules

Skill Claude CodeCodex

Everything about the revenue feature in fluttercoremodules — RevenueCat integration, CustomerInfoStateNotifier, paywall presentation, subscription status, isPremiumCustomerProvider, presentPaywallForwarded, and app initialization. Use when working with in-app purchases, paywalls, subscription gating, or asking whether…

2 10d ago A 69 tokens original MIT

feature-review

06

sampaio-tech/flutter-core-modules

Skill Claude CodeCodex

Everything about the review feature in fluttercoremodules — in-app review request, store listing redirect, feedback email via urllauncher, InAppReviewStateNotifier, LaunchFeedbackStateNotifier, and how to use both from a consuming app. Use when implementing rate-app flows, feedback buttons, or asking whether…

2 10d ago A 69 tokens original MIT

feature-route

07

sampaio-tech/flutter-core-modules

Skill Claude CodeCodex

Everything about the route feature in fluttercoremodules — ShellRouteWidget, NavigationTab abstract class, navigatiorKeyProvider, defaultNavigatorObservers, and how to build a tab-based iOS navigation shell from a consuming app. Use when setting up tab navigation, asking whether a navigation shell exists, or wiring…

2 10d ago A 69 tokens original MIT

feature-settings

08

sampaio-tech/flutter-core-modules

Skill Claude CodeCodex

Everything about the settings feature in fluttercoremodules — HapticFeedbackStateNotifier, WakelockStateNotifier, SwitchRowWidget, CacheBoolRowWidget, ThemeRowWidget, and how to use them in a settings screen. Use when building settings UI, wiring haptic or wakelock toggles, or asking whether these settings are already…

2 10d ago A 73 tokens original MIT

feature-storage

09

sampaio-tech/flutter-core-modules

Skill Claude CodeCodex

Everything about the storage feature in fluttercoremodules — Firebase Storage integration, transparent local caching via SharedPreferences, GetDownloadUrlStateNotifier, GetJsonStateNotifier, ImageNetworkFromStorageWidget, SvgFromStorageWidget, and cache invalidation strategies. Use when loading images or JSON from…

2 10d ago A 77 tokens original MIT

feature-theme

10

sampaio-tech/flutter-core-modules

Skill Claude CodeCodex

Everything about the theme feature in fluttercoremodules — ThemeStateNotifier, ThemeRepository, how theme is persisted and restored, IosThemeData (IosLightThemeData / IosDarkThemeData), and how to wire theme into a consuming app. Use when implementing dark/light mode, asking whether theme persistence is already…

2 10d ago A 78 tokens original MIT

naming-conventions

11

sampaio-tech/flutter-core-modules

Skill Claude CodeCodex

All naming conventions used in fluttercoremodules — files, classes, providers, use cases, notifiers, widgets, hooks, failures, events, constants, family args, cache keys, abstract vs implementation classes, and directory structure. Use when creating any new file or symbol, or when verifying whether a name follows…

2 10d ago A 70 tokens original MIT

sampaio-tech/flutter-core-modules

Skill Claude CodeCodex

Explains how Riverpod and flutterhooks are used in fluttercoremodules — provider types, state flow through layers, hook patterns, HookConsumerWidget usage, common mistakes to avoid, and best practices. Use when writing new providers, widgets, or hooks, or when debugging state-related issues.

2 10d ago A 64 tokens original MIT