{"id":17674003,"url":"https://github.com/joostlek/gradientappbar","last_synced_at":"2025-04-09T23:21:30.648Z","repository":{"id":54184000,"uuid":"143989670","full_name":"joostlek/GradientAppBar","owner":"joostlek","description":"Gradient app bar for Flutter","archived":false,"fork":false,"pushed_at":"2021-03-04T16:56:53.000Z","size":162,"stargazers_count":134,"open_issues_count":15,"forks_count":68,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-02T21:12:55.879Z","etag":null,"topics":["appbar","dart","dartlang","flutter","flutter-package","gradient"],"latest_commit_sha":null,"homepage":"https://pub.dartlang.org/packages/gradient_app_bar","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joostlek.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-08T09:14:12.000Z","updated_at":"2024-08-12T19:40:40.000Z","dependencies_parsed_at":"2022-08-13T08:40:23.272Z","dependency_job_id":null,"html_url":"https://github.com/joostlek/GradientAppBar","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joostlek%2FGradientAppBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joostlek%2FGradientAppBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joostlek%2FGradientAppBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joostlek%2FGradientAppBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joostlek","download_url":"https://codeload.github.com/joostlek/GradientAppBar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248126370,"owners_count":21051910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appbar","dart","dartlang","flutter","flutter-package","gradient"],"created_at":"2024-10-24T06:41:53.318Z","updated_at":"2025-04-09T23:21:30.618Z","avatar_url":"https://github.com/joostlek.png","language":"Dart","readme":"# Gradient App Bar\n\nLove the material AppBar? Do you want to add more color to the appbar? Here's a gradientAppBar.\n\nIt works just like the normal AppBar. Also with actions, back buttons, titles. So it's just your normal AppBar, but with a twist!\n\n## Screenshots\n\n![image](https://user-images.githubusercontent.com/7083755/43866104-e9bc98ea-9b64-11e8-9115-b2deec915dbd.png)\n![image](https://user-images.githubusercontent.com/7083755/43866237-4f8e6a5e-9b65-11e8-8adf-2514a9b1e10c.png)\n\n\n## Getting Started\n\n1. Depend on it by adding this to your pubspec.yaml file: ```gradient_app_bar: ^0.1.3```\n\n2. Import it: ```import 'package:gradient_app_bar/gradient_app_bar.dart'```\n\n3. Replace your current AppBar (In the scaffold) to GradientAppBar. \n\n\n```\nappBar: GradientAppBar(\n    title: Text('Flutter'),\n    gradient: LinearGradient(colors: [Colors.blue, Colors.purple, Colors.red])\n  ),\n```\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoostlek%2Fgradientappbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoostlek%2Fgradientappbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoostlek%2Fgradientappbar/lists"}