bastndev / APIs_Dart_Flutter

API to practice Dart and flutter ๐Ÿ’™ + APIS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Dart- Flutter

  • Dependencies
dependencies:
  cupertino_icons: ^1.0.2
  dio: ^5.4.0
  flutter:
    sdk: flutter

Tip

Api ๐Ÿ‘ท https://pokeapi.co/


Left aligned Header Right aligned Header Center aligned Header
Content Cell Content Cell Content Cell
Content Cell Content Cell Content Cell
Content Cell Content Cell Content Cell

Markdown 24

20 jan 2024 Hey,everyone I'm @bastndev this is es a markdown, here is the English translation of your text: โ€œIntroduction to my project. I am working on a web application that aims to simplify the lives of developers. ๐Ÿ˜Š




  • Testing
  • A completed task
  • An uncompleted task
void main() => runApp(const MyApp());

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      theme: AppTheme().getTheme(),
      home: const HomeScreen(),
    );
  }
}

About

API to practice Dart and flutter ๐Ÿ’™ + APIS

License:MIT License


Languages

Language:Dart 93.8%Language:Swift 5.0%Language:Kotlin 0.9%Language:Objective-C 0.3%