The Wayback Machine - https://web.archive.org/web/20210308211026/https://github.com/topics/library
Skip to content
#

Library

A library is a collection of preprogrammed templates that implement a behavior when invoked. Libraries are well-defined and are designed for reuse throughout implementation. For example, a website may have multiple webpages that implement the same navigation bar or text-field, but none of these objects have relation to one another.

Here are 16,080 public repositories matching this topic...

bvaughn
bvaughn commented Jul 15, 2020

PR #19108 caused some Suspense-related DevTools regressions (more info available on #19368) which we did not catch because of the fact that DevTools tests are only run against the version of React in master.

We should follow the precedent of the regression fixtures tests and have CI run DevTools tests against multiple

cosmos
bloc
vinayluzrao
vinayluzrao commented Feb 26, 2021

Is your feature request related to a problem? Please describe.
Navigator 2.0 and Router have been released and are now the recommended approach:

Currently, there is no recipe for this, there are only recipes for a Navigator-less approach and for the old 1.0 imperative approach:

https://bloclibrary.dev/#/recipesflutternavigation

Describe the solution you'd like
Document a recipe

ferret
ziflex
ziflex commented Apr 30, 2020

Right now, pages created by in-memory http driver does not support navigation between pages due to their static nature.
It makes it problematic to "move" from one static page to another within a same domain simply because we cannot reuse current page. In order to do so, we have to create a new page every time we need to move from A to B.
Let's add a possibility to reuse existing page by imp

Wikipedia
Wikipedia