Soham Sanjay Pawar avatar

Soham Sanjay Pawar

Community

@sohampawar1866 · Pune, Maharashtra

28Followers
|
60Public Repos
|
44Published Skills

Full-stack dev exploring ideas, breaking builds, and connecting the digital dots

Skills Distribution
DomainDeveloper To...Flutter UI & Layou.. (30%)Dart Language & St.. (25%)Testing & Code Qua.. (25%)State Management &.. (15%)

Agent Skills by Soham Sanjay Pawar

Showing 44 vetted skills indexed across 1 GitHub repositories.

sohampawar1866sohampawar1866
1

flutter-implement-json-serialization

Implement manual JSON serialization in Flutter models using dart:convert fromJson and toJson methods.

Community
Intermediate
sohampawar1866sohampawar1866
1

patrol-e2e-testing

Write and run Patrol 4.x end-to-end tests for Flutter apps including native interactions.

Community
Intermediate
sohampawar1866sohampawar1866
1

dart-use-pattern-matching

Implements Dart switch expressions and pattern matching for destructuring and exhaustive type handling.

Community
Intermediate
sohampawar1866sohampawar1866
1

flutter-add-widget-test

Implements Flutter widget tests using WidgetTester to verify UI rendering and user interactions.

Community
Intermediate
sohampawar1866sohampawar1866
1

flutter-use-http-package

Implement HTTP GET, POST, PUT, and DELETE requests in Flutter using the http package.

Community
Intermediate
sohampawar1866sohampawar1866
1

flutter-build-responsive-layout

Implement adaptive Flutter layouts using LayoutBuilder, MediaQuery, and constraint-based sizing.

Community
Intermediate
sohampawar1866sohampawar1866
1

flutter-apply-architecture-best-practices

Structures Flutter applications using layered UI, domain, and data architecture with MVVM.

Community
Intermediate
sohampawar1866sohampawar1866
1

developing-genkit-dart

Build AI agents, flows, and tools in Dart using the Genkit SDK.

Community
Advanced
sohampawar1866sohampawar1866
1

dart-generate-test-mocks

Generate mockito mock classes and unit tests for Dart dependencies using build_runner.

Community
Intermediate
sohampawar1866sohampawar1866
1

dart-use-ffigen

Generates Dart FFI bindings from C headers using package:ffigen.

Community
Intermediate
sohampawar1866sohampawar1866
1

code-review

Review pull requests and diffs for Flutter and Dart projects with a structured checklist.

Community
Advanced
sohampawar1866sohampawar1866
1

provider

Implements state management in Flutter apps using the Provider package.

Community
Intermediate
sohampawar1866sohampawar1866
1

store-listing-assets

Generate App Store and Google Play listing copy and image assets sized to exact store specifications.

Community
Intermediate
sohampawar1866sohampawar1866
1

dart-3-updates

Applies Dart 3 patterns, records, and switch expressions to modernize Dart code.

Community
Intermediate
sohampawar1866sohampawar1866
1

flutter-add-widget-preview

Adds interactive Flutter widget previews using the @Preview annotation and Widget Previewer.

Community
Intermediate
sohampawar1866sohampawar1866
1

flutter-pre-caching

Preload fonts, images, animations, and startup data in Flutter and Flutter Web apps.

Community
Intermediate
sohampawar1866sohampawar1866
1

mocktail

Creates mocks, stubs, and interaction verifications for Dart and Flutter tests using Mocktail.

Community
Basic
sohampawar1866sohampawar1866
1

testing

Write and review Flutter and Dart unit, widget, and bloc tests.

Community
Intermediate
sohampawar1866sohampawar1866
1

flutter-setup-declarative-routing

Configure declarative routing and deep linking in Flutter apps using go_router.

Community
Intermediate
sohampawar1866sohampawar1866
1

dart-resolve-package-conflicts

Diagnose and resolve Dart package version conflicts in pubspec.yaml and pubspec.lock.

Community
Intermediate
sohampawar1866sohampawar1866
1

dart-collect-coverage

Collect Dart and Flutter test coverage and generate LCOV reports.

Community
Intermediate
sohampawar1866sohampawar1866
1

flutter-best-practices

Applies Flutter architecture, feature structure, and Dart coding standards when writing or reviewing code.

Community
Advanced
sohampawar1866sohampawar1866
1

dart-use-primary-constructors

Write and migrate Dart classes to primary constructor syntax with correct semantics.

Community
Intermediate
sohampawar1866sohampawar1866
1

dart-setup-ffi-assets

Compiles and packages C/C++ source code into Dart Code Assets using Native Assets build and link hooks.

Community
Advanced

Frequently Asked Questions About Soham Sanjay Pawar

FAQPage Schema
What tasks can I accomplish with sohampawar1866's Flutter and Dart skills?

You can build responsive layouts, implement JSON serialization, configure go_router navigation, set up Riverpod/Bloc/Provider state management, write unit and widget tests, run static analysis, fix RenderFlex overflow errors, add localization, and prepare store listing assets.

Who are these Flutter and Dart skills designed for?

Mobile and cross-platform engineers building Flutter applications, Dart developers writing CLI utilities or tests, and teams refactoring codebases toward Dart 3 features like pattern matching, records, and primary constructors.

How do the testing skills work in practice?

Skills cover package:test unit tests, WidgetTester component tests, Patrol 4.x E2E tests for native permissions and system dialogs, Mockito/Mocktail mock generation via build_runner, and coverage collection producing LCOV reports.

What are the prerequisites for using these skills?

A Dart or Flutter project with pubspec.yaml is required. Specific skills need packages such as http, go_router, riverpod, bloc, mockito, ffigen, or flutter_localizations, plus build_runner for code generation tasks.

Do these skills support native C/C++ integration?

Yes. The ffigen skill generates FFI bindings automatically, and the native assets skill compiles C/C++ sources into dynamic or static libraries using hook/build.dart with package:hooks and package:native_toolchain_c.