This file contains hidden or 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
Ludo Bagman – Head of the Department of Magical Games and Sports within the Ministry of Magic. | |
Bathilda Bagshot – Author of A History of Magic, and the great aunt of Gellert Grindelwald. | |
Katie Bell – Gryffindor Quidditch Chaser one year above Harry Potter. Member of Dumbledore's Army. | |
Cuthbert Binns – ghost, History of Magic professor. | |
Phineas Nigellus Black – Great-great-grandfather of Sirius Black and former Hogwarts headmaster. His painting hangs in the office and assists the current headmaster. | |
Sirius Black – Harry's godfather who was a close friend of Harry's father James. Escapee from Azkaban prison and member of the Order of the Phoenix. Killed in the Battle of the Department of Mysteries by his cousin Bellatrix Lestrange. | |
Amelia Bones – Head of the Department of Magical Law Enforcement, and the aunt of Susan Bones. Killed by Lord Voldemort. | |
Susan Bones – Hufflepuff student in Harry's year. Member of Dumbledore's Army. | |
Terry Boot – Ravenclaw student in Harry's year. Member of Dumbledore's Army. | |
Lavende |
This file contains hidden or 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
[ | |
{ | |
"id": "3a830820-c2a9-4ee2-6a8e-08d97c170790", | |
"name": "اربد", | |
"address": "اربد", | |
"addressCountry": null, | |
"phone": null, | |
"email": null, | |
"timeZone": null, | |
"countersNumber": 0, |
This file contains hidden or 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 'package:flutter/foundation.dart'; | |
import 'package:flutter/material.dart'; | |
void main() => runApp(MyApp()); | |
/// this is your APP Main screen configuration | |
class MyApp extends StatelessWidget { | |
// This widget is the root of your application. | |
@override | |
Widget build(BuildContext context) { |
This file contains hidden or 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 'package:flutter/material.dart'; | |
void main() => runApp(MyApp()); | |
class MyApp extends StatelessWidget { | |
// This widget is the root of your application. | |
@override | |
Widget build(BuildContext context) { | |
return MaterialApp( | |
theme: ThemeData( | |
// to change your app color change this |
This file contains hidden or 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 'package:flutter/foundation.dart'; | |
import 'package:flutter/material.dart'; | |
void main() => runApp(MyApp()); | |
/// this is your APP Main screen configuration | |
class MyApp extends StatelessWidget { |
This file contains hidden or 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
the shawshank redemption | |
the godfather | |
the dark knight | |
schindler's list | |
pulp fiction | |
the lord of the rings | |
the good the bad and the ugly | |
fight club | |
the lord of the rings | |
forrest gump |
This file contains hidden or 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:async'; | |
import 'dart:convert'; | |
import 'package:flutter/foundation.dart'; | |
import 'package:flutter/material.dart'; | |
import 'package:http/http.dart' as http; | |
import 'DessertDetails.dart'; | |
/// to see the response go to |
NewerOlder