Skip to content

Instantly share code, notes, and snippets.

View maulahaz's full-sized avatar
💭
I may be slow to respond.

MHz maulahaz

💭
I may be slow to respond.
View GitHub Profile
@maulahaz
maulahaz / dropdown_example.dart
Created April 15, 2024 03:45 — forked from gonexwind/dropdown_example.dart
Dropdown Example using Flutter Bloc
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import '../../../data/models/order/courier.dart';
import '../../blocs/order/order_bloc.dart';
class DropdownExample extends StatefulWidget {
const DropdownExample({super.key});
@override