Skip to content

GnuaAruht/flutter_github_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_github_search

A new Flutter project with Rxdart.

Why this project

To practice RxDart in Flutter.

Dependencies

  • cupertino_icons - An asset repo containing the default set of icon assets used by Flutter's Cupertino widgets.
  • json_annotation -Classes and helper functions that support JSON code generation via the json_serializable package.
  • retrofit - An dio client generator using source_gen and inspired by Chopper and Retrofit.
  • rxdart - An implementation of the popular reactiveX api for asynchronous programming, leveraging the native Dart Streams api.

DevDependencies

  • retrofit_generator - An dio client generator using source_gen and inspired by Chopper and Retrofit.
  • json_serializable - A code generator for converting to and from JSON by annotating Dart classes.
  • build_runner - A build system for Dart code generation and modular compilation.