This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'dart:convert'; | |
import 'package:flutter/material.dart'; | |
import 'package:medbo/models/docDetailsModel.dart'; | |
import 'package:flutter/cupertino.dart'; | |
import 'package:date_time_picker/date_time_picker.dart'; | |
import 'package:intl/intl.dart'; | |
import 'package:http/http.dart' as http; | |
class DocBooking extends StatefulWidget { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'dart:convert'; | |
import 'package:flutter/material.dart'; | |
import 'package:http/http.dart' as http; | |
void main() => runApp(MyApp()); | |
class MyApp extends StatelessWidget { | |
// This widget is the root of your application. | |
@override |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'dart:convert'; | |
import 'package:date_time_picker/date_time_picker.dart'; | |
import 'package:flutter/material.dart'; | |
import 'AllPathLabTestModel.dart'; | |
import 'package:http/http.dart' as http; | |
class MultipleTestBooking extends StatefulWidget { | |
const MultipleTestBooking({Key? key}) : super(key: key); | |
@override |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'dart:convert'; | |
import 'package:date_time_picker/date_time_picker.dart'; | |
import 'package:flutter/material.dart'; | |
import 'AllPathLabTestModel.dart'; | |
import 'package:http/http.dart' as http; | |
import 'Dependent_DropDown_in_MultipleTest_Model.dart'; | |
class MultipleTestBooking extends StatefulWidget { | |
const MultipleTestBooking({Key? key}) : super(key: key); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//And depending upon Lab my Test response | |
{ | |
"Status": "1", | |
"Message": "", | |
"Data": [ | |
{ | |
"TestId": "I3uXyzcuDZf21SSe5fHnSQ==", | |
"EncTestId": null, | |
"TestName": "RT-PCR", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'dart:convert'; | |
import 'package:date_time_picker/date_time_picker.dart'; | |
import 'package:flutter/cupertino.dart'; | |
import 'package:flutter/material.dart'; | |
// import 'package:flutter_app/Patner.dart'; | |
// import 'package:flutter_app/dataModel.dart'; | |
import 'package:http/http.dart' as http; | |
import 'package:medbo/Booking/PathologicalMultipleBooking/testModel.dart'; |