Skip to content

Instantly share code, notes, and snippets.

View abdullah-bd's full-sized avatar
🤦‍♂️

Mohammad Abdullah abdullah-bd

🤦‍♂️
View GitHub Profile
@abdullah-bd
abdullah-bd / provider.dart
Last active August 13, 2024 07:58
Get connect api calling
import 'dart:convert';
import 'package:get/get.dart';
import 'package:qfl/model/auth/LoginResponse.dart';
import 'package:qfl/model/auth/OtpResponse.dart';
import 'package:qfl/model/auth/SignupResponse.dart';
import 'package:qfl/model/home/BannerResponse.dart';
import 'package:qfl/model/home/CategoryResponse.dart';
import 'package:qfl/model/home/DailyProtienResponse.dart';
import 'package:qfl/model/home/ProductDetailsResponse.dart';
@abdullah-bd
abdullah-bd / .gitignore
Last active May 28, 2024 03:27
Flutter Git Ignore
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/