Shreyan-12345 / wally

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WALLY

Wally is a flutter app for mobile wallpapers.



Steps to Run/Build the Project

Flutter must be installed to run the project.

  • Clone the repository https://github.com/shibam-naskar/wally.git
  • Cd into the project directory.
  • Run flutter pub get
  • create a pixels api key For Free Create Api Key
  • paste the api key inside lib/pages/home.dart
void getPhotos(searchQuery) async {
    var head = {
      "Authorization":
          "YOUR PIXELS API KEY"
    };
    var response = await http.get(url, headers: head);
    var data = jsonDecode(response.body);
    print(data);
  }
  • To run the debug apk connect a physical device or emulator and run flutter run.
  • To build the release apk run flutter build apk.

Projects Contributors ✨



Shibam Naskar


Amarjit Mallick


Poulami Paul


Madhav Choudhary

Demo


About


Languages

Language:C++ 34.1%Language:CMake 30.9%Language:Dart 26.4%Language:HTML 4.8%Language:C 2.1%Language:Swift 1.4%Language:Kotlin 0.2%Language:Objective-C 0.0%