Skip to content

Instantly share code, notes, and snippets.

View dhyanvenmarath's full-sized avatar

Dhyan Venamarth dhyanvenmarath

View GitHub Profile
import 'package:doctor/features/presentation/widgets/custom_button.dart';
import 'package:doctor/res/custom_colors.dart';
import 'package:doctor/res/custom_textstyles.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import '../create_an_account_screen.dart';
import '../main_bottom_navigation_screen.dart';
@dhyanvenmarath
dhyanvenmarath / login_screen.dart
Created December 29, 2021 12:08
formvalidation
import 'package:doctor/features/presentation/widgets/custom_button.dart';
import 'package:doctor/res/custom_colors.dart';
import 'package:doctor/res/custom_textstyles.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import '../create_an_account_screen.dart';
import '../main_bottom_navigation_screen.dart';